Page 1 of 1

FREE GED.file (but help is needed)

PostPosted: Mon Nov 26, 2012 6:22 pm
by sonicforvergame
SO hi and here is a ged. file i recently make it is my next game HD SONIC 1

CURRENTLY THERE IS NO:
-title screen
-life
-time
-restart when you die

Thing there is but are bad:
-flying problem
-moonwalking

but that dosen't mean there is nothing in the file

you will see if you have the time to see it

Why i am giving this??"
-------------------------
I just need to know if you can fix any problem you can
and that would be so goooood

in return i will finish this game and you can play hd sonic retro game
YAYYYYYYYYYY :lol: :lol:

okay the command are :

left arrow:left
right arrow:right
down arrow:roll dash <--- wait to see that :cry: :?
spacebar:jump

thanks for ready here is the file enjoy and PLEASE MAKE THAT FILE BETTER :evil:

Re: FREE GED.file (but help is needed)

PostPosted: Mon Nov 26, 2012 8:19 pm
by skydereign
You need to post the data directory as well.

Re: FREE GED.file (but help is needed)

PostPosted: Tue Nov 27, 2012 6:28 pm
by sonicforvergame
Sorry for the bother here is the file:

http://www.mediafire.com/?ja5y40cuz43h7iz

Re: FREE GED.file (but help is needed)

PostPosted: Tue Nov 27, 2012 9:57 pm
by skydereign
If you want someone to fix moonwalking, they'll have to completely redo the player. I'd recommend at that point to learn how to fix moonwalking yourself. There are plenty of tutorials on how to do it, and it'll help you learn more about gE. I recommend looking at this. http://game-editor.com/State_Method

The flying problem is also something well discussed on the forums. You already know how to use variables by the looks of it, and you already have declared a variable Jump. All you need to do now is use it. In your jump key event, you should have an if statement checking if the player can jump.
Code: Select all
if(Jump>0)
{
    yvelocity=-11;
    // put your other jump code here (like ChangeAnimation)
    Jump--; // reduce jump, so if jump is 1, you can't jump twice
}

And of course you'll need code to reset the variable back to 1 (when you hit the ground).

Re: FREE GED.file (but help is needed)

PostPosted: Wed Nov 28, 2012 4:35 am
by sonicforvergame
oh....
I know it is a bother but can you do the changing because i didn't understand the moonwalk problem
but it is not an order you can do what ever you want.

Re: FREE GED.file (but help is needed)

PostPosted: Wed Nov 28, 2012 5:09 am
by skydereign
sonicforvergame wrote:I know it is a bother but can you do the changing because i didn't understand the moonwalk problem

Fixing moonwalking is not a bother for me, or anyone else who knows how to do it. The only problem is that you are asking us to redo your game because you don't get the problem. Moonwalking won't be the only bug you run into while making your game, and if you don't invest the time to figure out how to fix it, you won't learn. So, if I do fix your game now, you won't learn anything from it, and will run into more problems that you can't solve. I much prefer teaching people how to fix their problems. That link I provided is pretty straight forward, but if you are having trouble understanding it, feel free to pm me questions about it (or anything else). If you want to see an example of the state method, you can look at this http://game-editor.com/forum/download/file.php?id=4965.

Re: FREE GED.file (but help is needed)

PostPosted: Wed Nov 28, 2012 2:52 pm
by sonicforvergame
THANKS for carring now i now i must learn before trying

Re: FREE GED.file (but help is needed)

PostPosted: Sun Dec 30, 2012 10:24 pm
by Hblade
skydereign wrote:Moonwalking won't be the only bug you run into while making your game

This is very very true. Over the years you'll develop loads more problems. It's best to try everything you can to solve it and if you can't, come to the forums :) It's also good to actually TYPE the code your given, instead of copy and pasting it.

Re: FREE GED.file (but help is needed)

PostPosted: Mon Dec 31, 2012 8:32 am
by sonicforvergame
Well that was an old topic and my computer crashed so i couldn't use Ge or visit the forum nut now that i can i am going to be even faster in making my games