Skip to content

Commit

Permalink
release 1.57 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
pryans committed Oct 9, 2024
1 parent a273aea commit 4068b00
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Source/Docs/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ Adds an item to the player's inventory.

[b]Arguments:[/b]
id: (required) The item ID or all or part of a the item's name. Uses last match from cheat_find_items.
health: (optional number) The condition of the item added. Default 1.
amount: (optional number) The number of items to add. Default 1.
health: (optional number) The condition of the item added. Default 1.

[b]Examples:[/b]
Adds the last item with 'bow' in its name:
Expand Down Expand Up @@ -355,8 +355,8 @@ Adds the given perk to the player.
Adds all perks to the player.

[b]Arguments:[/b]
exclude: (optional boolean) If true then negative, test, and obsolete of perks are excluded.
any: (optional boolean) Whether to not filter out perks you can't select yourself
exclude: (optional boolean) If true then negative, test, and obsolete of perks are excluded.

[b]Examples:[/b]
Add all perks:
Expand Down Expand Up @@ -485,9 +485,9 @@ You can end up in the air or under the map.
I suggest saving your game and turn on immortality first.

[b]Arguments:[/b]
z: (required number) Z coordinate
x: (required number) X coordinate
y: (required number) Y coordinate
x: (required number) X coordinate
z: (required number) Z coordinate

[b]Examples:[/b]
Type to console:
Expand Down Expand Up @@ -896,9 +896,9 @@ Let me know.
Regenerates the given player state over time; pulses once per second.

[b]Arguments:[/b]
state: (required) The state to regen: all, health, stamina, or exhaust.
enable: (required boolean) true to enable state regen; false to disable
amount: (optional number) The amount to regen every second.
state: (required) The state to regen: all, health, stamina, or exhaust.

[b]Examples:[/b]
Adds 1 to all states every second.:
Expand Down Expand Up @@ -931,8 +931,8 @@ Finds all of the skills that match the given token.
Sets one of the player's skills to the given level.

[b]Arguments:[/b]
level: (required number) The desired level for the given skill (max 20).
skill: (required) The skill name, full or partial, or ID. Use cheat_find_skills to list all skills.
level: (required number) The desired level for the given skill (max 20).

[b]Examples:[/b]
Set player's lockpicking skill to level 20:
Expand Down Expand Up @@ -1035,12 +1035,12 @@ This only works if the NPC has been loaded into the world.
Teleports one or more NPCs to the given coordinates. Use cheat_loc to get locations.

[b]Arguments:[/b]
max: (optional number) The maximum NPCs to teleport. Default 10.
radius: (optional number) The teleport radius around the x,y,z target. Default 5.
z: (required number) Z coordinate.
y: (required number) Y coordinate.
x: (required number) X coordinate.
token: (required) All or part of a the NPC's name.
z: (required number) Z coordinate.
max: (optional number) The maximum NPCs to teleport. Default 10.
x: (required number) X coordinate.
radius: (optional number) The teleport radius around the x,y,z target. Default 5.

[b]Examples:[/b]
Teleport Father Godwin to somewhere...:
Expand All @@ -1052,9 +1052,9 @@ Teleports one or more NPCs to the given coordinates. Use cheat_loc to get locati
Teleports one or more NPCs to the player's location.

[b]Arguments:[/b]
token: (required) All or part of a the NPC's name.
max: (optional number) The maximum NPCs to teleport. Default 10.
radius: (optional number) The teleport radius around the player. Default 5.
token: (required) All or part of a the NPC's name.

[b]Examples:[/b]
Teleport Father Godwin to ???:
Expand All @@ -1079,8 +1079,8 @@ The spawned entities are not managed so you should kill them off or load a clean

[b]Arguments:[/b]
class: (required) bandit|cuman|hare|horse|boar|sheep|pig|cow|buck|doe|reddeer
radius: (optional number) The spawn radius around the player. Default 5.
count: (optional number) Number of things to spawn. Default 1.
radius: (optional number) The spawn radius around the player. Default 5.

[b]Examples:[/b]
Spawn 10 bandits:
Expand Down
6 changes: 6 additions & 0 deletions Source/Docs/mod_page.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ System.ExecuteCommand("cheat_set_regen enable:true state:stamina amount:10")

[b][size=6]Change Log[/size][/b]

[b]1.57[/b]
[list]
[*]@wilecoyote: Set fall dmg to zero for immortal buff
[*]See PR https://github.com/pryans/kcd-cheat/pull/48 for the specific changes
[/list]

[b]1.56[/b]
[list]
[*]Adds 2 new commands cheat_save_all_items and cheat_load_all_items.
Expand Down
2 changes: 1 addition & 1 deletion Source/Scripts/Startup/main.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cheat={}
cheat.versionMajor = 1
cheat.versionMinor = 56
cheat.versionMinor = 57
cheat.devHome = ""
cheat.isCommandLineBuild = false
cheat.commands = {}
Expand Down

0 comments on commit 4068b00

Please sign in to comment.