UltimateByte
da57ee4400
New fetching system
9 years ago
UltimateByte
0f41353277
New fetching system
9 years ago
UltimateByte
90af7db737
New fetching system
9 years ago
UltimateByte
3bb27036ac
New fetching system
9 years ago
UltimateByte
73b2e860ae
New fetching system
9 years ago
UltimateByte
6b0490c403
New fetching system
9 years ago
UltimateByte
914b2d495a
New fetching system
9 years ago
UltimateByte
5005937f2d
New fetching system
9 years ago
UltimateByte
fe1c90f3af
New fetching system
9 years ago
Daniel Gibbs
2f57e06699
Merge pull request #755 from dgibbs64/ts3-install-version
matching updater's version checking & fix details
9 years ago
Daniel Gibbs
9f7d57015f
Merge pull request #754 from dgibbs64/gmod-parms
Gmod tickrate and fix for many maps
9 years ago
Daniel Gibbs
a7f5af8c85
new glibcfix
9 years ago
UltimateByte
95afe04aea
fix error with"UNKNOWN" value instead of digit
If the server (such as TS3) doesn't required glibc, the glibc needed version is UNKNOWN. That was breaking the command as it expected an numeric value.
See https://github.com/dgibbs64/linuxgsm/blob/master/functions/info_glibc.sh#L63 to understand.
9 years ago
UltimateByte
951f9d448f
matching updater's version checking
Should fix the "not installing the latest version" issue.
Will test and pull if working.
9 years ago
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