Jase00's Recent Forum Activity

  • I have a lot of experience with Sonic fangaming, infact, I used to have a fancharacter that was a green sonic! I remember it being quite a pain to make a Sonic engine in MMF2, (though I was newbie with all the logic at the time), but with the features that Construct 2 holds, I think it would be very easy to make a Sonic engine using just the Platform behaviour, and a lil bit of trig knowledge (Or just make it from scratch).

    Anyway, I tried fiddling around with your .capx, and I never really thought about how to prevent the character from flickering whilst against a wall with Constructs' platform behaviour, first thing I thought it was was that the collision of ZoniK changes as he runs/walks, so I created a universal sensor called "Player" that will always remain circular so that if you run against a wall, you will not flicker (ALTHOUGH He seems to flicker ONCE when you hold against a wall, not sure why... :( )

    There's a lot more you can do or I could do to help, but I lack the time :(

    Anyway, here you go.

    dl.dropbox.com/u/7765312/Zonik.capx

    Goodluck man!

  • I too will be needing, down the road, a save/load system. But I was thinking if there was a way to export values to a .txt file and then have the system on load read those values in some way, you could then save to the local drive.

    But I have no idea if C2 is capable of out-putting to a text file.

    This + a lil ol' encryption, would be extremely useful!

  • Stomphoof

    A Legend of Mana inspired RPG? That sounds awesome! Used to love playing that game when I was younger. Goodluck!

    Ontopic- Thank you for this sweet piece of software, Scirra! It took me about 2 years on my project on other software to get to a low-level stage where I had learnt that the software doesn't provide certain useful features (zooming in/out, efficient physics intergration, bunch of other stuff) but then I found Construct Classic, and instantly loved it, and begun debating if I should remake and continue my project through CC. I looked around the forums a lot and then tried out C2 and bam, my choice instantly became Construct 2. The frequent updates, nice community, friendly company, random competitions, watching Scirra reach further and further (steam integration), and many more reasons just add to the awesomeness of C2!

  • I usually hear from friends that their custom built computers, that are running Windows, BSOD a lot, and it was common that the BSODs happened due to driver stuff or loose hardware (Ofcourse, if it works in Linux, then it probably isn't loose hardware lol). You should get a log of the blue screen and then you can figure out what the problem is. If I had to take a guess, I'd say that Linux happens to have the correct drivers, whereas Windows does not.

    If you're able to get into Windows via safemode or something, then I recommend drp.su which will update all drivers for all your hardware (and it's absolutely free) and hopefully would prevent further crashes. I guess it's evident from everyones responses that Windows is not the problem. Though I just remembered your first post that said you lost your license key, so that sucks.. haha

    Windows is a very popular platform and it isn't about supporting "Microsoft". Most people can afford a Windows computer rather than a Mac, and it's not very common for the average person to find a shop that ship their computers with a Linux distribution. I'm pretty certain that iirc Scirra said they don't have the time to work on porting the software over to Linux/Mac anytime soon.

    Anyway, can't Wine run Construct 2?

  • Oh woops. I wasn't very specific with the instructions :O

    I've tidied the .capx up a bit. I had the two seperate animations inside a folder, I should have pointed out that each frame is actually in a different animation each, but now it should be more apparent when looking in the .capx.

    I also quickly added events to show that it actually affects the objects hotspot ingame (Running the capx will show it going between each animation and you can notice it shifts a pixel sideways) And still, the hotspot values are both 25 even though the image of the hotspot icon shows otherwise ;o

    dl.dropbox.com/u/7765312/Hotspotglitch/Hotspotglitch.capx

  • Link to .capx file (required!):

    dl.dropbox.com/u/7765312/Hotspotglitch/Hotspotglitch.capx

    Steps to reproduce:

    1. Go into the .capx

    2. Check out the objects animations that's in the .capx

    3. Notice the hotspot X value is 25 on both frames (which are both the same frames, just recoloured), BUT the hotspot ICON on the image is different for each frame!

    Here's the first frame

    dl.dropbox.com/u/7765312/Hotspotglitch/gl1.png

    Here's the second, recoloured frame

    dl.dropbox.com/u/7765312/Hotspotglitch/gl2.png

    Here's the previous two images blended together to show the difference of the hotspot.

    dl.dropbox.com/u/7765312/Hotspotglitch/gl3.png

    Observed result:

    Hotspot is lying to me!

    Expected result:

    Hotspot to be placed correctly according to the number given.

    Operating system & service pack:

    Windows 7 Home Edition 64 bit

    Construct 2 version:

    [R117]

    Not quite sure how this happened, was loading images in and they are all same size and I typed in numbers for the hotspots and I noticed ingame that one of the images was mis-aligned. I checked the images hotspots and they were all the same, so I just tested the game again and still this random frame was incorrectly aligned. So I checked again and realised the actual image of the hotspot icon in the editor is actually a pixel along EVEN THOUGH the Hotspots X position is the same! I bet you a fiver that it's something to do with float numbers and it's getting rounded.

    Thank you for your time!

    Edit: I should also note that this has happened to me twice before with different sized images. I notice that the numbers are correct but the character is a pixel out of place... iirc just moving the hotspot fixes it's alignment I think.

  • I totally agree with 4)

  • BluePhaze Yeah I guess so. Regardless of how it's done, I hope it comes about soon ^.^

  • I sure do hope that C2 will be capable of some sort of further Z ordering manipulation.. :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • That's an awesome method, though it wouldn't work with what I need it for.

    I have characters that have items of clothing on them that can be changed, and some of the frames of the character involve shifting certain parts of the body/clothes to certain Z Levels (One attack would have the arm go in front of the characters head, and another attack could go behind it) Not to mention that there is multiple characters that will have this, so if one character does an attack then stands in front of another character, all his clothes will overlap the other character incorrectly and whatnot. Making ordered events that put the characters clothing to "Move To Top" every tick to correct their order seems inefficient (That's my current workaround though). :)

  • I hate to bump this, but, I'd REALLY benefit off of this feature. Just a simple "Move above/below sprite" action would be a total lifesaver (although I'm guessing it's not the easiest thing to do in terms of coding C2's software? Or maybe it's not being added as soon since it's petty and not many people will use it? Iuno) But yeah I hope something like this gets implemented. <img src="smileys/smiley20.gif" border="0" align="middle" />

  • Ohh I see. Thanks for checking it out :D

    I reckon I could try and make a workaround involving testing the ground collision separatly from wall collisions, or just try to avoid having to intersect jumpthrus by using solid slopes like you said.

    Thank you for your time!

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