@title Mountaineer @version 1.0.0 @author Apocalyptech @contact https://apocalyptech.com/contact.php @categories cheat @license Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) @license-url https://creativecommons.org/licenses/by-sa/4.0/ @screenshot https://raw.githubusercontent.com/BLCM/wlmods/main/Apocalyptech/mod_testing_mods/mountaineer/overworld.png ### ### Allows the player to walk up (nearly) vertical walls (though true ### 90-degree walls or overhangs will still be impassable). Note that ### there are definitely circumstances where you can get flung ### extremely high in the air while using this, and you run an increased ### chance of getting stuck somewhere in the level. ### ### Applies to both your in-game character and while in the Overworld. ### ### Generated by gen_mountaineer.py ### # In-Game Character SparkPatchEntry,(1,1,0,),/Game/PlayerCharacters/_Shared/_Design/Character/BPChar_Player.Default__BPChar_Player_C,OakCharacterMovement.Object..WalkableFloorAngle,0,,89 SparkPatchEntry,(1,1,0,),/Game/PlayerCharacters/_Shared/_Design/Character/BPChar_Player.Default__BPChar_Player_C,OakCharacterMovement.Object..WalkableFloorZ,0,,0.017452 SparkPatchEntry,(1,1,0,),/Game/PlayerCharacters/_Shared/_Design/Character/BPChar_Player.Default__BPChar_Player_C,OakCharacterMovement.Object..MaxStepHeight,0,,400 # Overworld Character SparkCharacterLoadedEntry,(1,1,0,BPChar_Overworld),/Game/Overworld/BPChar_Overworld.Default__BPChar_Overworld_C,OakCharacterMovement.Object..WalkableFloorAngle,0,,89 SparkCharacterLoadedEntry,(1,1,0,BPChar_Overworld),/Game/Overworld/BPChar_Overworld.Default__BPChar_Overworld_C,OakCharacterMovement.Object..WalkableFloorZ,0,,0.017452 SparkCharacterLoadedEntry,(1,1,0,BPChar_Overworld),/Game/Overworld/BPChar_Overworld.Default__BPChar_Overworld_C,OakCharacterMovement.Object..MaxStepHeight,0,,400 # Sliding (global) SparkPatchEntry,(1,1,0,),/Game/PlayerCharacters/_Shared/_Design/Sliding/ControlledMove_Global_Sliding.Default__ControlledMove_Global_Sliding_C,MaxStepHeight,0,,400