PDA

View Full Version : Change the player start (Noob question)



Ardan
11-06-2009, 03:24 PM
So here is my question, is there a way to alter the player start so that its just a camera walking around without weapon and HUD? But to keep the jump/crouch etc?

Im a noob so be patient :p

G0rdon
11-06-2009, 03:35 PM
you need to edit some scripts to remove the weapons you spawn with
or write a mutator for that.

like this http://pastebin.com/d32d54ff

Ardan
11-06-2009, 03:50 PM
but where to i change script and where do i write scripts?

Steve Polge
11-06-2009, 03:58 PM
A good starting point is http://udn.epicgames.com/Three/DevelopmentKitProgramming.html

G0rdon
11-06-2009, 03:58 PM
try this if you are new to unreal script and want to know how a mutator works it will help alot:

http://www.moddb.com/games/unreal-tournament-3/tutorials/unreal-learning-1-my-first-unreal-tournament-3-mutator

Ardan
11-06-2009, 04:49 PM
"Open UTEngine.ini in the UTGame\Config directory, and remove the ; preceding ModEditPackages=MyMod in the [UnrealEd.EditorEngine] section. You can have more than one mod edit package, you'll just need to create a separate source directory for each one and add each one to the [UnrealEd.EditorEngine] section."

Seems to be alot of trouble doing this? Or is it just me that is really stupid?
Will there be and easier way later on??