Skip to content

Instantly share code, notes, and snippets.

@so0k
so0k / gist:8191031
Created December 31, 2013 01:34
brush.sp (CSGO only - temporary)
/* B-Rush
*
* DESCRIPTION
* A great plugin where there are 5 Terrorists vs 3 CTs. The Ts must only plant at the "B" bomb site.
* Server admins can configure if players are allowed to buy/use FlashBangs, Smoke Grenades, HE Grenades,
* or AWPS. The number of AWPS allowed is configurable as well.
*
* If the CTs kill all of the Ts, the game continues to the next round, no modifications.
*
* If the Ts kill all of the CTs (or they somehow successfully bomb the B site), then the CTs become Ts
@so0k
so0k / gist:7505931
Created November 16, 2013 22:02
BotProfile.db
//----------------------------------------------------------------------------
// BotProfile.db
// Author: Michael S. Booth, Turtle Rock Studios (www.turtlerockstudios.com)
// Elite bot edits by WaLLy3K 9/09/13 - additional customization by iGame.vn
//
// This database defines bot "personalities".
// Feel free to edit it and define your own bots.
//
@so0k
so0k / gist:7493985
Created November 16, 2013 00:09
brush.phrases.txt
"Phrases"
{
"Menu1"
{
"en" "Select A Teammate"
}
"Menu2"
{
"en" "Select Another Teammate!!"
}
@so0k
so0k / gist:7493968
Created November 16, 2013 00:07
brush.sp
/* B-Rush
*
* DESCRIPTION
* A great plugin where there are 5 Terrorists vs 3 CTs. The Ts must only plant at the "B" bomb site.
* Server admins can configure if players are allowed to buy/use FlashBangs, Smoke Grenades, HE Grenades,
* or AWPS. The number of AWPS allowed is configurable as well.
*
* If the CTs kill all of the Ts, the game continues to the next round, no modifications.
*
* If the Ts kill all of the CTs (or they somehow successfully bomb the B site), then the CTs become Ts
@so0k
so0k / gist:7446931
Last active March 16, 2023 09:42
srcds boost
#!/bin/sh
### srcds_boost.sh, r3 - http://forums.srcds.com/viewtopic/17440
# add isolcpus to grub & disable irqbalance service
# ref: https://access.redhat.com/site/solutions/15482
### ensure sda IO scheduler is CFQ if available
### don't set ionice if not, test with (assuming srcds is on sda)
# grep cfq /sys/block/sda/queue/scheduler
### expected output: