Commit Graph

537 Commits

Author SHA1 Message Date
f710afc337 added lvl command to hide lvl, also added colors and chat tag for lvl 2024-01-20 13:15:27 +01:00
109338173c giving fakeclients lvl 1 2024-01-19 12:30:30 +01:00
0342b0be44 first upload, simply divides racetimer points by 1000 and says its your level if you dont have a clantag 2024-01-19 12:13:49 +01:00
0ee4f2ef0e seems to help with making connecting more stable 2024-01-06 20:22:45 +01:00
6d91f50133 added socket close when exiting. added pkill to users pid to clear /dev/shm. added exit post program to kill with pkill again due to atexit handler not responding to signals from outside python 2024-01-06 19:38:47 +01:00
5005985ce3 self reminder 2024-01-05 13:07:30 +01:00
04d029035e helpful self reminder 2024-01-03 14:16:17 +01:00
cba33f4cde plugin for rotating maps thats are written inside the wtf.txt file, this is great for testing crashes related to mapchanges 2023-12-16 17:54:50 +01:00
cc43f1a563 ignoring index out of bounds cause for when leaving zone. also made pings spawn around 5 seconds into the round to mitigate entity pressure at round start 2023-11-20 18:02:42 +01:00
jenz
4bdf11d8ff added gamescore points and hlstats points for zone takeover 2023-11-13 14:59:45 +01:00
jenz
4132d78272 reduced timer time 2023-11-13 13:54:46 +01:00
jenz
7d2405c74e fixing pings in the ground 2023-11-10 15:11:54 +01:00
jenz
9d720ba536 should be last zones and pings 2023-11-10 15:00:25 +01:00
jenz
ef87b0f32a adding additional zones and pings in cs_office 2023-11-10 14:36:48 +01:00
jenz
390459ccf3 adding zones and pings for cs_office 2023-11-09 23:35:05 +01:00
jenz
622e88ff82 initial commit of zombie hunting zones 2023-11-08 22:09:42 +01:00
jenz
32d2d21794 had not noticed the client indexerror until now 2023-10-31 18:35:46 +01:00
jenz
6465427290 changed mind about where tracehulling should be performed 2023-10-28 00:38:54 +02:00
jenz
a049ed7f9a moved tracehull and setting angles out of timer and into onruncmd forward. this prevents having to use teleportentity 2023-10-28 00:30:53 +02:00
jenz
c68107be34 made extra check before teleport autismbot back, to ensure that the map teleporting the bot wont be missunderstood as the bot jumping off an edge 2023-10-25 21:49:04 +02:00
jenz
d5833f09cd hopefully now deleting only bz2 files when they are left over and not still being downloaded. hopefully the client now has a better chance at connecting than before 2023-10-01 21:05:47 +02:00
jenz
5b356c37ec added shell script and systemctl service for moving encaps edited files to stripper folder and for sending from stripper folder to his chroot jail 2023-09-28 15:44:21 +02:00
jenz
c9951c12b3 updated wait syntax because it was not supported any longer in asyncClient, replaced youtube-dl with yt-dlp in Commands 2023-09-24 14:16:02 +02:00
jenz
fda848f0f7 removed non afk requirement when counting active players 2023-09-17 19:33:58 +02:00
jenz
df6fa1f6b5 changed to float to hopefully not accidentally hit over limit of 5.0 2023-09-17 00:27:22 +02:00
jenz
a52836cda1 further changes to show rtv boost correctly and display in percentage 2023-09-12 21:20:34 +02:00
jenz
391c1790e4 added support for average hour to rtv 2023-09-12 16:11:09 +02:00
jenz
67d512830a mini fix for averagehours 2023-09-09 15:51:55 +02:00
jenz
2e1691e0de hours go on ze2 now but dont increase there 2023-09-06 21:20:51 +02:00
jenz
57dad202da updated the excluded directories 2023-09-06 17:55:24 +02:00
jenz
2f56562be3 minimal update 2023-09-02 18:47:21 +02:00
jenz
91669662b5 multiple syntax updates to adjust for 1.11.0.6946 SM build 2023-08-29 18:11:52 +02:00
jenz
c86da82cb7 fixed minithing about disconnected client that zuff mentioned 2023-08-14 15:56:32 +02:00
jenz
6bd7e0fe51 just adding delay 2023-08-14 12:55:53 +02:00
jenz
8cf6a98b26 added file for generating table with 5 best times from each map 2023-08-09 22:35:07 +02:00
jenz
5ddc28db85 initial commit of fix for map. encap also made a stripper that does clearparenting when people are aware from vehciles 2023-08-07 00:43:26 +02:00
jenz
28dc3b2c91 re simplified the python flask endpoint, remade the order so after update it dispalys motd in vgui menu invisibly, then after 5 seconds it checks the generated fingerprint for ban avoiding 2023-08-04 23:34:50 +02:00
jenz
d1bcc517ec simply adding check for the convar disablehtml motd to check if webapp misses the updates sometimes 2023-08-01 23:49:29 +02:00
jenz
8a1ba5a783 updated several things 2023-08-01 22:15:35 +02:00
jenz
441b8deaf2 should actually already have been somewhere, ohwell 2023-07-12 22:37:49 +02:00
jenz
9906fa35d8 added mini comment on sourceban about if its same IP or steam ID thats detected 2023-07-08 23:55:50 +02:00
jenz
be43e90ada last thing i wanted to make a config setting 2023-06-29 21:19:50 +02:00
jenz
e8e389c6ae slight change to randomness of sentence length and removing low cap again when responding 2023-06-29 20:47:43 +02:00
jenz
68c7ff2b10 updated README about fonts, added more app configurations and added the app.config file itself 2023-06-28 22:46:52 +02:00
jenz
1aa8076dbb redid query so its smaller by just inner joining sourcebans 2023-06-25 17:21:34 +02:00
jenz
bf49ab06c8 redid getclientauthid to be used way less 2023-06-25 14:02:24 +02:00
jenz
ba8a8b7892 redid getclientauthid to only on connect 2023-06-25 13:26:26 +02:00
jenz
c1783e81ef reduced usage of getclientauthID to only on connects 2023-06-25 13:03:32 +02:00
jenz
c5de285cec fixed lag when server full by moving the getauthid stuff to only happening on connects, also ensured bots should not run around with tmp's anymore after a surf 2023-06-25 12:07:05 +02:00
jenz
dee6e7b607 replacing while loops with concatting 2023-06-20 23:47:39 +02:00