Daniel Gibbs
2c2c5f0a39
Merge branch 'master' of https://github.com/dgibbs64/linuxgameservers
10 years ago
Daniel Gibbs
5cf0a5f5c9
Changes to terminal and log messages.
* Major changes to terminal and log messages.
* More constant and improved wording of terminal and log messages.
* New local variable "modulename" that is displayed in terminal and log
messages.
* Added commented descriptions to most functions.
10 years ago
Daniel Gibbs
f868b31f61
Merge pull request #255 from Scarsz/master
[arma3server] Remove -port flag from parameters, handled by config
10 years ago
Scarsz
3cef89c1e9
Remove -port flag from parameters, handled by config
10 years ago
Scarsz
eee057170d
Old number until update
10 years ago
Scarsz
da592f0e9a
Update version number
10 years ago
Scarsz
7d93c394c6
Delete old ARMA3 vanilla config, not needed
10 years ago
Daniel Gibbs
379628220e
Punctuation
10 years ago
Daniel Gibbs
1b4074e519
Initial release 7 Days to die server
10 years ago
Daniel Gibbs
c888cc5749
defined fn_versioncheck
10 years ago
Daniel Gibbs
66812fe73a
defined fn_installcomplete
10 years ago
Daniel Gibbs
4dbdf913a1
created fn_installcomplete
10 years ago
Daniel Gibbs
7c46a59022
defined fn_messages
10 years ago
Daniel Gibbs
f9e2dff873
Created fn_functions
This moves all the defining functions to its own file and out of the
main script file. This has made the main scrip file much smaller and
moved most code to the functions dir
10 years ago
Daniel Gibbs
b61d3e4f83
Created fn_messages
10 years ago
Daniel Gibbs
63d049a2bc
Created fn_syscheck
10 years ago
Daniel Gibbs
57789b0c10
Script now detects 0x402 error on SteamCMD
https://github.com/dgibbs64/linuxgameservers/issues/235
10 years ago
Daniel Gibbs
0a517ef948
changed unity3d to 7d2d specific logs
10 years ago
Daniel Gibbs
791127bab1
Cosmetic improvements to the installer
Looks a little nicer on the eyes
10 years ago
Daniel Gibbs
55ead3b643
Updated interface to hide wget
10 years ago
Daniel Gibbs
28ee0c8990
updated to hide wget
Looks pretty and will return wget errors like OK of not found etc
10 years ago
Daniel Gibbs
e7a30c3812
Added WebAdmin Enabled
also fixed port not displaying
10 years ago
Daniel Gibbs
6b1c3898b4
added query port to unity3ddetails
10 years ago
Daniel Gibbs
21db3f635e
Added support for unity3d engine
also minor display change to fn_serverquery (space between port and : )
10 years ago
Daniel Gibbs
72b45380b4
minor code tidy
10 years ago
Daniel Gibbs
533cc7b59c
Added SteamCMD update checker
Created update checker using SteamCMD. After some advice from SteamDB on
Twitter I found out you can get depot files directly from SteamCMD.
SteamDB update checker is still present however is only used if steamcmd
fails (SteamDB advised they cannot guarantee the accuracy of there depot
files).
https://twitter.com/SteamDB/status/546720685260017664
There are 3 different update checkers available as a failover and will
run in the following order as required.
1. SteamCMD update checker
2. SteamDB.info update checker
3. Server Log update checker
10 years ago
Daniel Gibbs
2bc60f93f6
added 7 Days To Dir support
10 years ago
Daniel Gibbs
030bcc6af7
added unity3d support
10 years ago
Daniel Gibbs
783e2a83bc
Added unity3d engine details
10 years ago
Daniel Gibbs
3ee49c040f
prep for auto-update feature
10 years ago
Daniel Gibbs
196bbe46f8
initial commit of fn_versioncheck
10 years ago
Daniel Gibbs
fa4dd29a8e
Added unity3d support
10 years ago
Daniel Gibbs
e8908479d2
Added ss3server glibcfix
10 years ago
Daniel Gibbs
5d9ddbc8f9
Added Glibc Fix for ss3server
10 years ago
Daniel Gibbs
3a95aa59d5
Initial Release ss3server
Initial release of Serious Sam 3: BFE server
10 years ago
Daniel Gibbs
d6e626c9f8
added SS3 details
* Added SS3 details
* functions now alphabetical
10 years ago
Daniel Gibbs
1ef2198384
Uploaded Official Server Help SS3
10 years ago
Daniel Gibbs
8b46518892
corrected SS3 config dir
10 years ago
Daniel Gibbs
fc49edd99a
mkdir .steam/bin32
10 years ago
Daniel Gibbs
3853dc73e6
Corrected dir locations
10 years ago
Daniel Gibbs
de3e7afbb1
Added ss3server config
10 years ago
Daniel Gibbs
7a7698f366
corrected the directory for ss3
10 years ago
Daniel Gibbs
906527dacf
Added SS3:BFE to libsteamfix
10 years ago
Daniel Gibbs
81d55119f9
Only digits will output from config files
Removed the chance of carriage return and made sure only digits are
output. Should help reduce the chance of off things being output to the
port vars
10 years ago
Daniel Gibbs
0db3ee72ad
Re wrote the ArmA 3 Default config
The default config was messy at best.
I have re written the config to make it more readable and simple.
10 years ago
Daniel Gibbs
4befe1b98c
updated version stamp
10 years ago
Daniel Gibbs
d3616d9c83
Moved port detection out of main script
10 years ago
Daniel Gibbs
58ee24085e
minor code tidy
10 years ago
Daniel Gibbs
cedc00db3e
Moved arma3server ports
*Moved ports out of main script in to the functions.
*Updated the port variables so no longer requires the config parameters
to be in a specific line.
10 years ago
Daniel Gibbs
1a31f3a8cd
Punctuation
10 years ago