World map player model idea

Users who are viewing this thread

CBWarDog

Sergeant
well, just copying/pasting the map icons, i got this:

party_zpsa0026460.jpg


a party of 9 soldiers follow you in the world map. they move when you walk and everything, looks pretty cool.
The thing is, that off course, when you start a new game you are alone, and looks silly that 9 soldiers follow you...
So, i was wondering if its possible to make a scripts to change the model of your party model when your party is more than 1 person, like it changes when you are riding a horse, so i can make that when you are alone, you can use the native model, but when you have a party, the model changes to the one i made. Is it possible?
 
cwr, no problem dude, you can use it in your mod and you can download it from this link:

http://www.mediafire.com/?7cm86jbjg4i3bzo

And, if you are using module system, go to "module_map_icons", and change the player line for this:

Code:
  ("player",0,"uwplayer", avatar_scale, snd_footstep_grass, 0.15, 0.173, 0),

For now, you will always be followed by the party (unless you are riding a horse). If this works, ill make a full pack with horseman party also.
 
Back
Top Bottom