summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-17 21:42:15 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-17 21:42:15 +0000
commit4734379b23764aef4f4cb0dcfa315d256b9bae9d (patch)
treef75c64475b5bc7c9ec4ff5cfb09404585c3cfb32
parent368f0fc976eb93c95d5cdc829db37b2995cd732a (diff)
Add levels from "Vipre - Vanity" as ranked
-rw-r--r--buildrel/r.sh2
-rw-r--r--src/SSVOpenHexagon/Global/Config.cpp27
2 files changed, 27 insertions, 2 deletions
diff --git a/buildrel/r.sh b/buildrel/r.sh
index a1984d49..051c9753 100644
--- a/buildrel/r.sh
+++ b/buildrel/r.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-(cp ./SSVOpenHexagon.exe ../_RELEASE ; cd ../_RELEASE && ./SSVOpenHexagon.exe "$@")
+(cp ./SSVOpenHexagon-Console.exe ../_RELEASE ; cd ../_RELEASE && ./SSVOpenHexagon-Console.exe "$@")
diff --git a/src/SSVOpenHexagon/Global/Config.cpp b/src/SSVOpenHexagon/Global/Config.cpp
index 11ee4577..f7a1821f 100644
--- a/src/SSVOpenHexagon/Global/Config.cpp
+++ b/src/SSVOpenHexagon/Global/Config.cpp
@@ -26,6 +26,7 @@
defaultServerLevelWhitelist()
{
static const std::vector<std::string> result{
+ // Vittorio Romeo - Cube
"ohvrvanilla_vittorio_romeo_cube_1_apeirogon_m_0.35",
"ohvrvanilla_vittorio_romeo_cube_1_apeirogon_m_1",
"ohvrvanilla_vittorio_romeo_cube_1_apeirogon_m_1.6",
@@ -56,9 +57,13 @@ defaultServerLevelWhitelist()
"ohvrvanilla_vittorio_romeo_cube_1_seconddimension_m_1",
"ohvrvanilla_vittorio_romeo_cube_1_seconddimension_m_1.8",
"ohvrvanilla_vittorio_romeo_cube_1_seconddimension_m_2.2",
+
+ // Vittorio Romeo - Orthoplex
"ohvrvanilla_vittorio_romeo_orthoplex_1_bipolarity_m_0.5",
"ohvrvanilla_vittorio_romeo_orthoplex_1_bipolarity_m_1",
"ohvrvanilla_vittorio_romeo_orthoplex_1_bipolarity_m_1.8",
+
+ // Vittorio Romeo - Hypercube
"ohvrvanilla_vittorio_romeo_hypercube_1_acceleradiant_m_0.85",
"ohvrvanilla_vittorio_romeo_hypercube_1_acceleradiant_m_1",
"ohvrvanilla_vittorio_romeo_hypercube_1_acceleradiant_m_1.8",
@@ -89,7 +94,27 @@ defaultServerLevelWhitelist()
"ohvrvanilla_vittorio_romeo_hypercube_1_slither_m_0.5",
"ohvrvanilla_vittorio_romeo_hypercube_1_slither_m_1",
"ohvrvanilla_vittorio_romeo_hypercube_1_slither_m_1.5",
- "ohvrvanilla_vittorio_romeo_hypercube_1_slither_m_2" //
+ "ohvrvanilla_vittorio_romeo_hypercube_1_slither_m_2",
+
+ // Vipre - Vanity [Steam Workshop]
+ "vanitylevels_Vipre_Vanity_10006_haunted_m_1",
+ "vanitylevels_Vipre_Vanity_10006_haunted_m_1.001",
+ "vanitylevels_Vipre_Vanity_10006_mantra_m_1",
+ "vanitylevels_Vipre_Vanity_10006_menace_m_1",
+ "vanitylevels_Vipre_Vanity_10006_menace_m_1.001",
+ "vanitylevels_Vipre_Vanity_10006_narcotics_m_1",
+ "vanitylevels_Vipre_Vanity_10006_narcotics_m_1.001",
+ "vanitylevels_Vipre_Vanity_10006_rocketscience_m_1",
+ "vanitylevels_Vipre_Vanity_10006_rocketscience_m_1.001",
+ "vanitylevels_Vipre_Vanity_10006_singlepulseremixv2remix_m_1",
+ "vanitylevels_Vipre_Vanity_10006_squarepractice_m_1",
+ "vanitylevels_Vipre_Vanity_10006_squarepractice_m_1.003",
+ "vanitylevels_Vipre_Vanity_10006_squarepractice_m_1.005",
+ "vanitylevels_Vipre_Vanity_10006_technology_m_1",
+ "vanitylevels_Vipre_Vanity_10006_technology_m_1.001",
+ "vanitylevels_Vipre_Vanity_10006_troglodyte_m_1",
+ "vanitylevels_Vipre_Vanity_10006_troglodyte_m_1.001",
+ "vanitylevels_Vipre_Vanity_10006_troglodyte_m_1.002" //
};
return result;