This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TomTec Solutions' loaded workshop maps. Please only load maps here, other items will most likely cause issues. | |
# Get these numbers from the ?id= ending of the workshop URL. | |
# Quake Live Extras Pack | |
539421606 | |
# Quake Live Holiday Pack | |
539421982 | |
# Quake III Arena: Sound Pack (by Thomas Jones for testing purposes) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# get access to the minqlx code base so we can access the server and game | |
import minqlx | |
# import the randint function from the random class, so we can make random numbers | |
from random import randint | |
class rysiu_sounds(minqlx.Plugin): | |
def __init__(self): | |
# Adding hooks, so everytime the map changes or the round ends, the code runs :) | |
self.add_hook("map", self.reference_soundpack) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# minqlx - A Quake Live server administrator bot. | |
# Copyright (C) 2015 Mino <[email protected]> | |
# This file is part of minqlx. | |
# minqlx is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# quakestart.sh - quake live multiple server spawning script. | |
# created by Thomas Jones on 09/09/15. | |
# [email protected] | |
# Defining variables. | |
location="FREEMONT" | |
qPathToStartScript="/home/steam/Steam/steamapps/common/qlds/run_server_x64_minqlx.sh" | |
sponsortag="QLSTATS.NET:8080,CALI,FREEMONT,VKS" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========== QuakeUpdate.sh has started. ========== | |
========== Sat Oct 10 22:33:10 AEST 2015 ========== | |
Telling players in server port 28960 that the servers are going down... | |
zmq RCON command from 113359986f4b11e5bb3000163e260a14: say ^4The Purgery^7 servers are going down ^4within a minute^7 for daily updating. They will be back in ^410 minutes^7. | |
Telling players in server port 28961 that the servers are going down... | |
zmq RCON command from 1255886e6f4b11e5a11700163e260a14: say ^4The Purgery^7 servers are going down ^4within a minute^7 for daily updating. They will be back in ^410 minutes^7. | |
Telling players in server port 28962 that the servers are going down... | |
zmq RCON command from 1376e4866f4b11e5a18e00163e260a14: say ^4The Purgery^7 servers are going down ^4within a minute^7 for daily updating. They will be back in ^410 minutes^7. | |
Telling players in server port 28963 that the servers are going down... | |
zmq RCON command from 14952fa86f4b11e59f5b00163e260a14: say ^4The Purgery^7 servers are going down ^4withi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zmq RCON command from 41624a286f2011e5a57600163e260a14: listcmds | |
listcmds | |
touchFile | |
fdir | |
dir | |
path | |
map | |
startRandomMap | |
vstr | |
set |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo Backing up workshop.txt... | |
cp -fv /home/steam/steamcmd/steamapps/common/qlds/baseq3/workshop.txt /home/steam/steamcmd/steamapps/common/qlds/baseq3/workshop.bak | |
# Running 'steamcmd' to update qzeroded | |
echo Updating Quake Server... | |
/home/steam/steamcmd/steamcmd.sh +login "$steamUser" "$steamPass" +force_install_dir /home/steam/steamcmd/steamapps/common/qlds/ +app_update 349090 +quit | |
echo Restoring workshop.txt... | |
cp -fv /home/steam/steamcmd/steamapps/common/qlds/baseq3/workshop.bak /home/steam/steamcmd/steamapps/common/qlds/baseq3/workshop.txt |
NewerOlder