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 → A little help if you will....
A little help if you will....
2000-12-23, 4:05 AM #1
does anyoneknow how to make a hub to choose your charertor at the beginning of the game, like the Barons Hed RPG and the Swoop mod.

Also does anyone know how to add a key, ive made a new key but i dont know how to use it, it is for the player.
2000-12-23, 5:10 PM #2
Open the player's PUP file, and replace the old entry for whatever key you're replacing.

KyleRun.key? Chnge it to MyKyleRun.key or whatever.

BTW, download the JKspecs. Anyone that wants to do the more advanced aspects of editing needs it.

------------------
Sith Temple- Single Player MOTS at it's finest...
2000-12-24, 6:49 PM #3
basic cog
here's a quick outline of what it should be
Code:
symbols
thing model1
thing model2
thing model3
thing model4
thing model5
thing model6
thing player
end
code
startup:
player=getlocalplayerthing();
return;

touched:
setthingmodel(player,getthingmodel(getsenderref()));
return;
end

that should work, but you should check the verb syntax first
And meanwhile the bus with legs has destroyed half of disneyland . . . and nobody cares!

↑ Up to the top!