Phil
7471a59754
enhanced mod-support
added parameters. descriptions taken from: https://community.bistudio.com/wiki/Arma_3_Startup_Parameters
-servermod
Loads the specified sub-folders for different server-side (not broadcasted to clients) mods. Separated by semi-colons. Absolute path and multiple stacked folders are possible.
-autoinit:
Automatically initialize mission just like first client does. Note: Server config file (server.cfg) must contain Persistent=1; , if it's 0 autoInit skips.
-loadmissiontomemory:
Server will load mission into memory on first client downloading it. Then it keeps it pre-processed pre-cached in memory for next clients, saving some server CPU cycles
10 years ago
Daniel Gibbs
f9a0a746aa
Merge remote-tracking branch 'refs/remotes/origin/master' into hurt-world
10 years ago
Daniel Gibbs
0da6611884
minor but fix
10 years ago
UltimateByte
949775a4dd
Cleaned useless servercfgs
10 years ago
UltimateByte
4f934bd7a1
trying on hurtworld unity3d
10 years ago
UltimateByte
f66abbafad
Actually removed useless hurtworld filefix
Fix is done with fn_install_steamfix
10 years ago
UltimateByte
4ecb781e8b
Capital to Hurtworld makes my life better
10 years ago
UltimateByte
de8f3e7657
Should now actually run the fix for hurtworld
10 years ago
UltimateByte
38f391bb32
Added hurtworld fix
Updated description
10 years ago
UltimateByte
ab920be2e9
added hurtworld
10 years ago
UltimateByte
d69576e34a
Renamed variables, readded IP for gsquery
10 years ago
UltimateByte
b94e1adbe4
added hwunity3d
matching the name in fn_monitor_query and hwserver as the serverport number isn't found into "${servercfgfullpath}" like for sdtd
10 years ago
UltimateByte
0245452658
Removed useless IP variable
Need to see serverconfig.xml, could be useless.
10 years ago
Daniel Gibbs
9e3789f7ad
updated header
now includes dev-debug option.
10 years ago
Daniel Gibbs
aae4610b0c
updated githubbranch= while in development
10 years ago
Daniel Gibbs
150110fbe8
Renamed to hwserver
10 years ago
Daniel Gibbs
d76adb6a53
Merge pull request #568 from UltimateByte/master
Merging in hwserver in to its own branch
10 years ago
Daniel Gibbs
23f73547c2
resolves bug with appinfo.vdi fix
suggestion by @sergey-k1
should of been ${HOME} not ${rootdir}
see issue #474
10 years ago
Daniel Gibbs
35be754990
New feature: Dev debug
I useful feature for developers.
This will enable a log to be created of everything that ran when
executing a command. It uses the set command.
When you run a command a file dev-debug.log is created and will output
set -x
10 years ago
Daniel Gibbs
b1e31126bf
Removed mkdir that are no longer requred
mkdir -pv "${filesdir}" is now done in fn_install_serverdir rather than
several different places.
10 years ago
Daniel Gibbs
eec7cdb2ed
SteamCMD will now run once before updates
SteamCMD will run before updates once to ensure that it works.
This will make sure that if steamguard is required it will list the
code.
Also if dependencies are missing it will also fail.
if failure script will exit
10 years ago
Daniel Gibbs
0e61317586
Corrected space
10 years ago
Daniel Gibbs
46a812604f
added fn_arma3fix
10 years ago
Daniel Gibbs
2e3c4fe18f
Added missing quotes
10 years ago
Daniel Gibbs
d0d3f2905a
Removed double quotes
10 years ago
Daniel Gibbs
085c598385
standardised error check
10 years ago
Daniel Gibbs
dfbcee27eb
added missing quotes
10 years ago
Daniel Gibbs
ff1a3e7a8e
added missing quotes
10 years ago
Daniel Gibbs
aafc9d51fd
Added auto Y
10 years ago
Daniel Gibbs
717c7b01e6
Added validate to fn_check_steamcmd
10 years ago
Daniel Gibbs
7533688694
changed to elif
10 years ago
Daniel Gibbs
149059a016
added sleep
10 years ago
Daniel Gibbs
65e5e75971
Updated to curl
10 years ago
Daniel Gibbs
e81103498d
removed echo
10 years ago
Daniel Gibbs
912c1ba8fc
Replaced wget with curl
10 years ago
Daniel Gibbs
385ee71817
Added if statement for mkdir
10 years ago
Daniel Gibbs
34c274b180
removed -v in mkdir
10 years ago
Daniel Gibbs
40ce3fc247
changes to serverdir
10 years ago
Daniel Gibbs
7ece4ac8a2
added new contributors
10 years ago
Daniel Gibbs
295a82209d
Install filesdir now goes from serverfiles
10 years ago
Daniel Gibbs
7bbdb82955
github configs now can download form another repo
10 years ago
Daniel Gibbs
9ed0b46176
Added new messages eol
10 years ago
Daniel Gibbs
614b09b58c
updated mkdir and removed error checking
removed error checking and un needed
10 years ago
Daniel Gibbs
9be7762498
updated mkdir
10 years ago
Daniel Gibbs
553ece636f
corrected then statements not matching
10 years ago
Daniel Gibbs
6b1a650cf0
Removed Chivalry
not maintained well by developers. Will not be supporting this server
10 years ago
Daniel Gibbs
9c4df59a48
Updated selfname and curl error checking
10 years ago
UltimateByte
b69ea037a8
Update hurtworldserver
10 years ago
UltimateByte
9ba341f125
Testing, not working yet
10 years ago
Daniel Gibbs
4e67cadb5d
Added GSLT support
As per #560
10 years ago