alee's Recent Forum Activity

  • Also, i think using the timer in such small amounts can be in-accurate..

    I believe timedelta is used to make something happen x times per second, for example-

    Always : Move sprite1 1 pixel left.

    This will make sprite 1 move 100 pixels left per second if the game is running at 100FPS,

    However with timedelta,

    Always : Move sprite 1 pixel left * timedelta

    Will move it 1 pixel left per second, no matter what FPS the game runs at. So to achieve the same effect you'd want to change it to-

    Always : Move sprite 1 pixel left *timedelta *100

    Not sure if this helps or is relevant, but i believe, if possible you want to use timedelta instead of using the timer.

  • i think the date object can do it?

  • If im not greatly mistaken, this is awesome for interpolation of online games? (when a new packet arrives you could create a curve based on the starting position and velocity vectors and the end ones?)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm confirming i can now run these examples using the latest unstable build which ROJO fixed this issue in.

    What might be cool is some help in making the server in something like pygame and have it talk to construct - This way (unless im mistaken) we could make our servers run on linux for example?

    Maybe its better just to write the server in bare python, but its nice to have a GUI

    Just an idea, but I think the ideal solution for networking in construct is to have the server running on linux - This cuts server costs hugely as linux VPS are very cheap etc.

  • You can use the system clock if you want to.. but you'll need to setup variables. I believe there is a wait plugin, and also you can use the function plugin and call a function after a delay (in ms)

  • I?ve put together a very basic demo showing the procedural universe. You can travel anywhere in the universe. There are planets and suns in solar systems. I just wanted to get this out there.. I hope to keep posting new updates on the site and here to mark my progress...

    Use WASD to move.

    M to toggle the map screen.

    Click on the map to set a hyperjump destination. ?J? will jump. (Make sure to set the point within the ship?s jump range).

    http://edenofficial.com/wp-content/uploads/2010/08/edenwarptest.zip

    <img src="http://edenofficial.com/wp-content/uploads/2010/08/screen6.png">

    Movement speed/rotation speed/hyperjump speed etc. will all be variable depending on the ship and the ship?s equipment.

    The game is going to be able trading/battling/exploring etc. I'm going to attempt to make it online through Python (PodSixNet at this stage). The game's battle system isn't particularly real time and low ping reliant. But more on that later.

    Extract both files to the same directory. Please report any bugs as its very untested. I?ll make it accommodate for more resolutions later. AFAIK it seems to work ok.

    P.S thanks to arsonide's project for re-igniting my interest in making space games and pointing me in the right direction on procedural stuff. Although this has been an ongoing project of mine for the last 6 years or so - This is a brand new version started a couple of weeks ago.

    Devlog and site here - http://edenofficial.com/

  • analysing the master volume probably wouldn't be so hard. Might be a python moment though. This, however, wouldn't be that useful as most tracks these days are mastered so hot that the master volume isn't a good indicated of the perceived volume of the listener.

    Crude Mik is right. You'd need a spectrum analyser to look at the frequencies and spawn stuff based on these. 60-120hz would be where you'd probably get the kick drum coming in, and most of the "punchy" sounds.

    Writing a spectrum analyser probably isnt that fun though, and would have to be done in python with extra libs i think...

  • sterling work here chaps. Sterling.

  • Maybe it's because I can still pick up the phone or walk out the door and meet people. lol

    Krush.

    meh i don't agree with this argument. Social networks are... social. It doesn't make me hang out with people less. And if you don't know certain people that well its generally a lot more appropriate to talk to them on a social networking site rather than on the phone or something. Its quite useful.

    But also a huge waste of time...

  • if im not greatly mistaken there seems to be a problem with layer zooming? I had to use python to do it instead as it seemed to only set the "zoom rate" rather than the actual zoom through events... I am very tired so if someone could confirm that would be lovely

  • Ah ok. Thanks alot houndy!

    Can't wait try out podsixnet

  • but why would construct break a standalone .exe file that i didn't compile? :S Or was the .exe broken but for some reason works on other people's computers but not Tulamide's and mine?

alee's avatar

alee

Member since 4 Nov, 2007

None one is following alee yet!

Trophy Case

alee has no trophies yet!

How to earn trophies