alee's Forum Posts

  • Cool! I hope development kicks off after.

    Right now its hard to tell whether construct is going to be a huge success, or just buggy.

    I think and hope it will be awesome at 1.0 (or sooner!). I mean, its pretty damn good now, just need some bug fixes and more plugins.

  • You can do pretty much anything in construct.

    When MK makes his online extension you'll be able to make your card game online. Use the event sheets to do anything that cant be done with construct's inbuilt movement stuff.

    I almost never use inbuilt stuff. Construct is ALOT more than that.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I read that really quickly, but one "hacky" kind of way i found in setting a maximum speed is like this-

    When speed is greater than "maxspeed"

    • Set speed (or xvector, yvector, however you made it) to speed *0.98

    This way, when it gets above max speed, it will take down the speed slightly.

    Not sure if this is what you were looking for, if not, I'll look a little closer.

    Theres probably a better way to do this as well XD

  • Functions like Mid, Left, Right, Len, Str appear to be already implemented.

    Sorry, i mean more like getting certain elements in a string (it looks like its implemented though). For example-

    alee,warrior,level1

    -set delimiter to ","

    -get element 1

    ---> "alee"

    -get element 2

    ---> "warrior"

    Can we do it in construct. I expect we can, i havent really checked it out.

  • Ah thanks. Thats some good info.

    I'm pleased that loops are fast, as thats literally all my server app does is loop every frame. Should work fine. I'll have to do some benchmarking in the future.

  • Hi <img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" />

  • That sounds awesome. Have you ever seen/heard of/used MOO for MMF2? Thats what im currently using for my MMO, however I'd like to switch over to construct, so this object sounds really interesting.

    Sounds like development is going really well and very fast! A bit like contruct itself <img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" />

    I'd like to drop you a mail about this If its ok? So I can get a bit more info etc.

  • Hi there,

    I was wondering If anyone (Ashley?) could give any figures on Construct's event speed VS MMF2's.

    We all know that right now constructs graphics engine is alot faster due to hardware acceleration, but if your making an application with no GFX (in my case, a gameserver) which is faster? Construct or MMF2?

    Will Construct be viable for making gameservers on with an online extension (that is yet to be made) concidering the server has to do a LOT of calculations per frame (say for example, moving 3000 bullets every frame server side). Or is this sort of thing more related to how well the online extension itself will handle things?

    This was a big problem with MMF2 and prevented many good MMORPGs from progressing. People started looking for alternatives such as Java to write servers in. Whats the situation over here?

    Thanks,

    Alex

  • Hi,

    There appears to be a bug with the drop and drag movement. If you place an object in a layer with scroll factor (this is the only way I've found of creating a HUD so far, correct me if theres a better way) then if you have a scrolling game, and drag the object while the game is scrolling the obejct moves away from the mouse relative the the amount scrolling. It cannot be selected again correctly after this.

  • Wow that was quick! Sounds awesome, can't wait.

    Edit- Also, if this was made, we'd definately need some kind of string parsing object. Unless this can be done through contruct already? :O

  • Raknet looks very good. Has anyone got any plans or the skills to make this extension? What would it involve? How hard would it be to plug in the Rakkarsoft API into a construct extension?

    This extension would truely make construct.

  • I wouldn't mind paying �50 if i was selling my game as long as the object is worth it. I dont know what that Raknet would have over other UDP+TCP objects.

    If this could be made asap, i would certainly concider porting my MMO over to contruct.

  • Hi there,

    I tried construct out today as an alternative to MMF2 for making my online game. I can see its a good program but i have some questions-

    -Are there any plans to make an online object exention?

    -I couldn't actually run my app, had to build it to .exe to test

    -Whats the equivilent of "retreive data from an object" for construct?

    -How quick is development? Construct isnt really viable to make my game in right now, but im wondering will it be? When?

    Thanks.