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
Daniel Gibbs
f06f2fad24
bug fix
9 years ago
Daniel Gibbs
9bdb3f44d5
added libdir
9 years ago
Daniel Gibbs
c747136d1b
Re adding functions for legacy
9 years ago
Daniel Gibbs
703d3e5912
added download for dabserver
9 years ago
Daniel Gibbs
85ea727dc6
Removed functions dir
9 years ago
Daniel Gibbs
5a13e5afbc
fixes
9 years ago
Daniel Gibbs
fb38ef5ad0
fixed line endings
9 years ago
Daniel Gibbs
09ce09e102
Added glibcfix to run on start
9 years ago
Daniel Gibbs
e5a31b0320
Updated functions url location
9 years ago
Daniel Gibbs
c74e6e5ba9
adding glibc fix files
9 years ago
Daniel Gibbs
97ee2d8d7a
Working on new glibc fixes
9 years ago
Daniel Gibbs
841a65b2f7
moved functions to lgsm dir
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
UltimateByte
ff8efabf52
corrected check for fn_parms
9 years ago
Daniel Gibbs
3b63636dee
Added coloured checking message
9 years ago
Daniel Gibbs
86ac8014b3
Fixed update check bug
9 years ago
Daniel Gibbs
231febbebd
removed path from curl check
9 years ago
Daniel Gibbs
a4ff32b29f
Removed merge conflict
9 years ago
Daniel Gibbs
7115f9339c
Merge remote-tracking branch 'refs/remotes/origin/master' into development
9 years ago
Daniel Gibbs
5518bff629
updated date
9 years ago
Daniel Gibbs
8153665d0f
run to exec
9 years ago
Daniel Gibbs
a1bb5922a1
Merge branch 'dlmanage' into development
9 years ago
Daniel Gibbs
d99a7e2b43
Updated function
9 years ago
Daniel Gibbs
bad55355a2
tab funtions
9 years ago
Daniel Gibbs
d78ba978a3
tab
9 years ago
Daniel Gibbs
7bd6fb9af1
no longer a requirement for symbolic link
the game log dir is set in parms
9 years ago
Daniel Gibbs
fb97f609ee
sd2dserver now bypasses sd2d start script
9 years ago
Daniel Gibbs
43043ab1c3
Fixed minor issue
9 years ago
Daniel Gibbs
4e8920e421
updated monitor function
9 years ago
Daniel Gibbs
b82d0082f6
Moved info_config.sh to the correct place
9 years ago
Daniel Gibbs
77c5692bd8
Getting sdtd graceful working better
9 years ago
Daniel Gibbs
4dc0f80d93
Fixed 7 days to die bug
9 years ago
Daniel Gibbs
4039533839
returned -n to messages
9 years ago
Daniel Gibbs
45529e47ee
nl in trap
9 years ago
Daniel Gibbs
e8fc3ffcb9
removed sleep from eol
9 years ago
Daniel Gibbs
cbb5bbe170
all nl messages will act the same
most nl messages already waited 1 second before new line. however all
should now do this giving a more consistent feel
9 years ago
Daniel Gibbs
c2cf00f746
added tmux_stop
9 years ago
Daniel Gibbs
7e732a2f6f
missing fi
9 years ago
Daniel Gibbs
54895153bc
improvements to stop command
improvements to graceful shutdown
using functions more for easy reading
9 years ago
Daniel Gibbs
a34adda006
Update info_config.sh
Fixes issue #696
9 years ago
Daniel Gibbs
2fe511007f
Fixed issue #696
9 years ago
Daniel Gibbs
9d3bbf3a9a
Fixed 7 Days to Die deps not working
9 years ago
Daniel Gibbs
3b6e66a5ae
Code tidy
9 years ago
Daniel Gibbs
5d6cf92630
Code tidy
9 years ago
Daniel Gibbs
995a4c584d
Optimised fixes
removed un-needed code
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
Daniel Gibbs
248518c3c5
repaired ut99 fix
9 years ago