Skip to content

Commit 118709e

Browse files
committed
adjustments to commands
1 parent 5461ff0 commit 118709e

File tree

10 files changed

+2927
-2970
lines changed

10 files changed

+2927
-2970
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ This base is specific to multiplayer mod projects.
2828
- Multiplayer NPC support with the BDSBASE_NPC preprocessor definition.
2929
- Various optional preprocessor definitions for changing TF2's behavior.
3030
- Menu music in map backgrounds with adjustable volume and mix volume.
31+
- Server Admin tools support (based off #948) with extendable module-based command interface.
32+
- Animated Avatars support (based off #1380)
3133

3234
## Options/Preprocessor Definitions
3335
These options are meant to be added to the VPC files (client and server) of the mod you wish to modify.

game/quiver/cfg/valve.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ stuffcmds
1515

1616
// display the startup level
1717
startupmenu
18-
map_background background01
18+
//map_background background01
1919

2020
sv_unlockedchapters 99
6 Bytes
Binary file not shown.

game/quiver/scripts/bot_names.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@
390390
"name" "BIG SHOT"
391391
"name" "100,000 kromer"
392392
"name" "SupaMasterOfKungFu"
393-
//QF exclusive
394393
"name" "BringBackQuickplay"
394+
"name" "Guest 1337"
395+
"name" "The Grox"
396+
"name" "CHARGE ME!"
395397
}

0 commit comments

Comments
 (0)