initial release to simulate clients from ze server on another server to get us advertised on gametracker again hehe
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python3
|
||||
def main():
|
||||
with open("/home/gameservers/css_ze/cstrike/addons/sourcemod/logs/simulate.txt", "r") as file:
|
||||
lines = [line.rstrip() for line in file]
|
||||
|
||||
with open('/home/gameservers/css_simulate_ze/cstrike/addons/sourcemod/logs/simulate.txt', 'w') as fp:
|
||||
fp.write('\n'.join(lines))
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user