Animation problems

Non-platform specific questions.

Animation problems

Postby Kurtz1515 » Mon Oct 13, 2008 7:22 pm

I was trying to make an adventure game with Naruto and I got some problems with the animations. Such as moon walking, and i can't make the gravity real good. I posted the file and the animations, can someone please look over it and help me out?
Attachments
Naruto_Sprites_by_Solidishness.rar
(653.03 KiB) Downloaded 102 times
Naruto's Adventure.rar
(1.9 KiB) Downloaded 101 times
Kurtz1515
 
Posts: 13
Joined: Sat Oct 11, 2008 5:54 pm
Score: 0 Give a positive score

Re: Animation problems

Postby Kalladdolf » Mon Oct 13, 2008 8:20 pm

would it be ok for you to post a .zip file please?
and welcome to the GE forums :)
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: Animation problems

Postby Kurtz1515 » Mon Oct 13, 2008 8:36 pm

how do you do a .zip file? I'm knew to everything about GE
Kurtz1515
 
Posts: 13
Joined: Sat Oct 11, 2008 5:54 pm
Score: 0 Give a positive score

Re: Animation problems

Postby Thanx » Mon Oct 13, 2008 8:46 pm

In windows, in when you are viewing the folder then right click on the folder to zip, and then right click the folder to zip, in the popup menu, go over the send to option, and there appears a few more options, choose the zipped folder from that, then windows will create the zipped folder for you, the .zip file, and then post that for us! :wink:
Yeah, welcome! :)
http://www.youtube.com/watch?v=XyXexDJBv58
http://www.youtube.com/watch?v=Be4__gww1xQ
These are me and playing the piano (second one with a friend/fellow student)
Hope you watch and enjoy!
User avatar
Thanx
 
Posts: 314
Joined: Sat Jan 26, 2008 10:07 pm
Location: Home sweet home! :)
Score: 24 Give a positive score

Re: Animation problems

Postby Kurtz1515 » Mon Oct 13, 2008 8:56 pm

I hope i did and right...
oh and thank you all for welcoming me :D !
Attachments
Naruto's Adventure.zip
(2 KiB) Downloaded 109 times
Naruto_Sprites_by_Solidishness.zip
(659.45 KiB) Downloaded 98 times
Kurtz1515
 
Posts: 13
Joined: Sat Oct 11, 2008 5:54 pm
Score: 0 Give a positive score

Re: Animation problems

Postby Kalladdolf » Mon Oct 13, 2008 9:04 pm

all right, there seems to be a problem with the files.
how you upload a zip folder:
First, you have the .ged file, which is your game as a Game Editor file with all the script and settings.
But it can't go along without the necessary data, so when you save a game file, it automatically creates a "data" folder right beside your .ged file, storing all the neccessary files for your game (such as used pictures, sounds etc; the .ged file cannot be opened without those files). Keep those elements always together, never seperate them.
Place them both into the same .zip folder and upload it.
Have one more try and good luck :)
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: Animation problems

Postby Kurtz1515 » Mon Oct 13, 2008 9:37 pm

Well i hope i did it this time! Sorry about the other information, i downloaded a couple of demos and never relized i saved under those files...
Attachments
Data.zip
(544.37 KiB) Downloaded 101 times
Kurtz1515
 
Posts: 13
Joined: Sat Oct 11, 2008 5:54 pm
Score: 0 Give a positive score

Re: Animation problems

Postby Kalladdolf » Mon Oct 13, 2008 9:46 pm

Congratualtions. You uploaded them correctly this time :wink:
I'll give you some advice tomorrow (if the other support-happy forum members don't beat me to it).
Bye and good night (it's almost midnight over here).
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: Animation problems

Postby Kurtz1515 » Fri Oct 17, 2008 9:23 pm

So has anyone found the problems that I made?
Kurtz1515
 
Posts: 13
Joined: Sat Oct 11, 2008 5:54 pm
Score: 0 Give a positive score

Re: Animation problems

Postby BlarghNRawr » Fri Oct 17, 2008 11:48 pm

you dont need to put the entire data folder, just the stuf from your game :D


and those running sprites should be ONE picture, that could be a problem

this is the moonwalk code viewtopic.php?f=2&t=6193
and as for gravity, under a draw actor event make a script that sayes
Code: Select all
yvelocity = yvelocity + .5;
:D
Attachments
untitled.PNG
animation
Download Game Music
current projects:
Bold! ?% Started mechanics
Unnamed puzzle game 60% --i need a name!--
User avatar
BlarghNRawr
 
Posts: 767
Joined: Wed Jun 25, 2008 12:36 am
Location: Not using G-E anymore. Now using Source SDK.
Score: 27 Give a positive score

Re: Animation problems

Postby Kurtz1515 » Sat Oct 18, 2008 1:05 pm

ok thanx, I'm going to try that now!
Kurtz1515
 
Posts: 13
Joined: Sat Oct 11, 2008 5:54 pm
Score: 0 Give a positive score

Re: Animation problems

Postby BlarghNRawr » Sat Oct 18, 2008 7:40 pm

make sure you put a physical response on the ground for the gravity to work
Download Game Music
current projects:
Bold! ?% Started mechanics
Unnamed puzzle game 60% --i need a name!--
User avatar
BlarghNRawr
 
Posts: 767
Joined: Wed Jun 25, 2008 12:36 am
Location: Not using G-E anymore. Now using Source SDK.
Score: 27 Give a positive score

Re: Animation problems

Postby Kurtz1515 » Sat Nov 22, 2008 7:22 pm

Well, I'm back to messing around with this game after i gave up, but I'm stick one more time.
This is different though, I'm trying to make it so that when the health bar reaches "0" Naruto dies.
I'm using DST's health example...and it works really well, but naruto just won't die when health reaches "0".
Anyone know a code or something that can fix this please?

OH, and thanx to everyone for the help and some other stuff :D !
Kurtz1515
 
Posts: 13
Joined: Sat Oct 11, 2008 5:54 pm
Score: 0 Give a positive score

Re: Animation problems

Postby BlarghNRawr » Sat Nov 22, 2008 9:48 pm

dst's health bar demo

id try following his directions again more closely
Download Game Music
current projects:
Bold! ?% Started mechanics
Unnamed puzzle game 60% --i need a name!--
User avatar
BlarghNRawr
 
Posts: 767
Joined: Wed Jun 25, 2008 12:36 am
Location: Not using G-E anymore. Now using Source SDK.
Score: 27 Give a positive score

Re: Animation problems

Postby Kurtz1515 » Sat Nov 22, 2008 10:23 pm

Ok, i got naruto to die when hp reaches "0"...but i have 4 more problems...
Questions:

1.lets say i have 40hp,(my max is 50) then i get a health item that heals hp by 20, my end results is have 60/50 hp, how can i fixe that?
2.Another problem with animation, everything works fine, its just i don't know exactlly how to make a good jump animation that would flow great with the other animations, got any ideas?
3.I'm only 15 and i know nothing of codes/global codes/ integers/ variables/ Anything else really. I have no money to get some books about this stuff, so i really need help with A.I.
4.I tried a jumping thing that i found on these forums,where it reduces how much you can jump, but as long as i touch the floor once then i can just jump one more time even if im falling. Any idea?
Im going to put up the NEW Naruto's adventure.
Attachments
Naruto.zip
(247.63 KiB) Downloaded 92 times
Last edited by Kurtz1515 on Sat Nov 22, 2008 10:33 pm, edited 1 time in total.
Kurtz1515
 
Posts: 13
Joined: Sat Oct 11, 2008 5:54 pm
Score: 0 Give a positive score

Next

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron