FREE GED.file (but help is needed)

You must understand the Game Editor concepts, before post here.

FREE GED.file (but help is needed)

Postby sonicforvergame » Mon Nov 26, 2012 6:22 pm

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:
Attachments
Neoze.ged
(37.25 KiB) Downloaded 143 times
Kaizoku ni ore wa naru
User avatar
sonicforvergame
 
Posts: 422
Joined: Sat Sep 01, 2012 2:17 pm
Score: 10 Give a positive score

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

Postby skydereign » Mon Nov 26, 2012 8:19 pm

You need to post the data directory as well.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

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

Postby sonicforvergame » Tue Nov 27, 2012 6:28 pm

Sorry for the bother here is the file:

http://www.mediafire.com/?ja5y40cuz43h7iz
Kaizoku ni ore wa naru
User avatar
sonicforvergame
 
Posts: 422
Joined: Sat Sep 01, 2012 2:17 pm
Score: 10 Give a positive score

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

Postby skydereign » Tue Nov 27, 2012 9:57 pm

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).
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

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

Postby sonicforvergame » Wed Nov 28, 2012 4:35 am

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.
Kaizoku ni ore wa naru
User avatar
sonicforvergame
 
Posts: 422
Joined: Sat Sep 01, 2012 2:17 pm
Score: 10 Give a positive score

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

Postby skydereign » Wed Nov 28, 2012 5:09 am

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.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

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

Postby sonicforvergame » Wed Nov 28, 2012 2:52 pm

THANKS for carring now i now i must learn before trying
Kaizoku ni ore wa naru
User avatar
sonicforvergame
 
Posts: 422
Joined: Sat Sep 01, 2012 2:17 pm
Score: 10 Give a positive score

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

Postby Hblade » Sun Dec 30, 2012 10:24 pm

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.
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

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

Postby sonicforvergame » Mon Dec 31, 2012 8:32 am

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
Kaizoku ni ore wa naru
User avatar
sonicforvergame
 
Posts: 422
Joined: Sat Sep 01, 2012 2:17 pm
Score: 10 Give a positive score


Return to Advanced Topics

Who is online

Users browsing this forum: No registered users and 1 guest

cron