Jump to content

katanamaru

Members
  • Posts

    615
  • Joined

  • Last visited

Everything posted by katanamaru

  1. The table has to be HUGE!!!!
  2. Nah, but that is cool to know. I'm thinking of fiddling with my finances so that I can get a new pc and the internet. Once that happens I'll dedicate time to learning XSI or 3dSM. Which ever is easier to work with for JA.
  3. In regards to your edit you got everything working now, or do you need help with something still?
  4. Are you sure it is written as: both_saberfast_stance and maybe not both_saberfaststance? If that's right I'd say that maybe there was an error in the merging; though I've never gotten one like that. It usually tends to be I made a mistake, but we won't discount it just yet. Double check to make sure it is actually 3 frames. I'd go back and see if I could get just 1 frame to work: both_saberfast_stance 21379 1 -1 20. Also if this is 3 frames because it has breathing you'll want to change it to look like: both_saberfast_stance 21379 3 0 1. The 0 makes the animation loop and the 1 is to make it a slow breathing.
  5. ^ Yep. Here's a question for you peeps regarding gun animations. There are actually two stances for guns. One is a plain stand and the other is a weapon just fired. I can confirm this because I set it up Sunday morning. Right now I have a 'gun held up' for the post shot animation and the default 'by the hip' for the stance. A lot of people like the blaster held across the body in a relaxed position, but there is a small problem with this. See when you shoot the gun the game fires a shot forward toward the crosshair/center of the screen. It doesn't matter where the gun is actually pointing. So if the gun is held across the body and pointed to the left it will still fire forward 90 degrees. I have an idea where the gun will be held at the shoulder, but lowered slightly to seem more relaxed, but still ready. What say everyone?
  6. Yeah use whatever you want. Feel free to modify it if you want too.
  7. Off hand not for certain but I'd look around: s3_b_t_to_b s3_v_t_to_b Mainly anything saber related with a 3 since those are the red's animations. There is another file called anims.h that has all the animations names grouped together and explained. It would be more helpful at finding the correct name. I use it often.
  8. Nope. Not without code. How many ways do you breath?
  9. First pic looks like a Red Top to bottom or a saber bounce. Second pic looks like a saber bounce. I'll be able to tell more if you can post a vid. Which models are you trying to put the animations on?
  10. When the program says Editing frame0 Editing frame1 Editing frame2 Editing frame3 press any key... You count the frame 0 in the total. So you have 4 frames. You can't have an animation in the animation.cfg file with 0 frames. So you'll always have at least a 1 there. I'm getting confused by all the numbers so I'll approach it from a different angle. Let's work on getting one stance in the game first successfully then we can add others. So we're starting with a staff stance it seems. So you made the animation and used gla merge to add it to the _humanoid.gla file? Now we're putting it in the animation.cfg. First find and copy the default staff stance. Now go to the very bottom and find the last animation. I think it is root or something. It should look like 21736 2 0(or -1) 30 Paste the staff style under it and change the frame number to 21738. We get that by taking the 21736 (start frame) and adding 2 (the sequence length) to it to get the next added animation 21738. So it should look something like this: both_saberstaffstance 21738 2 -1 30 I'd say turn the frame length from 2 to 1. and test it in game. If it works come back and we'll work on the next part.
  11. Could you define the terms parry and block for me? I think I know what you are describing, but I want to be sure.
  12. I plan to, but since I don't have the internet at my apartment it is slow trying to learn the program. I've gotten a bit farther, but still have a heck of a ways to go. Until then I'm going to work with Dragon.
  13. Well I'm here, but seems I'm too late. What models are you trying to get the animations attached too? I had problems with one of the sith stalker models for some reason. You have to hex edit both the model.glm and the _humanoid.gla that you want to use. They both need to have the same path like my dbgalen and they both need _humanoid in the path. models/players/_humanoid$$$$$/_humanoid$$$$$ $$$$ being the name you want.
  14. Sorry DT but Dragon's all I got at the moment. All the animations I have done are in Dragon and ready to go in game.
  15. Wait @@Onysfx, I thought you'd be happy to see Jedi die by the dozens?
  16. Breathing is doable. I'll add that to the stances. I like more realistic breathing animations. Not those big exaggerated shoulders heaving, head bobing, back arching breathing animations. So mine will be subtle.
  17. Yeah the weapons are unrealistically large. It bugged me, but I got over it mostly. If better proportions were made that'd be great.
  18. I put my post into the review box below that guide. So now others may find it there.
  19. katanamaru

    Dragon

    Here is how to get JA animations from the game into Dragon. 1. download and install Dragon. 2. extract the animation.cfg and _humanoid.gla file from the assest1 pk3 (I think.) 3. go into your Dragon folder and find the files JAanimation.cfg and JAhumanoid.gla. The JAanimation.cfg file isn't really important, but the JAhumanoid.gla file is the gla file Dragon loads on start up. You can delete it or rename it to something else. I renamed mine like DragonJAhumanoid.gla in case I did need it later. 4. drop the animation.cfg and _humanoid.gla files into your Dragon folder. 5. Rename _humanoid.gla into JAhumanoid.gla. Now when you start Dragon the default animations are loaded. To load an animation in Dragon you will: 1. open the console with the ~ key. 2. use the command impframe (import frame) 3. find the animation you want in the animation.cfg. It will look like: both_stand2 12345 2 -1 30. You need the start frame number which is 12345 and the sequence length number which is 2. 4. so you'll type into the console: impframe 12345 2 and press enter.
  20. I don't think I'll click that.
  21. Very very nice! I'd suggest a rifle animation which brings the elbows down closer to the sides. That's what we learned in the military. Makes you a smaller target and less likely to hit things.
  22. First I'm going to do some general bug fixes that I do with all my mods. Walk backwards doesn't play all the way. Running backwards with the saber off is slower than with the saber on. Any others people can think of? A new saber off stance. A new 'turn saber off' animation. Runs and walks. So far people want the Battlefront style. I'm for the original Jedi Knight style. I'll actually include both in the mod and people can edit the file to get which ones they want. I'll keep the sabers from moving into the ground. Also all sabers, guns, saber off use the same runback. So I'll keep the default one. I'll include lots of my stances so if people want specific ones that are not chosen they can edit those too. Imporant to redo the staff and duals walks. Less poopy pants. If nothing else I'll put the saber off walks here. I'll aim to make new ones though. I have some gun fire animations. They are some of the first animations I worked on. So if we want to use some better ones no problem. I don't know if I'll get around to working on new ones any time soon.
  23. Vids blocked for me. All that sounds very good!
  24. @@ChalklYne and @@hka1894 A one handed staff style like Exar Kun is on my list of saber styles to make. Just sayin'.
×
×
  • Create New...