Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Add maptest configs (#531)
Browse files Browse the repository at this point in the history
* Add slackerino mapperino configs

* Add surf virtus configs

* Forhidden void configs

* Add ocean heart configs

* Add runaway roofside entwatch

* Add forest of steel entwatch

* Formatting

* Add temple of phantom configs

* Fix {yellow}

* Fixes

* Trim whitespace

* Change targetname + Formatting

* Formatting

* add mapper changes notification

* Update comments

* im tired
  • Loading branch information
notkoen authored Sep 25, 2023
1 parent 0e83532 commit 57caac5
Show file tree
Hide file tree
Showing 15 changed files with 2,469 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bosshud/ze_forhidden_void_b5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"math_counter"
{
"0"
{
"HP_counter" "hp_per"
"HPinit_counter" "hp_default"
"HPbar_counter" "hp_num"
"HPbar_max" "1"
"HPbar_min" "0"
"HPbar_default" "1"
"HPbar_mode" "1"
}
}
77 changes: 77 additions & 0 deletions bosshud/ze_slackerino_mapperino_v4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
"math_counter"
{
"0"
{
"HP_counter" "Special_Health"
"HPinit_counter" "Special_HealthInit"
"HPbar_counter" "Special_HealthCount"
"HPbar_min" "0"
"HPbar_max" "16"
"HPbar_default" "0"
"HPbar_mode" "2"
}
"1"
{
"HP_counter" "Stage_13_End_Boss_Counter"
"CustomText" "Hydro"
}
"2"
{
"HP_counter" "Fat_Nigger_Counter"
"CustomText" "Zalera"
}
"3"
{
"HP_counter" "Stage_4_End_Guard_Counter"
"CustomText" "Gabranth"
}
"4"
{
"HP_counter" "Famfrit_Holy_Summon_Counter"
"CustomText" "Zargabaath"
}
"5"
{
"HP_counter" "Famfrit_Fire_Summon_Counter"
"CustomText" "Bergan"
}
"6"
{
"HP_counter" "Stage_24_End_Famfrit_Counter"
"CustomText" "Famfrit"
}
"7"
{
"HP_counter" "Stage_13_End_Boss_Counter"
"CustomText" "Hydro"
}
"8"
{
"HP_counter" "Famfrit_Total_Contamination_Counter"
"CustomText" "Contamination Attack"
}
"9"
{
"Type" "breakable"
"BreakableName" "Hashmel_Heal_Breakable"
"CustomText" "Rock Wall"
}
"10"
{
"Type" "breakable"
"BreakableName" "Hashmel_Supernova_Breakable"
"CustomText" "Supernova"
}
"11"
{
"Type" "breakable"
"BreakableName" "Hashmel_Tower_Break_Left"
"CustomText" "Hashmel Tower (Left)"
}
"12"
{
"Type" "breakable"
"BreakableName" "Hashmel_Tower_Break_Right"
"CustomText" "Hashmel Tower (Right)"
}
}
7 changes: 7 additions & 0 deletions bosshud/ze_surf_virtus_v1_1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"math_counter"
{
"0"
{
"HP_counter" "boss_hp"
}
}
37 changes: 37 additions & 0 deletions bosshud/ze_temple_of_phantom_v1p_2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"math_counter"
{
"0"
{
"HP_counter" "nrk_level5_hp_per"
"HPinit_counter" "nrk_level5_hp_default"
"HPbar_counter" "nrk_level5_hp_num"
"HPbar_min" "0"
"HPbar_max" "1"
"HPbar_default" "1"
"HPbar_mode" "1"
"CustomText" "Dragon"
}
"1"
{
"HP_counter" "hp_per"
"HPinit_counter" "hp_default"
"HPbar_counter" "hp_num"
"HPbar_min" "0"
"HPbar_max" "6"
"HPbar_default" "6"
"HPbar_mode" "1"
"CustomText" "Dragon"
}
"2"
{
"Type" "breakable"
"BreakableName" "1_boss_snow_door2_break"
"CustomText" "Dragon"
}
"3"
{
"Type" "breakable"
"BreakableName" "1_door_6_breakable"
"CustomText" "Cube"
}
}
4 changes: 4 additions & 0 deletions bspconvar_whitelist/bspconvar_custom_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@
{
sv_enablebunnyhopping 1
}
"ze_slackerino_mapperino_v4"
{
sv_enablebunnyhopping 1
}
"ze_stalker_ultimate_v4_9"
{
sv_disable_radar 0
Expand Down
Loading

0 comments on commit 57caac5

Please sign in to comment.