Tinimations's Forum Posts

  • Ah EUPHORIA! Almost a bit embarrassing that I didn't notice that function until now. Thanks a lot!

  • Gianmichele Thanks! Yes I've found it difficult to get a flawless capture of the game. Video compression also doesn't do me any favours.

    After the low quality fullscreen mode were introduced to construct, the game runs really well on most laptops, easily reaching 60 FPS if turning off the water effect in the background. The game does require a lot of RAM though. Since every asset in the game has at least 8 frames of animation at perhaps 256x256, the current build requires approx 1gb to run. It's the main character that takes the cake. He alone currently has over 160 individual animations with roughly 8-16 frames each. By the time the game ships the final number might be closer to something like 200-250 animations.

    I started on the project in april last year. I've always wanted to play an intense combat-rythm game that immerses the player into its game world. All rythm games these days are in my opinion either too simplistic, or only focused on the act of matching the button prompts alone. That's what I aim to change with Klang.

    I hope to finish a steam worthy game by the end of 2014.

  • Alright the youtube compression did me no favour, but I just uploaded an old old trailer I made in november for my rythm/platform game called Klang. Hope you like it.

    [TUBE]http://youtu.be/FInJYyfW9tE&HD=1 [/TUBE]

  • Are you also sure that the timescale is set to 1?

    Is the "ever x seconds" command linked to another context sensitive event?

  • have you tried with every 0.0166 (basically every tick in seconds), and checked if it still doesn't work?

    Are you also sure that the timescale is set to 1?

    Is the "ever x seconds" command linked to another context sensitive event?

  • I'm developing a rythm game, and I've come to the point where I'm making a long bossfight, which makes me want to implement checkpoints. However for checkpoints to work in a rythm game, I need to be able to start the track from certain points (for instance 1 min, 37 sek out in the song). Any Ideas on how to pull this off?

    Also. Is there any way to track how far a song has played? The current solution I'm running with is starting a timer at the same moment a song starts playing, but it doesn't cut it anymore since all it takes is a small lagspike to throw the sync off. I need a precise and foolproof way of tracking the audio.

    Thanks

  • But the actual memory usage in-game on a given level still remains the same right?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well yes it's definately very big. The ram consumption is due to having a ton of animation frames, even in all the environment assets.

    I know construct may not be designed for such animation heavy assets, but are there still ways to increase any limits set by either chrome, node webkit or construct itself during testing? The game runs fine even on laptops, it's just the inconsistency with the loading that's really troublesome. This is also an issue with ajax files in preview mode.

  • Alright I'm having this issue when previewing my game. About 50 % of the time the game refuses to load in all the assets, replacing them with black boxes. Any ideas on how to fix it? This is a problem both with Chrome and Node-Webkit. Never an issue though after exporting to an actual game.

    The game has become rather large, clocking close to 300 mb, but the problem being so inconsistent, I wonder if it's something else that's to blame?

    How it often looks:

    puu.sh/6btLF.png

    How it should look:

    puu.sh/6btMD.png

    Thanks

  • No I definately did not. I always keep both construct 2 and the project running while previewing. The preview has no issues with loading assets in the level. Only ajax files and sound is affected.

  • I'll admit that it's a wild guess for me to target the cache as the source of the issue. However the reason I'm suspecting it, is that the game always performs as expected right after boot up, but it very rarely does if I either reload the layout, or progress to a different stage.

    puu.sh/5ESLZ.png Here's a screenshot of the closest I could track down to an issue in the console. This screenshot was taken after the Ajax files had failed to reload, but the music played off as intended.

    Edit: Here's a screenshot from the "console" tab. puu.sh/5ET1l.png

    Nothing strange or unusual happening there.

    Hope this helps.

  • Hi. I've been having this problem with sound not loading properly in my game previews for a long time now. At the beginning of every level, the game usually loads in a music track of avarage 2 minutes in length, and also a couple of ajax ".txt" files.

    However too often the files simply refuses to load. This is however not a problem at all after I've exported to Node-webkit, but it makes for a very impractical testing process in Chrome.

    Is there any ways to increase the cache size for construct 2 in chrome, or apply any other tricks to gurantee that the preview loads everything properly, even in a long playsession?

    Edit: Also. This issue is also present in Node-Webkit preview!

    Thanks

  • Thanks for the kind feedback everyone. I really appreciate it! :)

    As for the difficulty, I might haven't communicated it well enough in the tutorial, but this is actually a rythm-game. If you try to follow the very predictable beat in the songs, it should become a lot easier.

    Zantium: Issue number 3 is something I'm also worried about. Do you have any proposals of working around this? Isn't this simply how construct 2 works, and that I simply need to optimize my sprites better?

  • Thanks a ton everyone. What would I do without you guys? <3 It works now. I'll take the optimization advice into account as well.

    -Tom

  • Thanks for the feedback. I'll check it out when I have the time. Even though I'm still concerned that it worked as intended right before the update but not after I updated to r141?