Init Commit

This commit is contained in:
santic-zombie
2026-02-23 14:02:52 +03:00
commit 74d595e003
48 changed files with 1877 additions and 0 deletions

128
server/base/bots/botnames.dat Executable file
View File

@@ -0,0 +1,128 @@
"^3Mr. FixIt!"
"^9Crap^7Shoot^1-"
"^4Dr. KillJoy"
"^1Stroggs Gone Wild!"
"^5Mr. BreakIt!"
"^1Fritz"
"A Random Guy"
"^2Dont Shoot Me!"
"^4Den^3ny"
"^3Bullet-Bait"
"^1Capt. ^5Obvious"
"Dr. Pain"
"KillMe"
"WolfGang"
"^4Hold Your Fire!"
"^2ETQW N00b"
"^6I Own You"
"^1PeerLess"
"^3Major Pain"
"^5Washout"
"Happy Goon"
"^4Baby Soldat"
"^1J.D."
"Trouble Maker"
"I'm a bot"
"^3Dragon ^5Master"
"bob"
"^4Capt. ^6Jerk"
"^3MeatHead"
"^6M^5r^4. ^3X"
"^3Crazy Eyes"
"n00bie"
"^3Old Man Frankie"
"^1$$$Maker"
"^6L0s3r"
"^5Wh1pL4sh"
"^3E.Z. Kill"
"^2Harry ^6Monkee"
"^1Nobody"
"John Doe"
"^1Sir ^5Dies A Lot"
"R.I.P"
"^5Sir ^1Frags A Lot"
"Cross Eyed N00b"
"OMG - Hax!"
"gizmo"
"cre@ture man"
"The Man of Veal"
"buford"
"Grinning Hillbilly"
"^14T3hM4kr0n!"
"El Stupido"
"nameless n00b"
"^1Demona"
"^1The Evile One"
"shady character"
"Bitterdude"
"^9Mr. ^1Exclusive"
"^2Mr. ^1Camper"
"^1[id]^5Mom"
"PorkChop"
"^8Silverback"
"Sweetie"
"Ginger"
"Tabby"
"Mallard"
"Clifford"
"Carra"
"^3buttes"
"^bTXL"
"^5The_Bowels"
"Roy Silvester"
"Boris Lightning"
"Lucron"
"Streifel"
"Herr Boehme"
"Ashot Gagoyan"
"Tribal Lord"
"Souk"
"Database Dan"
"Niteslayer"
"Bulazz"
"^5Senior ^2Roper"
"Monkey Baez"
"Commandant ^1Cutter"
"Stique"
"O'RLY"
"Dr. Tasty"
"Min-spec Mike"
"SchlitzNTL"
"Lee"
"LEIGE_A"
"Iplantbombgoboom"
"Mr. Williams"
"Berrett"
"Soulzen"
"Mistaaytch"
"Jester"
"Vincenzo"
"Rix"
"^1Doom ^7Machine"
"Brandon"
"Velasco"
"Wilbur"
"Jasper"
"McDougle"
"Jethro"
"The Chosen One"
"Uncle Yuggles"
"SPYingEyes"
"Winslow"
"^1J4M"
"Ragebot"
"Dev4r"
"Malbec"
"Emanon"
"Daerok"
"BFG"
"W1ll1t5"
"Dabug"
"Skullthief"
"P-Nug"
"Veal Head"
"DarkStar"
"^1K1M"
"^5Azizam"
"^4Azadeh"
"^1Otay!"

BIN
server/base/game000.pk4 Executable file

Binary file not shown.

BIN
server/base/game001.pk4 Executable file

Binary file not shown.

BIN
server/base/game002.pk4 Normal file

Binary file not shown.

13
server/base/match.cfg Normal file
View File

@@ -0,0 +1,13 @@
set g_muteSpecs "1"
set g_noRouteConstraintKick "1"
set g_noRouteMaskDestruction "1"
set g_password "scrim"
set g_playerPushForce "0"
set g_votePassPercentage "75"
set g_voteWait "0"
set g_warmup "0.1666"
set si_needPass "1"
set si_noProficiency "1"
set si_readyPercent "100"
set si_rules "sdGameRulesStopWatch"
set si_teamForceBalance "0"

BIN
server/base/pak000.pk4 Executable file

Binary file not shown.

BIN
server/base/pak001.pk4 Executable file

Binary file not shown.

BIN
server/base/pak002.pk4 Executable file

Binary file not shown.

BIN
server/base/pak003.pk4 Executable file

Binary file not shown.

BIN
server/base/pak004.pk4 Executable file

Binary file not shown.

BIN
server/base/pak005.pk4 Executable file

Binary file not shown.

BIN
server/base/pak006.pk4 Executable file

Binary file not shown.

BIN
server/base/pak007.pk4 Executable file

Binary file not shown.

BIN
server/base/pak008.pk4 Executable file

Binary file not shown.

13
server/base/public.cfg Normal file
View File

@@ -0,0 +1,13 @@
reset g_muteSpecs
reset g_noRouteConstraintKick
reset g_noRouteMaskDestruction
reset g_password
reset g_playerPushForce
reset g_votePassPercentage
reset g_voteWait
reset g_warmup
reset si_needPass
reset si_noProficiency
reset si_readyPercent
reset si_rules
reset si_teamForceBalance

View File

@@ -0,0 +1,89 @@
// *************************************************************************
// NOTE: MAKE SURE TO SET YOUR PASSWORD BELOW
// If the password is not set, you will not be able to log in
// *************************************************************************
// *************************************************************************
// NOTE: The server must be fully restarted for changes to take effect
// *************************************************************************
// Players may only log into a group with a password
// votelevel controls the type of votes that each user group can call
// these levels are setup in the "votes" block at the end of this file
// *************************************************************************
// NOTE: Negative values for voteLevel are not currently supported
// The default vote level is 0
// *************************************************************************
group Default {
// This controls which votes a player within this group may issue
// voteLevel 1
}
group Trusted {
// This controls which votes a player within this group may issue
// voteLevel 2
}
group Admin {
// password PASSWORD
// This sets which groups people in this group may move other people into
control {
Admin
Trusted
Default
}
// these control the actions that can be carried out by this group
adminKick
adminBan
adminSetTeam
adminChangeCampaign
adminChangeMap
adminGlobalMute
adminGlobalVOIPMute
adminPlayerMute
adminPlayerVOIPMute
adminWarn
adminRestartMap
adminRestartCampaign
adminStartMatch
adminExecConfig
adminShuffleTeams
adminAddBot
adminDisableProficiency
adminSetTimeLimit
adminSetTeamDamage
adminSetTeamBalance
adminAdjustBots
// these control what other groups may not do to users in this group
noBan
noKick
noMute
noWarn
// This controls which votes a player within this group may issue
// voteLevel 5
}
// This controls any configs which you may allow players to exec
// they must be placed in the game's base/ folder
configs {
"Match" "match.cfg"
"Public" "public.cfg"
}
// typing "listvotes" in the game console will list all existing votes and their vote level
/*
votes {
"maprestart" "2"
"campaignreset" "2"
}
*/

View File

@@ -0,0 +1,89 @@
// *************************************************************************
// NOTE: MAKE SURE TO SET YOUR PASSWORD BELOW
// If the password is not set, you will not be able to log in
// *************************************************************************
// *************************************************************************
// NOTE: The server must be fully restarted for changes to take effect
// *************************************************************************
// Players may only log into a group with a password
// votelevel controls the type of votes that each user group can call
// these levels are setup in the "votes" block at the end of this file
// *************************************************************************
// NOTE: Negative values for voteLevel are not currently supported
// The default vote level is 0
// *************************************************************************
group Default {
// This controls which votes a player within this group may issue
// voteLevel 1
}
group Trusted {
// This controls which votes a player within this group may issue
// voteLevel 2
}
group Admin {
// password PASSWORD
// This sets which groups people in this group may move other people into
control {
Admin
Trusted
Default
}
// these control the actions that can be carried out by this group
adminKick
adminBan
adminSetTeam
adminChangeCampaign
adminChangeMap
adminGlobalMute
adminGlobalVOIPMute
adminPlayerMute
adminPlayerVOIPMute
adminWarn
adminRestartMap
adminRestartCampaign
adminStartMatch
adminExecConfig
adminShuffleTeams
adminAddBot
adminDisableProficiency
adminSetTimeLimit
adminSetTeamDamage
adminSetTeamBalance
adminAdjustBots
// these control what other groups may not do to users in this group
noBan
noKick
noMute
noWarn
// This controls which votes a player within this group may issue
// voteLevel 5
}
// This controls any configs which you may allow players to exec
// they must be placed in the game's base/ folder
configs {
"Match" "match.cfg"
"Public" "public.cfg"
}
// typing "listvotes" in the game console will list all existing votes and their vote level
/*
votes {
"maprestart" "2"
"campaignreset" "2"
}
*/