New Reality supported build options

thevisad

Moderator
Staff member
There are several new build options available for use within Reality now. These options will assist users in compiling the server configs for easier updating/launch process. You may obtain the latest patch from here.

Note: most of these settings have a "default" setting, if you do not select something it will default to the correct settings (basic.cfg is an example of this)

Reality Github Repository

serveradminpassword ( Example: --serveradminpassword serverspassword )
serverpassword ( Example: --serverpassword serverspassword )
servername ( Example: --servername "Official Reality Guppy Build" )
locationid ( Example: --locationid US1235 )
serverbuild ( Example: --serverbuild 103718 )
hostedby ( Example: -hostedby HNGamers )
battleyepassword ( Example: --battleyepassword ThisPassword )
serverdifficulty ( Example: --serverdifficulty regular )
dayzversion ( Example: --dayzversion 1.7.7.1 )

hivehost ( Example: --hivehost 127.0.0.1 )
hiveport ( Example: --hiveport 3306 )
hivedatabase ( Example: --hivedatabase dayz )
hiveusername ( Example: --hiveusername root )
hivepassword ( Example: --hivepassword omgmyrootpassword )
hiveconsole ( Example: --hiveconsole true )

Possible values: trace, debug, information, notice, warning, error, critical, fatal, none
hiveloglevel ( Example: --hiveloglevel trace )

hiveconsolelevel ( Example: --hiveconsolelevel trace )
datetype ( Example:--datetype static)
year ( Example:--year 2013)
month ( Example:--month 7)
date ( Example:--date 13)
timetype ( Example:--timetype static)
timeoffset ( Example:--timeoffset -5)
hour ( Example:--hour 10:00)


minbandwidth ( Example:--minbandwidth 2342342)
maxbandwidth ( Example:--maxbandwidth 234234234)
maxmsgsend ( Example:--maxmsgsend 512)
maxsizeguaranteed ( Example:--maxsizeguaranteed 256)
maxsizenonguaranteed ( Example:--maxsizenonguaranteed 128)
minerrortosendnear ( Example:--minerrortosendnear 0.03)
minerrortosend ( Example:--minerrortosend 0.005)
maxcustomfilesize ( Example:--maxcustomfilesize 0)
windowed ( Example:--windowed -1)
adapter ( Example:--adapter 1)
3D_performance ( Example:--3D_performance 1)
resolution_bpp ( Example:--resolution_bpp 32)
maxpacketsize ( Example:--maxpacketsize 1400)
 
Back
Top