intrepid_soul
05-12-2005, 01:14 PM
If you go to the character files located around C:\Program Files\Giant\LEGO Star Wars Game\lego_data\Chars there are folders for every character. If you go into one, there is a text file for example in the Darth Maul folder there is a Darth Maul.txt file. If you open that you get lines like this:
layers_special=0,1
layers_high=0,2
layers_medium=0,3
layers_low=4
layers_dead=0,1
sfx_hurt="MaulHurt"
sfx_die="MaulDeath"
hit_points=4
baddie
jedi
can_open_doors
The first part appears to be textures, the next part sound effects, the last appears to be logic when fighting as an NPC. Has anyone played with these to try to modify the game?
layers_special=0,1
layers_high=0,2
layers_medium=0,3
layers_low=4
layers_dead=0,1
sfx_hurt="MaulHurt"
sfx_die="MaulDeath"
hit_points=4
baddie
jedi
can_open_doors
The first part appears to be textures, the next part sound effects, the last appears to be logic when fighting as an NPC. Has anyone played with these to try to modify the game?