created a basic table which contains pointers for
health
perk points
ability points
resurrect points
money
edit: it works but the points can change after reload
edit2:turns out there is a static address which can be used to find these values so it should just work
edit3:added item counts
@Dan_Lyle. Thanks for the updated table. Can we assume it is for game version 1.05.78819 (Mar 2, 2023) - Quick hot fix for the German version of the game? Thanks
Latest Versions:
1.05B.77786A (Jan 30, 2023)
1.05.78819 (Mar 2, 2023) - Quick hot fix for the German version of the game
@Dan_Lyle. Thanks for the updated table. Can we assume it is for game version 1.05B.78819A (Mar 2, 2023) - Quick hot fix for the German version of the game? Thanks
Latest Versions:
1.05B.77786A (Jan 30, 2023)
1.05B.78819A (Mar 2, 2023) - Quick hot fix for the German version of the game
@Dan_Lyle. Thanks for the updated table. Can we assume it is for game version 1.05.78819 (Mar 2, 2023) - Quick hot fix for the German version of the game? Thanks
Latest Versions:
1.05B.77786A (Jan 30, 2023)
1.05.78819 (Mar 2, 2023) - Quick hot fix for the German version of the game
Hi all,
here's a table I built for Weird West (on Steam), v1.05b.78819A.
Being an AOB script, it might work with future updates, too.
There are a lot of things in here, so I grouped them as follows: Movement
- Move Speed Mod; scales your move speed.
- Sneak Speed Mod; scales your sneak speed.
- Jump Speed Mod; scales your jump speed.
- No Speed Penalty On Aiming; move at normal speed while aiming (run&gun) Sneaking
- Detection Gain Rate Mod; scales the speed enemies detect you (the bar going up)
- Vision Range Mod; scales the distance from which enemies can see you
- Hearing Range Mod; scales the distance from which enemies can hear you Weapons
- Infinite Ammo; as name suggests.
- Always Crit; forces a critical hit every time (overrides Crit Chance Mod below by using the predefined chance value of 1000%)
- Crit Chance Mod; scales your critical hit chance
- Attack Time Mod; scales the duration of an attack (and thereby, its speed)
- Weapon Charge Speed Mod; scales the speed at which weapons charge (makes the bow power up faster)
- Player Damage Received Mod; scales the damage you receive
- Player Damage Dealt Mod; scales the damage you dish out Inventory
- Infinite Action Points; as name suggests. Not an inventory hack per se, but I included it here.
- Infinite Item Durability; usable items won't break.
- Travel Supplies; a pointer to Travel Supplies.
- Cash; a pointer to Cash.
- Resurrects; a pointer to resurrection tokens.
- Nimp Relics; a pointer to nimp relics.
- Golden Ace Of Spades; a pointer to golden cards.
- Get Items; a script that retrieves your inventory so you can change amounts.