Icewind Dale 1 Enhanced Edition (GoG)

Upload your cheat tables here (No requests)
Post Reply
User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Icewind Dale 1 Enhanced Edition (GoG)

Post by Marc »

Hi all,

the Enhanced Edition from GoG includes the classic "Icewind Dale" and "Heart of Winter".
  • GodMode
  • GodMode with increased damage (5k each hit, hehe)
  • gain 100.000 XP for each kill
  • gain 1.000 gold every time you buy something instead of losing gold
  • don't spend skill points when using them
  • don't spend ability points when using them
  • pointer for gold
Some informations for updating the table, based on 2.6.6.0
Funny update. Did they change the compiler? Code does not look similar at all... so back to the drawing board :(
Values like HP are stored as 2-Byte-Integers. XP is 4 Bytes long.
If you change the master-Value of Experience, the display in-game does not change. It will be updated the next time you get some XP.
current HP-Offset to the Charblock in memory is +57c, XP is +570.
There are two Pointer pathes to chardata, one has a base address directly pointing to the chardata (one base address for each char), the other path uses the very same base address and then +4f0 +18 +c30 +0. To get this pointer path, scan for one of these values, check offsets with F5 on the address and make a pointer scan with the found offset. Sort pointer scanner results by amount of offsets via clicking on the last column.

Works with both parts of the game.

The godmode and everything in the "character creation" part is Made by gideon25

have fun,
Marc

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
Icewind Dale 1 - Enhanced Edition v2.6.6.0.CT
updated for 2.6.6.0, but without the part from gideon25, could not find the new code
(699.92 KiB) Downloaded 1216 times
Icewind Dale 1 - Enhanced Edition.ct
united with the excellent scripts from gideon25 :)
(82.31 KiB) Downloaded 395 times
Last edited by Marc on Sat Aug 14, 2021 11:40 am, edited 16 times in total.

Reno
Cheater
Cheater
Posts: 41
Joined: Sun Aug 13, 2017 1:43 am
Reputation: 5

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by Reno »

Thanks!

User avatar
hal9000
Cheater
Cheater
Posts: 32
Joined: Sun Sep 03, 2017 5:39 am
Reputation: 1

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by hal9000 »

That's great, thanks! ...I would also suggest trying EEKeeper it's a save editor and it works like a charm!

FaLiar
Noobzor
Noobzor
Posts: 5
Joined: Sun Oct 04, 2020 1:54 pm
Reputation: 0

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by FaLiar »

The GOD MODE working but also gives you the dmg, the god+dmg also working, but for the enemy (IDEE v2.5.17.0)
god mode make some monster invincible

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by Marc »

I seriously doubt that the god-mode cheat alone gives additional dmg since the according code is missing in that one. :P

Anyway, I restructured the table so there is only one cheat where godmode and increased damage can be turned on and off independantly.

Since I've been on this table, I added scripts to not spend ability points and skill points on level up, added hotkeys for some scripts and added a pointer for gold which should be stable (I hope).

about some monsters to get the god-mode, too: had not encountered that effect personally, but seems the distinction between "we" and "them" is not working as intended. :cry:

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by Marc »

Okido, took another look at the dissect data and found something interesting: when dealing damage, at [ebx+3fc] there it a string and in case of a party member it is "*PARTY01", "*PARTY02", ... so I use this as improved check to distinct between party members and enemies.

So, if there is no enemy which is called *PAR by the game, we should be fine :D

FaLiar
Noobzor
Noobzor
Posts: 5
Joined: Sun Oct 04, 2020 1:54 pm
Reputation: 0

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by FaLiar »

if you wish, i can make a video so you can see what happez. I tried the new tables, the pointer for gold is working, but the god mode and dmg cannot be selected, i can only activate the parental square, but nothing happez. no dmg and no god mode.

is it possible that the cheats works only for a full (six char) party? i am using a 4 char party

or my exe is different from yours? as i said before v2.5.17.0 IDEE (setup_icewind_dale_enhanced_edition_2.5.17.0_(23121).exe)

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by Marc »

I'm using 2.5.17.0 installed with the GoG Client, so it should be the latest version.
My party is the deault group with 6 members, but that shouldn't matter because the code I change is the one which deals damage to party-members and enemies alike.

When fiddling around with the game, I noticed something funny: my tests have been made with Ivewind Dale, so I tried the "Heart of Winter Module" and the cheat did not seem to work when creating a new game. Saved the game, loaded the savegame -> cheat works. WTF?

Update: added some more bytes to the AOB Scan and fixed a stupid bug in the code (which is the reason why the increased damage did not work).
No, I don't want to talk about it :lol:

gideon25
Table Makers
Table Makers
Posts: 1389
Joined: Mon Mar 20, 2017 1:42 am
Reputation: 2294

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by gideon25 »

This is based on my baldurs gate 2 enhanced script. Believe it or not the aob AND the offsets were exactly the same. The attributes will stick, JUST MAKE SURE not to go over 25. The other stuff you have to freeze and won't stick thru savegames. Just being able to edit the attributes, the PArty permanently hasted and the max roll on char creation makes the script well work it. .

Btw MArc I noticed that the god script wasn't working on one of my custom made characters (and its really worth it because the Max rolls lets chars get tons of spells and so forth when you custom create them). Its possible the PARTY01 just applies to the premade party? Or its just the jankiness and constant checks they put in there.

Just copy and paste the main big script into Marcs Table. ALSO, included my godmode script. The script reads an address that is ONLY the party members and works fine for custom created characters as well. But if you incorporate it..well might want to make the damage script do around 500 damage instead of 5000. Thats WAY overkill for this game. ALSO, Marc you can test and incorporate ALL of this into one BIG table if you want.
SCRIPT MERGED IN TOP POST
Image
Last edited by gideon25 on Tue Mar 09, 2021 5:14 pm, edited 1 time in total.

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by Marc »

looks very promising. Excellent work, mate! :)

joined our scripts in the first post, set some hotkeys.

tr00nsformers
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Aug 13, 2021 7:02 pm
Reputation: 0

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by tr00nsformers »

Do you have a working version for 2.6.6.0 ?

User avatar
Marc
Table Makers
Table Makers
Posts: 378
Joined: Mon Mar 26, 2018 2:35 pm
Reputation: 377

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by Marc »

updated for 2.6.6.0

fun fact: almost everything in this game changed. Due to this reason, I sadly could not update the code-part from gideon25 :(
tried several versions of his AOB and of the surrounding bytes, but to no avail.
No idea how he found it in the first place.

User avatar
themaoci
Cheater
Cheater
Posts: 49
Joined: Sat Feb 13, 2021 4:13 pm
Reputation: 46

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by themaoci »

i somehow updated the pointer for characters

Character Base (starts with character 1)
"icewind.exe"+0069B6A8
each next character just adds +10 hex to the end of the one above
Icewind Dale EE - 2.6.6.0 (FREE).CT
i updated the character data should be enough for playing :)
(697.37 KiB) Downloaded 267 times

vongarnet
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Oct 07, 2019 2:05 am
Reputation: 0

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by vongarnet »

Marc wrote:
Wed Jan 01, 2020 9:47 am
Hi all,

the Enhanced Edition from GoG includes the classic "Icewind Dale" and "Heart of Winter".
  • GodMode
  • GodMode with increased damage (5k each hit, hehe)
  • gain 100.000 XP for each kill
  • gain 1.000 gold every time you buy something instead of losing gold
  • don't spend skill points when using them
  • don't spend ability points when using them
  • pointer for gold
Some informations for updating the table, based on 2.6.6.0
Funny update. Did they change the compiler? Code does not look similar at all... so back to the drawing board :(
Values like HP are stored as 2-Byte-Integers. XP is 4 Bytes long.
If you change the master-Value of Experience, the display in-game does not change. It will be updated the next time you get some XP.
current HP-Offset to the Charblock in memory is +57c, XP is +570.
There are two Pointer pathes to chardata, one has a base address directly pointing to the chardata (one base address for each char), the other path uses the very same base address and then +4f0 +18 +c30 +0. To get this pointer path, scan for one of these values, check offsets with F5 on the address and make a pointer scan with the found offset. Sort pointer scanner results by amount of offsets via clicking on the last column.

Works with both parts of the game.

The godmode and everything in the "character creation" part is Made by gideon25

have fun,
Marc
Does It work on steam ?

User avatar
HanLiem
Expert Cheater
Expert Cheater
Posts: 140
Joined: Sat Aug 26, 2017 1:58 am
Reputation: 5

Re: Icewind Dale 1 Enhanced Edition (GoG)

Post by HanLiem »

gideon25 wrote:
Tue Mar 09, 2021 11:41 am
This is based on my baldurs gate 2 enhanced script.
gideon25, could you please add some infinite item usage for your Great Table?

Thanks in advance!

Post Reply