星际领域中的双跳SFSE - 多重跳跃

星际领域中的双跳SFSE - 多重跳跃

为《星空》添加可自定义的二段跳。

[size=4][b]模组概览
[/b][/size]这是一个 SFSE 插件,添加了[b]二段跳[/b]功能。还包含[b]修改跳跃高度[/b]的选项,以及一个在潜行时[b]“下沉”[/b]以更快落地的选项。
[center][img]https://i.imgur.com/LrTugYN.gif[/img][/center]
默认情况下,执行二段跳消耗 20 点星能,并且需要解锁“助推背包训练”技能。
[list]
[]消耗和要求可在 DoubleJump.ini 中更改[/]
[]注意:你[i]不能[/i]在穿戴助推背包时二段跳[/]
[/list][size=4][b]自定义
[/b][/size]在 [b]DoubleJump.ini[/b] 中,你可以自定义二段跳的工作方式。
你可以:
[list]
[]选择使用哪个[b]角色数值[/b]来支付二段跳(例如,氧气或星能)。[/]
[]设置每次二段跳的消耗量。[/]
[]控制空中跳跃的次数。[/]
[]要求拥有特定技能才能二段跳。[/]
[]修改[b]跳跃高度。[/b][/]
[]使跳跃高度随特定技能缩放。[/]
[/list]参见 DoubleJump.ini:
[spoiler]
[code][General]

; Actor value used to pay for the double jump.
; Examples: Oxygen, Starpower
sActorValue = Starpower

; Cost of a single double jump
fDoubleJumpCost = 20.0

; Enable unlimited mid-air jumps
bUnlimitedJumps = false
[Perk]

; If true, the player must have the specified perk to double jump
bPerkRequired = true

; Perk FormID (hex)
; Default is Boost Pack Training (0x146C2C)
sPerkId = 0x146C2C

; Plugin that contains the perk
sPerkPluginName = Starfield.esm

[Jump Height]

; Enables modifying the player's jump height.
bEnableJumpHeightModifier = false

; Default game jump height (leave this alone unless you know what you're doing).
fDefaultJumpHeight = 1.2859

; Controls how strong the jump boost is.
;
; If bJumpHeightScalesWithPerkRank = false:
;   Jump Height = DefaultJumpHeight × fJumpHeightMultiplier
;
; If bJumpHeightScalesWithPerkRank = true:
;   Jump Height = DefaultJumpHeight × (1 + (PerkRank × fJumpHeightMultiplier))
;
; Example:
;   fJumpHeightMultiplier = 0.25
;   Rank 1 = 1.25x jump height
;   Rank 2 = 1.5x jump height
;   Rank 3 = 1.75x jump height
fJumpHeightMultiplier = 2.0

; If true, jump height boost only works if player has the perk below.
bJumpHeightRequiresPerk = false

; If true, jump height increases more with higher perk ranks.
; If false, jump height is a flat multiplier.
bJumpHeightScalesWithPerkRank = false

; Perk used for jump height requirement/scaling.
sJumpHeightPerkId = 0x146C2C

; Plugin that contains the jump height perk.
sJumpHeightPerkPluginName = Starfield.esm
[/code][/spoiler]

[size=5]安装[/size]
1. 安装此模组的前置要求:
[list]
[][url=https://www.nexusmods.com/starfield/mods/3256]Address Library for SFSE Plugins[/url][/]
[][url=https://www.nexusmods.com/starfield/mods/11749]Baka Console EditorIDs[/url] (可选,仅动画需要)[/]
[/list]2. 使用你偏好的模组管理器下载并安装 Double Jump SFSE


[i]致谢 [/i]
大部分 SFSE 代码改编自 [url=https://www.nexusmods.com/starfield/users/9609463]MeridianoRus[/url] 创建的模组,具体包括:[url=https://www.nexusmods.com/starfield/mods/10704]Papyrus Ini Manipulator[/url]、[url=https://www.nexusmods.com/starfield/mods/2952]Slow Time SFSE[/url]、[url=https://www.nexusmods.com/starfield/mods/7318]Console Command Runner Updated[/url] 和 [url=https://www.nexusmods.com/starfield/mods/7384]Rename Console Command。
[/url]他们的作品非常出色,在本模组的开发中起到了不可估量的作用。


[center][font=Courier New][color=#ffff00][size=4]我的其他模组[/size]
[/color](点击模组图片以跳转到其页面)[/font]

[url=https://www.nexusmods.com/starfield/mods/16053][img]https://i.imgur.com/McIZdAK.png[/img][/url]  [url=https://www.nexusmods.com/starfield/mods/16097][img]https://i.imgur.com/Cu9c90A.png[/img][/url]

[url=https://www.nexusmods.com/starfield/mods/16111][img]https://i.imgur.com/BvRrBe0.png[/img][/url][/center]