i want to make a toliet car factory how do i go about doing this. also i dont know if this important but i want to use it on a existing dm map fot invasion game type.
Announcement
Collapse
No announcement yet.
toilet car help
Collapse
X
-
Code:class ONSToiletBowlFactory extends ONSVehicleFactory; DefaultProperties { Mesh=Mesh'GenericSD.TC' VehicleClass=class'Onslaught.ONSGenericSD' // RedBuildEffectClass=class'ONSGenericSDBuildEffectRed' // BlueBuildEffectClass=class'ONSGenericSDBuildEffectBlue' RedBuildEffectClass =class'ONSAttackCraftBuildEffectRed' BlueBuildEffectClass=class'ONSAttackCraftBuildEffectBlue' } //////////////
-
Many easier ways, export the scripts edit them as text files, then compile them using ucc make....
http://wiki.beyondunreal.com/wiki/UnrealScript_Lessons is a great place to start
Comment
Comment