Valerien's Forum Posts

  • I just would like to add that mmf2 is really slow. The programmer i'm working with has been using mmf for a while, making a bunch of games... its code is really old (the core still uses 1/2 code from mmf and older stuff clikteam made). So, although it's stable, you won't be able to do everything with it (even with hwa, the same benchmark on construct and mmf is only slow with mmf using the same computer).

  • Yeek... although it's great, I hope it won't take years to have a proper release. I think the market of "click and play" softwares really need a powerfull engine... when I think to mmf2 and his 10-15 years old core...

    Paying for such a software isn't a big problem, as long as it's at least as good as construct .

  • I think it's less powerfull than xnormal, which is a free software providing gpu AO baking.

  • I totally agree with tulamide. Some people cannot simply be programmers or graphists or so. And as a 3d artist, I see everyday in my work that you cannot do everything by yourself without investing a terrible amount of time. I mean, there are a really, really few games being done by one person alone which is distributed in the end. Although it's quite a short game and its game designer was really experienced, even Braid was done by 2 guys...

    irbis, I'm not a great programmer, but I'll try to figure out how to make a save-load system today.

  • Hi everyone,

    I'd like to know how I could make something move along an ellipso�dal path like in the menus you can see in the secret of mana serie... I've tried to make it but I think it shall need an equation on the movement to work properly.

    Thanks in advance.

  • Ah, Revenge of the titans was tested on the last CanardPC. It obtained a really good mark (like 8/10). Too bad I already have done 3/5 games of that bundle.

  • [quote:jqi4dzyn]Scenario mode.. kind of like the event matches in Smash Bros? Their is a minor plot however, If you mean story mode. But there isn't any saving of progress.

    Yup, something like that, where you can climb up all the way to the top ! I'm not a big fan of score games, that's why I'm asking.

  • Ok, sorry, I thought that "Did you find this thread usefull?" (ak the question of the poll, situated at the top of the thread) meant you may want to know why too.

    Here's the quote about the terrain :

    [quote:lvr5stel]BTW:

    make this in PhotoShop or/and 3D Max and tell me how much time it took.

    With Mojo it took me like 5 mouse button clicks.

    [quote:lvr5stel]About being rude: i give what i recive.

    I just said you could say things politely, and that it makes you look aggressive. It's like throwing oil on the fire.

    [quote:lvr5stel]maybe instead you should just make one yourself? ever though about it?

    Already done on french communities (gamecorp, relite) about cg tools.

    [quote:lvr5stel]so will you please drop this pointless, trivial and needless discussion or will you keep forcing me to prove that i am not a camel...?

    You know, I only meant to give my opinion, as I said in my first post. You should have simply said there you found this pointless and it would have been stopped since the very beginning. Your answers to my posts are 5 times bigger than what I write, so I thought you wanted to discuss. I'm sorry I misunderstood what you wanted.

    So, right, I won't post here again.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Why are you asking if people find this usefull or not if you tell them it is and they shouldn't say it isn't ?

    I told you : it may be helpful for others, but it would be better if you were giving the most interesting softwares in this list instead of several generators.

    By the way, you asked what a terrain would look like in 3ds max... sure. But this isn't the interest of having such a software. I personnally use 3d suites like blender or max to create both 3d and 2d assets. And this way, I can make animations in 8 directions in no time compared to classical animation :

    <img src="http://s2.noelshack.com/uploads/images/13539926931894_walkingpuppet.gif">

    The point of the thread is : you're asking people their opinion, you get them, even if they don't follow the way you think. Also, you can always say things politely. Being rude = being aggressive. Newt is speaking of particle systems...

  • the right way to do it should be "int(value) * 100 + int(value2) * 10 000 + int(val3)". In math, the multiplications are done before the additions. This calculation will first find the result for each member and then add them.

  • I voted no. No offense there, but I think you're losing the reader in a bunch of softwares using most of the time the seller's description. There are a bunch of terrain, particle and cg tools out there, so the real problem is : which one should I use ?

    Well, my opinion is hedge by the fact I've been using complete tools for some time now (photoshop, 3ds max or so), and I don't see the interest of having a bunch of softwares when a single program can handle about any task you need to do. It should still help others.

    Thanks for sharing.

  • Your "radiosity" is quite funny. I wonder how you're doing this one (maybe you're using the distance between a masked pixel and a source, but it can be complicated this way).

    The game looks great. Will the final title feature something like a scenario mode ?

  • [quote:3fpppx4z]and itll be seen ingame without slightest performence hit.

    There are differences in the way engines handle images. Sometimes they handle better big images, sometimes smaller ones. The core can be optimised to render only the visible stuff or so.

    Technically, you can put a huge image in construct, it may work well, depending on the hardware. But using huge background is a waste of both HDD space and RAM. Most of the time, game artists and designers won't do that. For those who want, there are specific engines for it (like Verge, a deutsh one).

  • Hi everyone,

    I'm making some UI events for a game, and I have multiple bars to work with. Using the tiled background object, it's quite simple to make events that could be reused by the other bars, 'cause these events are based on the bar's width.

    I've read that copying stuff from a cap to another could provoke strange bugs, so i'd like to know if you can copy events and simply link them to another object without editing each event individually please ?

    Thanks in advance.

  • [quote:2v3m7rg3]Not all people have graphics card with shader 2.0 support

    The 2.0 shaders came up in 2002 i think, with the first geforce fx... are there any gamers who use such old components ? It's like you cannot even handle firefox with such an old pc.

    [quote:2v3m7rg3]its better to use png24 file on upper layer with Scroll rate to 0.

    You wont be able to animate it this way.