![]() |
|
|||||||
| Death to Spies: Moment of Truth Sequel to the popular stealth-action Death to Spies |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Quote:
Actor.ChangeActorSkin( Level.GetPlayer(), "SovietSoldier" ); and then disable hats & helmets: Actor.EnableMesh( Level.GetPlayer(), "grm_helmet" , false ); some tags you can try: grm_helmet grm_cap grm_shoulder grm_coat sol_equipment_lo to run lua methods from console, first use '$', ex. : $ Actor.ChangeActorSkin( Level.GetPlayer()... ); |
|
#2
|
||||
|
||||
|
Quote:
__________________
|
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
He is the best of the best...
Now to try this little technique. Last edited by sniperspec; 10-21-2009 at 12:39 AM. |
|
#5
|
|||
|
|||
|
just examining lua scripts...
|
|
#6
|
||||
|
||||
|
Yes, this way I learned much about dts scripting, while I was
creating my Enhancement addon. The scripts are very powerful....
__________________
|
|
#7
|
|||
|
|||
|
Thanks alot OSS, you really made the game extremely interesting for me
|
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
||||
|
||||
|
__________________
|
|
#10
|
|||
|
|||
|
Quote:
This code Works well, but the second one: Actor.EnableMesh( Level.GetPlayer(), "grm_helmet" , false ); does not work, when I put it in directly including the $ at the front, it does nothing, mabie you made a mistake in one of the words? Still thanks for your help |
![]() |
|
|