Files
fuwuduan/config/parcool-client.toml
2025-10-20 07:33:27 +00:00

240 lines
7.3 KiB
TOML

["Possibility_of_Actions(Some_do_not_have_to_work)"]
can_BreakfallReady = true
can_CatLeap = false
can_ChargeJump = false
can_ClimbPoles = true
can_ClimbUp = true
can_ClingToCliff = true
can_Crawl = true
can_Dive = false
can_Dodge = true
can_FastRun = false
can_FastSwim = true
can_Flipping = false
can_HangDown = false
can_HorizontalWallRun = false
can_JumpFromBar = false
can_QuickTurn = false
can_Roll = false
can_SkyDive = false
can_Slide = false
can_Tap = false
can_Vault = false
can_VerticalWallRun = false
can_WallJump = false
can_WallSlide = true
[Stamina_HUD_Configuration]
#Allowed Values: Normal, Light, Hide
stamina_hud_type = "Light"
#horizontal alignment
#Allowed Values: Left, Right
align_h_s_hud = "Right"
#vertical alignment
#Allowed Values: Top, Bottom
align_v_s_hud = "Bottom"
hide_hud_if_stamina_infinite = true
#horizontal offset of normal HUD
#Range: 0 ~ 100
offset_h_stamina_hud = 3
#vertical offset of normal HUD
#Range: 0 ~ 100
offset_v_stamina_hud = 3
#horizontal offset of light HUD
#Range: -100 ~ 100
offset_h_light_hud = 0
#vertical offset of light HUD
#Range: -100 ~ 100
offset_v_light_hud = 0
[Animations]
#Enable custom animations
enable_animation = true
#Enable custom animation of falling
enable_falling_animation = true
#Enable lean animation while FastRun
enable_lean_animation_fast_run = true
#Enable rotation of camera by Dodge
enable_camera_rotation_dodge = false
#Enable rotation of camera by Backward Wall-Jump
enable_camera_rotation_back_wall_jump = true
#Enable rotation of camera by Roll
enable_camera_rotation_roll = true
#Enable rotation of camera by Flipping
enable_camera_rotation_flipping = true
#Enable animation of camera by Vault
enable_camera_animation_vault = false
#Enable animation of camera by Horizontal-WallRun
enable_camera_animation_h-wall-run = true
#Enable animation of camera by Hang-Down
enable_camera_animation_hang-down = true
#Enable first-person-view animations
enable_fpv_animation = false
[Animations.Animators]
enable_BackwardWallJumpAnimator = true
enable_CatLeapAnimator = true
enable_ChargeJumpAnimator = true
enable_ClimbUpAnimator = true
enable_ClingToCliffAnimator = true
enable_CrawlAnimator = true
enable_DiveAnimationHostAnimator = true
enable_DiveIntoWaterAnimator = true
enable_DodgeAnimator = true
enable_FastRunningAnimator = true
enable_FastSwimAnimator = true
enable_FlippingAnimator = true
enable_HorizontalWallRunAnimator = true
enable_JumpChargingAnimator = true
enable_JumpFromBarAnimator = true
enable_HangAnimator = true
enable_KongVaultAnimator = true
enable_RollAnimator = true
enable_SlidingAnimator = true
enable_SpeedVaultAnimator = true
enable_TapAnimator = true
enable_VerticalWallRunAnimator = true
enable_WallJumpAnimator = true
enable_WallSlideAnimator = true
[Control]
#Control of Fast Run
#Allowed Values: PressKey, Toggle, Auto
fast-run_control = "PressKey"
#Control of Crawl
#Allowed Values: PressKey, Toggle
crawl_control = "PressKey"
#Control of Flipping
#Allowed Values: PressRightAndLeft, TapMovementAndJump, PressFlippingKey
flip_control = "PressRightAndLeft"
#Control of Horizontal Wall Run
#Allowed Values: PressKey, Auto
h-wall-run_control = "PressKey"
#Enable double-tapping ctrl for Dodge
enable_double_tapping_for_dodge = false
#Enable Crawl in air
enable_crawl_in_air = true
#Enable Vault in air
enable_vault_in_air = true
#Enable getting off steps while doing dodge
can_get_off_steps_while_dodge = false
#Enable backward Wall-Jump when facing to wall
enable_wall_jump_backward = false
#Enable Roll when creative mode (experimental)
enable_roll_creative = false
#Make Vault Need Vault Key Pressed
vault_needs_key_pressed = false
#enable players to do actions needing Fast-Running by sprint
substitute_sprint = false
#How long duration of dodge is deal as successive dodge
#Range: > 0
successive_dodge_cool_time = 30
#Cool time of Dodge action
#Range: > 11
dodge_cool_time = 11
#Max number of times of successive Dodge action
#Range: > 1
successive_dodge_count = 3
#Control of Wall Jump
#Allowed Values: PressKey, ReleaseKey
wall-jump_control = "PressKey"
#Enable cooldown of wall jump
enable_wall_jump_cooldown = true
[Modifier]
#How long you can do Horizontal Wall Run
#Range: 15 ~ 100
wall-run_continuable_tick = 25
#How long you can do Slide
#Range: 10 ~ 60
sliding_continuable_tick = 15
#FastRun speed modifier
#Range: 0.001 ~ 10.0
fast-run_modifier = 2.0
#FastSwim speed modifier
#Range: 0.001 ~ 10.0
fast-swim_modifier = 2.0
#Dodge speed modifier
#Range: 0.5 ~ 3.0
dodge-speed_modifier = 1.8
[Other_Configuration]
#Vault Animation(Dynamic is to select animation dynamically)
#Allowed Values: SpeedVault, KongVault, Dynamic
vault_animation_mode = "Dynamic"
#Color theme of Setting GUI
#Allowed Values: Red, Green, Blue, Yellow, Black
gui_color_theme = "Blue"
#Enable just timing effect of Breakfall
enable_just_time_effect_breakfall = true
#Enable sounds triggered by Action
enable_sounds = true
#Whether ParCool is active
parcool_activation = true
#Enable particles triggered by Action
enable_particles = true
#Enable particles triggered by just-time breakfall
enable_particles_jt_breakfall = true
[Stamina]
#Allowed Values: Default, Hunger, Feathers, Paraglider, EpicFight
used_stamina = "Default"
#Caution : Max stamina and stamina recovery config is removed because they became attributes.
[Stamina.Consumption]
#Range: 0 ~ 10000
stamina_consumption_of_BreakfallReady = 0
#Range: 0 ~ 10000
stamina_consumption_of_CatLeap = 200
#Range: 0 ~ 10000
stamina_consumption_of_ChargeJump = 100
#Range: 0 ~ 10000
stamina_consumption_of_ClimbPoles = 0
#Range: 0 ~ 10000
stamina_consumption_of_ClimbUp = 150
#Range: 0 ~ 10000
stamina_consumption_of_ClingToCliff = 2
#Range: 0 ~ 10000
stamina_consumption_of_Crawl = 0
#Range: 0 ~ 10000
stamina_consumption_of_Dive = 0
#Range: 0 ~ 10000
stamina_consumption_of_Dodge = 80
#Range: 0 ~ 10000
stamina_consumption_of_FastRun = 2
#Range: 0 ~ 10000
stamina_consumption_of_FastSwim = 3
#Range: 0 ~ 10000
stamina_consumption_of_Flipping = 80
#Range: 0 ~ 10000
stamina_consumption_of_HangDown = 3
#Range: 0 ~ 10000
stamina_consumption_of_HorizontalWallRun = 2
#Range: 0 ~ 10000
stamina_consumption_of_JumpFromBar = 100
#Range: 0 ~ 10000
stamina_consumption_of_QuickTurn = 0
#Range: 0 ~ 10000
stamina_consumption_of_Roll = 100
#Range: 0 ~ 10000
stamina_consumption_of_SkyDive = 0
#Range: 0 ~ 10000
stamina_consumption_of_Slide = 0
#Range: 0 ~ 10000
stamina_consumption_of_Tap = 100
#Range: 0 ~ 10000
stamina_consumption_of_Vault = 50
#Range: 0 ~ 10000
stamina_consumption_of_VerticalWallRun = 150
#Range: 0 ~ 10000
stamina_consumption_of_WallJump = 120
#Range: 0 ~ 10000
stamina_consumption_of_WallSlide = 8
#Infinite Stamina (this needs a permission from server, even if it is on single player's game. normally permitted)
#Please check 'parcool-server.toml' in 'serverconfig' directory
infinite_stamina = false
#Infinite Stamina while player is cretive mode
infinite_stamina_if_creative_mode = true