-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open-source release for Rocket Plugin 0.6.7.
- Added End Match button. - Added map options to 'rp host' command. - Added sacred ground game mode. - Added max ball velocity setting. - Added 'rp map' command. - Added 'rp gamemode' command. - Added 'rp players' command. - Added 'rp team' command. ## 0.6.6 - Added more warnings to the GUI, because people do not read the console logs. - Fixed rumble items not appearing after the countdown. - Fixed mutators not carrying over to the next match. - Fixed Lan matches being limited to 10 players. - Added 'rp host [preset]' command. - Added map/mutators changing between matches. - Fixed not respawning bug. - Fixed some game mode settings not applying on match start. ## 0.6.5 - Fixed crazy rumble settings not applying. - Added enabling/disabling specific rumble items. - Fixed copied maps not being detected as joinable. - Fixed match settings not applying. - Added Gridiron game mode. - Added Boost share game mode
- Loading branch information
Showing
90 changed files
with
8,501 additions
and
3,983 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[submodule "source/imgui"] | ||
path = source/imgui | ||
url = https://github.com/Stanbroek/imgui | ||
[submodule "source/fmt"] | ||
path = source/fmt | ||
url = https://github.com/fmtlib/fmt | ||
[submodule "source/External/ImGui"] | ||
path = source/External/ImGui | ||
url = https://github.com/Stanbroek/imgui.git | ||
[submodule "source/External/fmt"] | ||
path = source/External/fmt | ||
url = https://github.com/fmtlib/fmt.git | ||
[submodule "source/External/BakkesModSDK"] | ||
path = source/External/BakkesModSDK | ||
url = https://github.com/bakkesmodorg/BakkesModSDK.git | ||
[submodule "source/External/simdjson"] | ||
path = source/External/simdjson | ||
url = https://github.com/simdjson/simdjson.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Mutators from the official Beach Ball game mode | ||
rp mutator "Ball Max Speed" Fast | ||
rp mutator "Ball Type" "Beach Ball" | ||
rp mutator "Ball Physics" "Beach Ball Curve" | ||
rp mutator "Ball Bounciness" High | ||
rp mutator "BallMaxSpeed" "FastBall" | ||
rp mutator "BallType" "Ball_BeachBall" | ||
rp mutator "BallWeight" "MagnusBeachBall" | ||
rp mutator "BallBounciness" "HighBounciness" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Mutators from the official Boomer Ball game mode | ||
rp mutator "Ball Max Speed" "Fast" | ||
rp mutator "Ball Bounciness" "High" | ||
rp mutator "Boost Amount" "Unlimited" | ||
rp mutator "Boost Strength" "1.5X" | ||
rp mutator "BallMaxSpeed" "FastBall" | ||
rp mutator "BallBounciness" "HighBounciness" | ||
rp mutator "Boosters" "UnlimitedBooster" | ||
rp mutator "BoosterStrengths" "BoostMultiplier1_5x" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Mutators from the official Cubic preset | ||
rp mutator "Ball Type" Cube | ||
rp mutator "Boost Amount" "Recharge Slow" | ||
rp mutator "BallType" "Ball_CubeBall" | ||
rp mutator "Boosters" "SlowRecharge" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Mutators from the official Demolition preset | ||
rp mutator "Ball Physics" Heavy | ||
rp mutator Gravity High | ||
rp mutator Demolish "On Contact" | ||
rp mutator "Respawn Time" "1 Second" | ||
rp mutator "BallWeight" "HeavyBall" | ||
rp mutator "Gravity" "HighGravity" | ||
rp mutator "Demolish" "AlwaysDemolishOpposing" | ||
rp mutator "RespawnTime" "OneSecondsRespawn" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Mutators from the official Ghost Hunt game mode | ||
rp mutator Rumble "Haunted Ball Beam" | ||
rp mutator "Ball Type" Hauntedball | ||
rp mutator Audio Haunted | ||
rp mutator "Game Event Rules" Haunted | ||
rp mutator "BallType" "Ball_Haunted" | ||
rp mutator "Items" "ItemsModeHauntedBallBeam" | ||
rp mutator "AudioRules" "HauntedAudio" | ||
rp mutator "GameEventRules" "HauntedGameEventRules" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Mutators from the unreleased Inverted Ball preset | ||
rp mutator Gravity Reverse | ||
rp mutator "Boost Amount" "Recharge (fast)" | ||
rp mutator "Ball Physics" Light | ||
rp mutator "BallWeight" "LightBall" | ||
rp mutator "Boosters" "RapidRecharge" | ||
rp mutator "Gravity" "ReverseGravity" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Mutators from the official Moon Ball preset | ||
rp mutator "Ball Size" Large | ||
rp mutator "Boost Amount" "Recharge (fast)" | ||
rp mutator Gravity low | ||
rp mutator "BallScale" "BigBall" | ||
rp mutator "Boosters" "RapidRecharge" | ||
rp mutator "Gravity" "LowGravity" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Mutators from the official Pinball preset | ||
rp mutator "Ball Max Speed" Fast | ||
rp mutator "Ball Physics" Light | ||
rp mutator "Ball Size" Small | ||
rp mutator "Ball Bounciness" High | ||
rp mutator "BallMaxSpeed" "FastBall" | ||
rp mutator "BallWeight" "LightBall" | ||
rp mutator "BallScale" "SmallBall" | ||
rp mutator "BallBounciness" "HighBounciness" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Mutators from the official Snow Day preset | ||
rp mutator "Ball Type" Puck | ||
rp mutator "Ball Bounciness" low | ||
rp mutator "BallType" "Ball_Puck" | ||
rp mutator "BallBounciness" "LowBounciness" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Mutators from the official Spike Rush game mode | ||
rp mutator "Respawn Time" "1 Second" | ||
rp mutator Rumble Rugby | ||
rp mutator "Game Event Rules" Rugby | ||
rp mutator "Items" "ItemsModeRugby" | ||
rp mutator "RespawnTime" "OneSecondsRespawn" | ||
rp mutator "GameEventRules" "RugbyGameEventRules" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// Mutators from the official Time Warp preset | ||
rp mutator "Game Speed" "Time warp" | ||
rp mutator "GameSpeed" "SloMoDistanceBall" |
117 changes: 0 additions & 117 deletions
117
source/BakkesModSDKAdditions/include/utils/cvarmanagerwrapperdebug.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.