Skip to content

Commit 0e58e0b

Browse files
committed
feat: Add InfiniteCrouchRoll to SettingsMonitor
1 parent 38ce8e8 commit 0e58e0b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ God Mode | god \| godmode | | Activates all health, stamina and status related
1212
Heal | heal | | Player gets fully healed once (host only)
1313
Infinite Health | health \| hp \| infhp \| infhealth | | Player gets fully healed and becomes invincible (host only)
1414
Infinite Stamina | stamina \| sp \| infsp \| infstamina | | Player won't consume stamina (works partial as guest)
15+
Infinite Crouch Roll | infroll \| crouchroll \| stealthroll | | Allows player to use the crouch roll ability from Sneaking LvL 5 without a cooldown.
1516
Infinite Durability | durability \| infdurability \| infdur | | Keeps player's gear and hotbar items durability at maximum (works as guest)
1617
Infinite Energy | energy \| infenergy | | Keeps player's gear and held item charge/energy at maximum (host only)
1718
No Overheat | nooverheat \| overheat | | Prevents items from overheating (currently only the Jetpack) (host only)
@@ -64,7 +65,4 @@ Delete Object Trace | deleteobject \| removeobject | | Deletes an object in fro
6465

6566
## Highest form of appreciation
6667
If you like my work and feel generous, you can support me.
67-
**BTC:** bc1q3frvfljn7ut09ggep2gxugv4ypqvyexz3ya7ja
68-
**ETH:** 0xEedBbF6eFa84198cc94fE4Bf6FBB5dfa674AF86b
69-
**ADA:** addr1qyx2sd2rgwdzvjhwnc35udx4k6w9lg524pwrf0llr7d2shzrewyq3nqyxfceuhgh5n5ucx3n8ws0n48krrlpw4khtedq4hzv93
7068
[![Ko-fi](https://i.imgur.com/rGcPxK8.png)](https://ko-fi.com/igromanru)

nexusmods/Description.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Format of the list: [b]Feature name[/b] [ [i]command aliases[/i] ] {[i] paramete
4444
[b]Heal[/b] [ [font=Arial]heal[/font] ] {} - [font=Georgia]Player gets fully healed once (host only)[/font]
4545
[b]Infinite Health[/b] [ [font=Arial]health[/font] | [font=Arial]hp[/font] | [font=Arial]infhp[/font] | [font=Arial]infhealth[/font] ] {} - [font=Georgia]Player gets fully healed and becomes invincible (host only)[/font]
4646
[b]Infinite Stamina[/b] [ [font=Arial]stamina[/font] | [font=Arial]sp[/font] | [font=Arial]infsp[/font] | [font=Arial]infstamina[/font] ] {} - [font=Georgia]Player won't consume stamina (works partial as guest)[/font]
47+
[b]Infinite Crouch Roll[/b] [ [font=Arial]infroll[/font] | [font=Arial]crouchroll[/font] | [font=Arial]stealthroll[/font] ] {} - [font=Georgia]Allows player to use the crouch roll ability from Sneaking LvL 5 without a cooldown.[/font]
4748
[b]Infinite Durability[/b] [ [font=Arial]durability[/font] | [font=Arial]infdurability[/font] | [font=Arial]infdur[/font] ] {} - [font=Georgia]Keeps player's gear and hotbar items durability at maximum (works as guest)[/font]
4849
[b]Infinite Energy[/b] [ [font=Arial]energy[/font] | [font=Arial]infenergy[/font] ] {} - [font=Georgia]Keeps player's gear and held item charge/energy at maximum (host only)[/font]
4950
[b]No Overheat[/b] [ [font=Arial]nooverheat[/font] | [font=Arial]overheat[/font] ] {} - [font=Georgia]Prevents items from overheating (currently only the Jetpack) (host only)[/font]
@@ -94,6 +95,7 @@ Format of the list: [b]Feature name[/b] [ [i]command aliases[/i] ] {[i] paramete
9495
[b]Delete Object Trace[/b] [ [font=Arial]deleteobject[/font] | [font=Arial]removeobject[/font] ] {} - [font=Georgia]Deletes an object in front of you (up to 10 meters). (Aim carefully, the object will be gone for good) (host only)[/font]
9596

9697

98+
9799
[b]How to use example:[/b]
98100
Most commands has multiple aliases that you can use to trigger it.
99101
For example: [b]Infinite Health[/b] can be activated by typing "health", "hp", "inv", "infhp" OR "infhealth" into the console.
@@ -167,7 +169,5 @@ Check out my other Abiotic Factor mods.
167169

168170
[font=Arial][size=4]Highest form of appreciation[/size][/font]
169171
[size=2]If you like my work and feel generous, you can support me.[/size]
170-
[b]BTC:[/b] bc1q3frvfljn7ut09ggep2gxugv4ypqvyexz3ya7ja
171-
[b]ETH:[/b] 0xEedBbF6eFa84198cc94fE4Bf6FBB5dfa674AF86b
172-
[b]ADA:[/b] addr1qyx2sd2rgwdzvjhwnc35udx4k6w9lg524pwrf0llr7d2shzrewyq3nqyxfceuhgh5n5ucx3n8ws0n48krrlpw4khtedq4hzv93
173-
[url=https://ko-fi.com/igromanru][img]https://i.imgur.com/rGcPxK8.png[/img][/url]
172+
[url=https://ko-fi.com/igromanru][img]https://i.imgur.com/rGcPxK8.png[/img][/url]
173+
[url=https://buymeacoffee.com/igromanru][img]https://i.imgur.com/JG0mNZg.png[/img][/url]

scripts/SettingsManager.lua

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ function SettingsManager.AutoSaveOnChange()
114114
or SettingsMonitor.SpeedhackMultiplier ~= Settings.SpeedhackMultiplier
115115
or SettingsMonitor.PlayerGravityScale ~= Settings.PlayerGravityScale
116116
or (Settings.Locations and SettingsMonitor.LocationsCount ~= #Settings.Locations)
117+
or SettingsMonitor.InfiniteCrouchRoll ~= Settings.InfiniteCrouchRoll
117118
then
118119
LogDebug("AutoSaveOnChange: Changes detected")
119120
SettingsMonitor.GodMode = Settings.GodMode
@@ -143,6 +144,7 @@ function SettingsManager.AutoSaveOnChange()
143144
SettingsMonitor.SpeedhackMultiplier = Settings.SpeedhackMultiplier
144145
SettingsMonitor.PlayerGravityScale = Settings.PlayerGravityScale
145146
SettingsMonitor.LocationsCount = Settings.Locations and #Settings.Locations or 0
147+
SettingsMonitor.InfiniteCrouchRoll = Settings.InfiniteCrouchRoll
146148
SettingsManager.SaveToFile()
147149
end
148150
end

0 commit comments

Comments
 (0)