4
0

fix_ut3.sh 776 B

12345678910111213141516171819
  1. #!/bin/bash
  2. # LinuxGSM fix_ut2.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: https://linuxgsm.com/contrib
  5. # Website: https://linuxgsm.com
  6. # Description: Resolves issues with Unreal Tournament 3.
  7. moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. startparameters="server VCTF-Suspense?Game=UTGameContent.UTVehicleCTFGame_Content?bIsDedicated=true?bIsLanMatch=false?bUsesStats=false?bShouldAdvertise=false?PureServer=1?bAllowJoinInProgress=true?ConfigSubDir=${selfname} -port=${port} -queryport=${queryport} -multihome=${ip} -nohomedir -unattended -log=${gamelog}"
  9. fn_print_information "starting ${gamename} server to generate configs."
  10. exitbypass=1
  11. command_start.sh
  12. fn_firstcommand_reset
  13. fn_sleep_time_10
  14. exitbypass=1
  15. command_stop.sh
  16. fn_firstcommand_reset