oldschool counter-strike, old school counter-strike, oldschool cs, retro-cs, retro counter-strike, langames.net, hl downgrader, classic cs, setup counterstrike beta, betas
beta counter-strike, counter-strike beta, counter-strike beta 6, setup counter-strike beta 6.1, counter-strike betas, cs beta, cs betas, beta 5.2, beta 3.1, beta 1.1, cs, counter-strike beta 5.2, counter-strike beta 3.1 setup half-life linux server, setup counter-strike linux server, half-life 1016, half-life 3016, dedicated server, valve, won2, hlds Playing Counter-Strike Beta 6.1
 MODIFYING BSP ENTITY
// ...more to come

download hlcsg.exe
download winbspc.exe
download hammer.rar
download resgen.zip
download notepad++

step 1: load bsp of troubled map into notepad++
step 2: delete all non-entity code and save .ent
step 3: find suspected entities and copy and paste them elsewhere
step 4: hlcsg.exe -onlyents map.ent
step 5: test map
step 6: repeats steps 2-5

// .. some other things 

#!/bin/bash
#limits bandwidth for single host

tc qdisc add dev venet0 root handle 1: cbq avpkt 1000 bandwidth 1000mbit

tc class add dev venet0 parent 1: classid 1:1 cbq rate 115kbit \
allot 1500 prio 5 bounded isolated

tc filter add dev venet0 parent 1: protocol ip prio 16 u32 \
match ip dst 24.131.33.70 flowid 1:1

#! /bin/bash
# resets rate limiting to defaults
tc qdisc del dev venet0 root
 © 2022