Jump to content
  • 0

Gender Selection Removed?


hybridfury

Question

17 answers to this question

Recommended Posts

  • 0

Mine didn't allow gender selection under 1.0.3.1.  I couldn't figure it out and no one could explain why or even give a plausible explanation so I decided to wait for the upgrade.  Now that I'm running 1.0.4.2 my server still does not allow gender selection. 

 

I'm running a plain vanilla Epoch Chernarus server on my own server in my house on my own LAN.  So I have access to everything.

 

Anyone have any ideas?

Link to comment
Share on other sites

  • 0

On my server I found what looks like a gender selection screen dislpay conditional (dayz_DisplayGenderSelect).  It's in Dayz_server.pbo>init>compiles.sqf.  Around line 414 in the 1.0.4.2a code, the following appears:

 

  if (!isNil "dayz_DisplayGenderSelect") then {
   waitUntil {!dayz_DisplayGenderSelect};

 

Problem is that I haven't yet found where that value is set or changed based on spawn-in conditions.  Not being too familiar with the Arma scripting tools, I don't know if there are global search tools that allow one to search across the PBOs into the .sqf files to find all instances of the variable.  Does anyone know of any debug tools that work with these scripts to set breakpoints and tracepoints?  At least I then may be able to figure out where the call is being made (and if it is even being reached) to display the gender selection screen.

Link to comment
Share on other sites

  • 0

On my server I found what looks like a gender selection screen dislpay conditional (dayz_DisplayGenderSelect).  It's in Dayz_server.pbo>init>compiles.sqf.  Around line 414 in the 1.0.4.2a code, the following appears:

 

  if (!isNil "dayz_DisplayGenderSelect") then {

   waitUntil {!dayz_DisplayGenderSelect};

 

Problem is that I haven't yet found where that value is set or changed based on spawn-in conditions.  Not being too familiar with the Arma scripting tools, I don't know if there are global search tools that allow one to search across the PBOs into the .sqf files to find all instances of the variable.  Does anyone know of any debug tools that work with these scripts to set breakpoints and tracepoints?  At least I then may be able to figure out where the call is being made (and if it is even being reached) to display the gender selection screen.

Link to comment
Share on other sites

  • 0

I'm on a private server and I also cannot select female gender. Screen pops up for about a millisecond and is gone and I parachute in as a man. Frustrating... All other players on this server have selection, except me. Someonw must have an answer? Where are you?

Link to comment
Share on other sites

  • 0

on my server i am having trouble with the character selection being skipped when the server is 45+ players. Which is resulting in custom donation load-outs not being received by players when it is at full population which is most of the time at the moment. If the server is running at around 30 players or less (night time, non peak hours) it will always ask for male or female selection.

 

So my question is, Can you change it somewhere  so that it will always ask for gender selection?

 

please help driving me mad.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...