Random Spawn Skins in 1.8.1

magw33d

New Member
I'm trying to implement random spawn skins in 1.8.1, and I've implemented them how you would in previous versions, but it doesn't seem to want to work.

I read in another thread that there is a part in the gender selection panel that overwrites the dayz_server/compile/server_playerlogin.sqf because it chooses a skin based on gender, but I can't seem to figure out which part to comment out in .

I would like to do either of these:
  1. Remove the gender selection option
  2. Create random model selections for both male and female.
I have unbanned the skins in dayz_anim, I have added them to the variables file in init, and I have also added them to CFGBanned and the server_playerlogin.sqf


What am I missing, is there anyone that can help me out?
 
Last edited:
Managed to figure it out after bashing my head against a wall for a few hours.

I edited in the gender selection part from an older version where it was skipped on the player monitor into the latest version, so it forces all characters to be male. If anyone wants some help on this I will go into more detail.
 
Back
Top