Jase00's Recent Forum Activity

  • Using "Object UID exists" isn't good as I can't refer to the specific object. There's probably a way round it but I'm failing to figure it out in my mind.

    Yann I am pretty much having the same problem as you with your nodal system; I NEED to "Unpick" an object. My combat system requires the attacker to be unpicked from being attacked. Now all the characters just hit themselves since they are no longer "unpicked", rather than hitting the character in front of them. :(

  • Whilst I love this update, It's broken my whole clothing engine, along with my combat system in my project. I'll work with it though, it's better in the long run :P

    EDIT: Actually, No, this is so difficult to work around. Rolling back to previous update :(

  • Yo

    So moments ago today, I was experiencing a weird thing in C2 and my computer, and almost lost my project, even backups were buggering up (Long story short, the backups that C2 creates were storing previous backups, so the more I saved, the more space seemed to go in my computer) I could have avoided this by saving a backup in another medium than my main HDD, so whoops lol.

    You can read what happened to me in this thread:

    scirra.com/forum/topic66721_post410135.html

    Thankfully, I had SOME backup that wasn't corrupt and I can recreate a weeks work of work which I'm pretty damn happy to do since I got to keep my project in the first place!

    So everyone, what memorable disastrous things have happened to you whilst you were developing a game? I find it's usually at times where you mind-numbingly program, forgetting to save, thinking "Just one more event"... then bam, you loose all the work you've had from a random software crash, or a power cut, or a massive wasp flies in through your window and you crap yourself, and decide to pelt towards the door but accidentally knee the Power button which has the old "Instant Power Off" function for the power button, and loose all your hard work (true story).

    Gogogo

  • Oh Right haha, I remembered incorrectly, I was thinking of this:

    When making backups of folder-based projects, Construct 2 now writes the backup to temp then copies that to the backup location, rather than backing up directly to the backup folder. This may help fix some freezes during backup (if services like Dropbox had tried to start reading the backup before C2 had finished writing it).

    scirra.com/construct2/releases/r125

    Not gonna lie, but I haven't inserted any massive files or anything into my project, no vids or large images or large sounds/music, nothing that I'm aware of, but ever since r125 (iirc) my saves have been brutally slow. I've had to turn off my two extra backups (one to another location and one to dropbox) because when it begins copying, it takes an astronomical amount of time when it copies over those two. I will review my project and see what I can find out.

    EDIT: Ok here are my discoveries. I'm pretty confused to be honest lol

    My main Construct 2 project file is a nice small 986kb

    All the folders for Animations, Event Sheets, Files, Layouts, & Textures, all add up to 17.6mb

    The "Keep backup copy" option is set to 100 for me, and I have 100 backups which is cool; but here's where it gets interesting (Bare in mind, I have no clue how C2 works and handles saves so I might just be being stupid)

    The earliest backup weighs 72.9mb

    and the latest backup is 686mb !

    Altogether my backups are taking 36gb! Lol

    Now, I've deactivated locational backups for now since the saves take so long compared to the 5 seconds it used to take. But here's their sizes the last time I touched them

    The backup that automatically gets placed in a "Backup" folder is 672mb.

    The backup in Dropbox is 387.

    Yeah...

    Here's a nice little indicator that I believe something is 100% wrong.

    Exporting the project to Node-Webkit WITHOUT compressing the PNG and NOT minifying, weighing JUST the win32 folder, is 54mb

    I'm very confused indeed!

    EDIT2:

    Oh dear god. I've just ran out of space, paniced, so i saved my project, closed C2, started deleting some stuff, opened up C2, loaded my project, but wait! It's corrupt! Due to having literally 0 space on my harddrive from the backups, it didn't save my project successfully. Kill me t.t

    EDIT:3

    Well, I lost a big chunk of progress, couldn't recover the deleted files with the software I have, and so I used one of the backups that I have, and low-behold, it appears the most recent backups iirc were actually backing up previous backups (So backup 89 was actually backing up EVERY SINGLE backup from 1-88 along with itself) so THAT'S why I was having this problem! Not to mention that it was backing up the "Backup" folder that is in the Project folder, meaning it was backing up backups of backups of itself. This was a massive letdown that I lost so much progress, but I'm ULTRA happy I kept SOME backups! I'll be sure to separate folders a bit more and permanently keep backing up so this doesn't happen again!

  • Yeah my project saving has recently gone from pretty fast to about 2 whole minutes of waiting for it to save and backup. I guess it's something to do with the new method of how C2 handles saving? ;o

  • This plugin is awesome!

    I would LOVE to see this compatible with the WebGL renderer, but after reading this thread and attempting to deactivate WebGL to see the different, my entire game shot from 50fps to 300fps. Didn't think I'd get such a difference. (Probably isn't all the Canvas's fault, maybe my whole game is just a flop with the way I've designed it, or my graphics card just hates OpenGL. <img src="smileys/smiley16.gif" border="0" align="middle" />)

    But yes, thank you so much for this plugin, R0J0hound. It's too perfect for what I need it for! I completely understand how time-consuming and sinister it would be to integrate this plugin with WebGL, but if you do, I'd be unrealistically happy.

    Again, Thanks! <img src="smileys/smiley16.gif" border="0" align="middle" />

  • Random guess- I think the EdgeMarker object may be too small width-wise? If you, for example, had the EdgeMarkers' X size as 4 pixels, then if an object moves fast enough towards it, it will go through the object and not register a collision.

    Another random guess- The deceleration is too low, that would mean the enemy slides off before it gets a chance to decelerate. In this case, On collision with the enemy and the EdgeMarker, set the enemys "Vector X Speed" to 0.

    Hope this helps!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hooray! :D

  • I know I'll probably get a lot of disagreement with my opinion, but, why do people care so much about filesize these days? Internet is ultra fast, people have gigs of ram and HDD space. Can't "High Quality" images just be made in a large size like 256x256 then shrunk down so when the game requires zooming in or enlarging the sprite, it looks high quality?

    Don't get me wrong, I love the look of SVG and I love the style that Flash animations show, even Beany s' head in SVG looks really awesome, but I don't think it's essential in a game just for filesize or quality. I agree with plauk in the sense that it would be useful for things that a raster image couldn't do as easy (even combined with WebGL effects, it still may not give the desired effect like vector graphics would), but that's about it regarding vectors in a game.

  • EDIT: I realised what your getting at and wrote pointless stuff lol

  • Letterbox Integer Scaling? :P

  • Bump!

    I have found the plugin "Canvas" created by R0J0hound, and this is almost exactly what I needed, but I'm not sure what the most efficient way of making animations with this. Is there a way to sort of temporarily store the data in a canvas so it could be animated? <img src="smileys/smiley17.gif" border="0" align="middle" />

    EDIT: I think I may have figured this all out. I'll edit again when I have done it for sure.

Jase00's avatar

Jase00

Member since 5 Jan, 2012

Twitter
Jase00 has 11 followers

Trophy Case

  • 12-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x15
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x7
    Lightning Draw First person to up-vote a new Construct 3 release
  • x7
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

26/44
How to earn trophies