Skip to content

Commit

Permalink
Dodgeball: Implement main boss code, pending new BGM/play testing
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Dec 22, 2023
1 parent 0e937f1 commit fea7203
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 48 deletions.
11 changes: 11 additions & 0 deletions src/data/microtf2/Bossgames.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,15 @@
"BlockedSpecialRounds" "1,3,5,6,7,11,14"
"UsesCaption" "0"
}
"9"
{
"Name" "Dodgeball"
"Enabled" "1"
"Duration" "120.0"
"BackgroundMusic" "gemidyne/warioware/{version}/bosses/bgm/propcount.mp3"
"EntryPoint" "Bossgame9_EntryPoint"
"RequiresMultiplePlayers" "1"
"BlockedSpecialRounds" "1,3,7,12"
"UsesCaption" "1"
}
}
1 change: 1 addition & 0 deletions src/scripting/AS-MicroTF2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
#include "MethodMaps/Annotation.inc"
#include "MethodMaps/PathTrack.inc"
#include "MethodMaps/TrackTrain.inc"
#include "MethodMaps/DodgeballRocket.inc"
#include "Weapons.sp"
#include "Voices.sp"
#include "ConVars.sp"
Expand Down
Loading

0 comments on commit fea7203

Please sign in to comment.