Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsJedi Knight and Mysteries of the Sith Editing Forum → Key frames
Key frames
2001-04-29, 2:17 PM #1
OK, I made a new key frame for kyle so when he does force jump, he does a backflip, I tried it out, and he doesn't do the flip. Why? Oh yeah, I extracted the ky.pup file and put it in my project directory and then ran JK tree.

------------------
Why must we live only to die?
2001-04-29, 2:46 PM #2
If it's for a new level you can't just put it into the project directory. You'll have to make a patch and run it.
Gravity isn't MY fault--I voted for velcro.
2001-04-30, 12:29 PM #3
How can I make a patch? Right now my skills on a scale from 1 to 10 is a negative 11, so I would like someone to eplain how to make a one. Please.

------------------
Why must we live only to die?
2001-04-30, 1:45 PM #4
The easiest way is to start up patch commander, click on, "create gob",drag the new keys and whatever else you made into the create gob window, give it a name and save it, then just activate it and start your level.
Gravity isn't MY fault--I voted for velcro.
2001-04-30, 2:46 PM #5
Patch Commander has a gob thing?... Oh wait, it's the gobber thing isn't it. Well I use conman, but whatever.

------------------
"I am Murray, the all powerful demonic skull, BWAHAHAHAHAHA!"-Murray
Viva la Monkey Island!
"I am Murray, the all powerful demonic skull, BWAHAHAHAHAHA!"-Murray
Viva la Monkey Island!
2001-04-30, 3:27 PM #6
Are you sure it has to be a patch? I'm a little skeptical, but maybe I just don't know.

If so, another method that would keep all of your resources in the same place would be to put your gob in it's own folder in the root JK folder, and launch it with a .bat file. I try to use patch commander as little as possible. [http://forums.massassi.net/html/smile.gif]

------------------
Sith Temple -- Website & Forum
Strike Force!
The Continuing Adventures of Mara Jade
2001-04-30, 6:17 PM #7
You sure do love those bat files don't you? [http://forums.massassi.net/html/wink.gif] I've recently started using them and they do kick arse.
Gravity isn't MY fault--I voted for velcro.
2001-05-01, 3:32 PM #8
OK, What are bat files and how do I do what Rhettman said?

------------------
Why must we live only to die?
2001-05-02, 7:31 AM #9
I know another way. go into your resource folder. if you don't have a folder called 3do, make one. inside that folder make a folder called key and put the .key file there. that's what I do and it works fine, no patches needed! and you can use your keys in the game, but only you see them multiplayer of course.
"Of all the things I've lost, I miss my mind the most"
2001-05-02, 11:55 AM #10
Quote:
<font face="Verdana, Arial" size="2">Originally posted by SM_Zeddicuus:
I know another way. go into your resource folder. if you don't have a folder called 3do, make one. inside that folder make a folder called key and put the .key file there. that's what I do and it works fine, no patches needed! and you can use your keys in the game, but only you see them multiplayer of course.</font>


I did that, and it didn't work.

------------------
Why must we live only to die?
2001-05-02, 12:06 PM #11
Are you sure it had the same name as the original key?
Gravity isn't MY fault--I voted for velcro.
2001-05-02, 12:24 PM #12
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Boba Rhett:
Are you sure it had the same name as the original key?</font>


I modified the original key and didnt change the name, just the directory where I saved it.

------------------
Why must we live only to die?
2001-05-02, 1:15 PM #13
Stormtrooper, is this for MP or SP? The resource folder trick will only work for MP.


>Create a new folder in your base JK or MotS folder. Call it whatever you want. Put your gob(s) in it.

>Copy this into notepad:

@echo off
@echo *
@echo *
@echo *Your Level
@echo *
@echo *
@echo *Level by Stormtrooper
@echo *
@echo *
pause
cls
jkm.exe -path yourlevel
cls
@echo launching Your Level...

Save it as whatever.bat in the JK/MotS folder.

>Double click on the .bat, and the game will launch, looking in your folder first for any resources.

------------------
Sith Temple -- Website
Strike Force!
The Continuing Adventures of Mara Jade
2001-05-02, 2:11 PM #14
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Rhettman:
Stormtrooper, is this for MP or SP? The resource folder trick will only work for MP.
</font>


So thats why it didnt work its for SP, thanks.

so I would type something like this:
@echo off
@echo *
@echo *
@echo *The Force In Your Soul
@echo *
@echo *
@echo *Level by Stormtrooper
@echo *
@echo *
pause
cls
jkm.exe -C:\PROGRA~1\LUCASA~1\JEDIKN~1\TFIYS.BAT
cls
@echo launching Your Level...

Am I correct on this? please tell me if I'm not.
------------------
Why must we live only to die?

[This message has been edited by Stormtrooper (edited May 02, 2001).]
2001-05-02, 2:48 PM #15
Copy this exactly into notepad, and then save it as TFIYS.bat.

@echo off
@echo *
@echo *
@echo *The Force In Your Soul
@echo *
@echo *
@echo *Level by Stormtrooper
@echo *
@echo *
pause
cls
jkm.exe -path TFIYS
cls
@echo launching The Force In Your Soul...

Put the level in a folder of it's own called TFIYS. Make sure that folder is in the JK folder. Make sure TFIYS.bat is in the JK folder. Double click the .bat file.

------------------
Sith Temple -- Website
Strike Force!
The Continuing Adventures of Mara Jade

↑ Up to the top!