UltimateByte
60d4e9c84e
Using awk for now
fixes #1130
9 years ago
UltimateByte
3aa5242cc5
syntax
9 years ago
UltimateByte
4b4477199d
closing ) is better after opening
9 years ago
UltimateByte
2653e003ea
Ordering, spacing and comments
9 years ago
UltimateByte
e370cdd4b4
ordering & matching changes
9 years ago
Kristian Polso
0526935d32
Typo in fn_update_factorio_currentbuild
9 years ago
Daniel Gibbs
f4f8e29864
Merge remote-tracking branch 'refs/remotes/origin/master' into pr/1133
9 years ago
Kristian Polso
9fccb19619
Update fctrserver
9 years ago
Kristian Polso
f7e99e6428
Details
9 years ago
Kristian Polso
057f1fed23
Details
9 years ago
Kristian Polso
253f5db2cc
Configs
9 years ago
Kristian Polso
ab7f487a55
Factorio configs
9 years ago
Kristian Polso
e13c816940
Fetch install_factorio_save
9 years ago
Kristian Polso
3c136bc1a2
Create initial save
9 years ago
Daniel Gibbs
34b0a42a49
Should Fix issue #1130
9 years ago
Daniel Gibbs
05ee12038c
fixed ip for mumble #1130
9 years ago
Daniel Gibbs
74f616b949
Merge remote-tracking branch 'refs/remotes/origin/master' into development
9 years ago
Daniel Gibbs
5f461b14a4
Merge remote-tracking branch 'refs/remotes/origin/master' into quake3
# Conflicts:
# lgsm/functions/command_install.sh
# lgsm/functions/install_config.sh
# lgsm/functions/install_server_files.sh
9 years ago
UltimateByte
745254777a
more elegant execname
9 years ago
UltimateByte
c43ac02250
first fix attempt for mumble ip
9 years ago
UltimateByte
c2bd0cffb5
fixed mumble port using awk instead of sed
9 years ago
UltimateByte
a36e646bf7
new line, now nice output
9 years ago
UltimateByte
3484854959
refresh values for second check
9 years ago
UltimateByte
f0306dbcc4
stripping ./ from executable
9 years ago
UltimateByte
e98e5af66e
Check if executable is executable
Attempt to fix it if not
Needs testing
Fixes #591
9 years ago
UltimateByte
88729addd1
with the actual target folder, better
9 years ago
UltimateByte
4564bd2d43
cfg folder needs to be created for Arma3
9 years ago
Daniel Gibbs
2fb6547b7a
Merge remote-tracking branch 'refs/remotes/origin/master' into development
9 years ago
Daniel Gibbs
05257f4188
updated message
9 years ago
Daniel Gibbs
768da753f4
space
9 years ago
Kristian Polso
7874986b94
Tmpdir factorio
9 years ago
Kristian Polso
3e33596836
Tmp dir stuff
9 years ago
Kristian Polso
b0b21d888b
Correct folder
9 years ago
Kristian Polso
d8c1b2d601
Extract dir
9 years ago
Kristian Polso
4047ea2ca3
Missing stuff
9 years ago
Kristian Polso
88f35767e2
More integration
9 years ago
Kristian Polso
3b6336c388
Factorio update scripts
9 years ago
Kristian Polso
2c67ce74a9
Initial Factorio support
9 years ago
Alexander Hurd
3430bef50f
update
9 years ago
Alexander Hurd
663962b996
fixes
9 years ago
Alexander Hurd
81fa3d5681
adding Call of Duty: World at War
9 years ago
Daniel Gibbs
ff5d149e29
removed quotes
9 years ago
Daniel Gibbs
dc0a7cab43
IP address is selected in config for some games
If server has multiple nic's then an ip has to be selected. Some servers
this is done on the parms and others in the config.
LGSM now handles config IP addresses better. Check IP also tells the
user to change the IP in the config
9 years ago
Daniel Gibbs
d77ee6a112
removed ip=
9 years ago
Daniel Gibbs
8fdc8b8923
added ip
9 years ago
Daniel Gibbs
b69fdaa65d
Renamed to svenserver
9 years ago
Daniel Gibbs
831e4a31aa
Fixed LGSM install config
* LGSM will alter all hostnames to LinuxGSM and generate a random admin
password
* Removed user input for hostname and password as added more complexity
in to the code that can lead to mistakes by devs
Users can will simply change settings in there config as required.
9 years ago
cedarlug
74d6ea1df7
`xargs -0` allowed single quotes but kills the whitespace cleansing. replacing with sed.
9 years ago
UltimateByte
f38f36e40a
missing }
9 years ago
Marvin Lehmann
e4c09f6f8f
Cleanup
- PEP-8: spaces should be used for indentation
- "is" should be used for comparing with "None"
- corrected indentation of "self.connected = False"
9 years ago