UltimateByte
b4d7c03b69
Gmod tickrate and fix for many maps
Fixes https://github.com/dgibbs64/linuxgsm/issues/685
Tickrate needs to be lowered in order to be able to handle a large amount of players.
Default tickrate is 66.66, but the -tickrate commnand will round numbers to the lower integer. So i'll default at 66 and not -the more accurate- 67 to not worry anyone with a "non standard" value.
For the +r_hunkalloclightmaps 0, it fixes the hunk overflow crash on server startup when using maps with too much lights (and there are a lot of them). It changes the way lights are stored in RAM, the 0 mode (default one a few years ago, and still default one on clients) can handle a way larger amount of lights, but a theoretically a bit slower way. I noticed no difference, so it's a good thing to fix it by default.
9 years ago
UltimateByte
a00cda5cb5
Put back physiterations to 4, true default value
I checked the default value, it's 4, not 2. A value of 2 is causing issue with physics while running complex builds' physics, a value of 4 fixes it.
To check the default value, input gmod_physiterations into your gmod console
gmod_physiterations
"gmod_physiterations" = "2" (def. 4)
9 years ago
UltimateByte
19f978e330
corrected check for fn_parms
9 years ago
Daniel Gibbs
5518bff629
updated date
9 years ago
Daniel Gibbs
a34adda006
Update info_config.sh
Fixes issue #696
9 years ago
Daniel Gibbs
469cd19b7d
Merge pull request #725 from dgibbs64/rust-adds
conditional server.seed and comments rework
9 years ago
UltimateByte
1ebb1139a3
Needed double quotes to work
9 years ago
UltimateByte
d2a8fcec5f
conditional server.seed and comments rework
9 years ago
Daniel Gibbs
4fedbefaeb
Merge pull request #718 from WSG-ViViV/patch-1
Update on start variable add
9 years ago
Manuel Scoppettuolo
51ca1a27fe
Update on start variable
9 years ago
Daniel Gibbs
e5fc167ac6
Added new images
9 years ago
Daniel Gibbs
d6eaa8f796
altered default password
9 years ago
Daniel Gibbs
cdc859d394
Changed to master
9 years ago
Daniel Gibbs
81615f995a
Merge pull request #713 from dgibbs64/rust
Rust support
9 years ago
lrob
e7a8bd2acd
Credits to Wulf from Oxidemod
9 years ago
lrob
bc56bbf86a
Removed unused -datadir
9 years ago
lrob
eff90db5f1
double quotes
9 years ago
lrob
5b5d01394f
Double quotes
9 years ago
lrob
8a596c635d
Fix port info
9 years ago
lrob
e4c76d516e
version number
9 years ago
lrob
53fdcfd281
Version number
9 years ago
lrob
1383ba46ab
added port/tickrate/comments
9 years ago
lrob
25d1300861
added ip settings & cleaning comments
9 years ago
lrob
5643546d19
space
9 years ago
lrob
7dcc8cb26b
moving logfiles for games with bad log management
9 years ago
lrob
bc4f0f6934
better gamelog naming
9 years ago
lrob
d2e25b1e31
$
9 years ago
lrob
c4ef273d6a
added rust
9 years ago
lrob
b9e4a10fc6
nothing to add for Rust
9 years ago
lrob
107d63723d
added rust
9 years ago
lrob
46260987e3
added rust default config
9 years ago
lrob
8f5fc4c964
Default rcon + defaultcfg
9 years ago
lrob
8dbadeabf5
Rename server.cfg to lgsm-default.cfg
9 years ago
lrob
ef98defb1f
servercfgfullpath
9 years ago
lrob
4c6ac92fc9
added cfg files and folders for check
9 years ago
lrob
3c7a732aab
Server config
9 years ago
lrob
6b89e412a1
New start parms
9 years ago
lrob
4b2894cc17
Update rustserver
9 years ago
lrob
0057536196
added rconport
9 years ago
lrob
608561582b
More start options
9 years ago
lrob
642e79068d
removing a "-"
9 years ago
lrob
c96b4c9262
Parms V2
Safe mode for now, with the syntax as it should be according to Unity usual commands
9 years ago
lrob
1079c19bfd
Start parms v1
9 years ago
lrob
8b7cc0e2d0
Create rustserver
9 years ago
Daniel Gibbs
c4976b4a49
Merge pull request #706 from dgibbs64/ultimatebyte-fixes
Accept two main other mail servers
9 years ago
Daniel Gibbs
944cf8b657
Merge pull request #709 from dgibbs64/fastdl
FastDL first release
9 years ago
lrob
0effc04d65
Version, Will travis work ?
9 years ago
lrob
52ac61aea1
Updated wiki address
9 years ago
lrob
7a58d80d9e
check using mailx
Keeping displaying the presence of exim4, sendmail, postfix, mailutils, and mailx in the right case.
9 years ago
lrob
6dc71d6148
Update core_getopt.sh
9 years ago