VOGONS


First post, by CrimsonMachete

User metadata
Rank Newbie
Rank
Newbie
ZanQuance wrote on 2015-09-19, 20:38:
Sorry I didn't see this earlier, I actually patched my version of Alice to work with A3D 2.0. Search for this in a Hex editor, […]
Show full quote

Sorry I didn't see this earlier, I actually patched my version of Alice to work with A3D 2.0.
Search for this in a Hex editor, provided long hex to nab correct offset area:
B000520053E87095070083C40885C0751A @0006F1F5 (byte 75)
Change to
B000520053E87095070083C40885C0741A @0006F1F5 (to byte 74)

This will bypass the card detection bug and let A3D 2.0 be enabled.

An old post contained the above solution, however I'm having difficulty applying it to my install.

I've been trying this hex fix but I must admit I'm a little lost. I'm assuming the file to be patched is the Alice.exe; I have opened it in a hex editor (HxD) but can't locate the indicated offset. Can anyone point me in the right direction? I see the instruction to use long hex, but I'm unclear as to what that means exactly.

Any assistance would be appreciated!

Reply 1 of 1, by ott

User metadata
Rank Newbie
Rank
Newbie

It looks like you need initial game version 1.0.0

The attachment alice.jpg is no longer available
The attachment hxd.jpg is no longer available
You can also replace the hex code you are looking for
  1. Top menu: Search → Replace... (Ctrl+R)
  2. Select tab "Hex-values"

    Search for:
    B000520053E87095070083C40885C0751A
    Replace with:
    B000520053E87095070083C40885C0741A
  3. Press OK.
  4. Top menu: File → Save
The attachment hxd-replace.jpg is no longer available