Resident Evil 3 +14 (table Update5)

Upload your cheat tables here (No requests)
User avatar
Cielos
RCE Fanatics
RCE Fanatics
Posts: 834
Joined: Fri Mar 03, 2017 4:35 am
Reputation: 1797

Re: Resident Evil 3 +13 (table Update2)

Post by Cielos »

a useless script before sleep:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>17939</ID>
      <Description>"custome costume"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
label(dCustomCostume)
registersymbol(dCustomCostume)

alloc(newmem,2048,"re3.exe"+A2E576) 
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
//r8?
mov rax,dCustomCostume
mov eax,[rax]
test eax,eax
cmovge ebp,eax

originalcode:
mov [rdi+54],ebp
mov rax,[rbx+50]

exit:
jmp returnhere

///
dCustomCostume:
dd ffffffff
///

"re3.exe"+A2E576:
jmp newmem
nop 2
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"re3.exe"+A2E576:
db 89 6F 54 48 8B 43 50
//Alt: mov [rdi+54],ebp
//Alt: mov rax,[rbx+50]

unregistersymbol(dCustomCostume)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>17940</ID>
          <Description>""</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">ffffffff:don't change
00000000:default
00000001:dream 1st person (no torso1)
00000002:dirty
00000003:costume1 (re1)
00000004:empty1
00000005:costumeDLC
00000006:empty2
00000007:default 1st person (no torso2)
00000008:(no torso3)
00000009:costumeDLC (no torso4)
0000000a:empty3
</DropDownList>
          <ShowAsHex>1</ShowAsHex>
          <VariableType>4 Bytes</VariableType>
          <Address>dCustomCostume</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
the drop-down-list are only for Jill at the moment.
was hoping to select the dream costume at the start of the game, turns out that outfit is specially made for the first-person bit -- the torso is cut.
still there maybe a way to grab the model in the mirror. not for now though.
anyway, it's a useless script for now, because all the working costume you can choose can be select from the in-game costume menu already, unlike the script for RE2, which allows you to select the same default costume at different state of the game. e.g., cleaner jacket or dirtier jacket, while the in-game costume menu only allow you to use the clearer version.

///
something about the stuttering. running the game in admin seems increasing the chance to have a smooth game play.
maybe it's just my imagination again..
time to sleep.

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

HugoRider
Noobzor
Noobzor
Posts: 8
Joined: Sat Apr 04, 2020 11:52 am
Reputation: 0

Re: Resident Evil 3 +13 (table Update2)

Post by HugoRider »

KS212 wrote:
Sat Apr 04, 2020 2:32 pm
HugoRider wrote:
Sat Apr 04, 2020 11:54 am
For some odd reason the perfect dodge doesn’t seem to work on the demo like I set it on 100% chance and it never works
Best way to use it IMO is use the 'button hold' ver and have it set to w/e button you use for aiming. That way if something gets too close you auto dodge.
It doesn't work that way either like the perfect dodge doesnt work for me for some reason.

HugoRider
Noobzor
Noobzor
Posts: 8
Joined: Sat Apr 04, 2020 11:52 am
Reputation: 0

Re: Resident Evil 3 +13 (table Update2)

Post by HugoRider »

OKay nvm I switched to table update 9 and it works fine

User avatar
Chikaze
Novice Cheater
Novice Cheater
Posts: 21
Joined: Sun May 27, 2018 3:02 pm
Reputation: 38

Re: Resident Evil 3 +13 (table Update2)

Post by Chikaze »

Maybe add "item radar" would be very interesting.
: b

User avatar
teinousi
Expert Cheater
Expert Cheater
Posts: 281
Joined: Wed Mar 29, 2017 10:19 am
Reputation: 31

Re: Resident Evil 3 +13 (table Update2)

Post by teinousi »

Cielos wrote:
Sat Apr 04, 2020 7:34 pm
a useless script before sleep:

something about the stuttering. running the game in admin seems increasing the chance to have a smooth game play.
maybe it's just my imagination again..
time to sleep.

I try to use the re2's save time but It force out to windows , don't know why .....
I mean how many times to save , not the playing time :(
Just miss this one .........

WT3WD
Expert Cheater
Expert Cheater
Posts: 51
Joined: Wed Sep 11, 2019 3:26 am
Reputation: 45

Re: Resident Evil 3 +13 (table Update2)

Post by WT3WD »

Does anyone have any solutions for Zombies at a distance less frequently (FPS) and Vignette?
I tried to disable it directly inside the .exe, but Jill is unable to interact with anything

User avatar
Cielos
RCE Fanatics
RCE Fanatics
Posts: 834
Joined: Fri Mar 03, 2017 4:35 am
Reputation: 1797

Re: Resident Evil 3 +14 (table Update3)

Post by Cielos »

Update3
- added back zombie full fps.
was planing to gather some more info on model loading, got put off by the random stuttering, after multiple game reboots to chance a stable smooth game session, I dropped the plan, and just re-trace the zombie fps instead...

WT3WD
Expert Cheater
Expert Cheater
Posts: 51
Joined: Wed Sep 11, 2019 3:26 am
Reputation: 45

Re: Resident Evil 3 +14 (table Update3)

Post by WT3WD »

Cielos wrote:
Sun Apr 05, 2020 1:40 am
Update3
- added back zombie full fps.
was planing to gather some more info on model loading, got put off by the random stuttering, after multiple game reboots to chance a stable smooth game session, I dropped the plan, and just re-trace the zombie fps instead...
How did you make zombie FPS work?

User avatar
HeavyGrinder
Fearless Donors
Fearless Donors
Posts: 50
Joined: Sun May 21, 2017 5:57 am
Reputation: 7

Re: Resident Evil 3 +14 (table Update3)

Post by HeavyGrinder »

First off, just wanted to say thanks to all the table makers/helpers :D That said, any ladies or gents out there that completed the game mind sharing their save game file? o:

Doesn't have to be 100%, just wanted to start a new game with the shop and costumes unlocked.

Thank you <3!

User avatar
teinousi
Expert Cheater
Expert Cheater
Posts: 281
Joined: Wed Mar 29, 2017 10:19 am
Reputation: 31

Re: Resident Evil 3 +14 (table Update3)

Post by teinousi »

hope that capcom will make a DLC for Rail gun ...........

mateusre6g
Cheater
Cheater
Posts: 31
Joined: Fri Mar 20, 2020 11:56 pm
Reputation: 0

Re: Resident Evil 3 +14 (table Update3.1)

Post by mateusre6g »

I looked at the table of Resident Evil 2 remake the option in piercing ammo, it was method and the option to choose, not pressing or pressing, it makes the zombies' heads explode randomly, I liked it more, because in the third or fourth shot the head explodes , please, could you create for Resident Evil 3 remake

User avatar
HylianZ
Expert Cheater
Expert Cheater
Posts: 268
Joined: Thu Mar 23, 2017 5:37 pm
Reputation: 71

Re: Resident Evil 3 +14 (table Update3)

Post by HylianZ »

HeavyGrinder wrote:
Sun Apr 05, 2020 1:53 am
First off, just wanted to say thanks to all the table makers/helpers :D That said, any ladies or gents out there that completed the game mind sharing their save game file? o:

Doesn't have to be 100%, just wanted to start a new game with the shop and costumes unlocked.

Thank you <3!
I hope this works. Password is "RE3Rsave" without quotes.
Goes in <Steam-folder>\userdata\<user-id>\952060\
Attachments
952060.7z
Password: RE3Rsave
(3.49 MiB) Downloaded 40 times

User avatar
Cielos
RCE Fanatics
RCE Fanatics
Posts: 834
Joined: Fri Mar 03, 2017 4:35 am
Reputation: 1797

Re: Resident Evil 3 +14 (table Update3.1)

Post by Cielos »

Update3.1
- updated the anti-cheat patch process. SunBeam sent me a more sophisticated approach to patch the anti-cheats, without that y'all will suffer from the current tedious anti-anti cheat enabling process much much longer until I muster the courage to try to cook up a better solution. the results would most likely less efficient than SunBeam's and by then the next RE could be out already.
- with this update, once you attached the table to the game via CE (order doesn't matter), the patch would be applied automatically, and once it's done, the enable script would be activated for you, so that you won't activate it earlier than the anti-cheat patching by accident.
- for better experience, you should set lua script execution to "Always" for now so that you won't be asked everytime you use this table. (maybe I should ask Dark Byte for a signature.... don't know if this is still available...?)
thanks SunBeam~
if you like this update, praise the SunBeam.
don't worry about where to look, SunBeam is everywhere... literally, can be found on every part on this forum~

User avatar
HeavyGrinder
Fearless Donors
Fearless Donors
Posts: 50
Joined: Sun May 21, 2017 5:57 am
Reputation: 7

Re: Resident Evil 3 +14 (table Update3)

Post by HeavyGrinder »

HylianZ wrote:
Sun Apr 05, 2020 3:06 am
HeavyGrinder wrote:
Sun Apr 05, 2020 1:53 am
First off, just wanted to say thanks to all the table makers/helpers :D That said, any ladies or gents out there that completed the game mind sharing their save game file? o:

Doesn't have to be 100%, just wanted to start a new game with the shop and costumes unlocked.

Thank you <3!
I hope this works. Password is "RE3Rsave" without quotes.
Goes in <Steam-folder>\userdata\<user-id>\952060\
Omg, thank you so very much! Kudos <3



Edit: Dang, won't work for me D: - Turned off Steam cloud saving, but when i try to load your save it keeps deleting it and making one from scratch lol.

Appreciate the help though <3
Last edited by HeavyGrinder on Sun Apr 05, 2020 6:12 am, edited 1 time in total.

User avatar
Cielos
RCE Fanatics
RCE Fanatics
Posts: 834
Joined: Fri Mar 03, 2017 4:35 am
Reputation: 1797

Re: Resident Evil 3 +14 (table Update3.1)

Post by Cielos »

mateusre6g wrote:
Sun Apr 05, 2020 3:02 am
[...]
you can set the script to only applied the effect when you're holding the key/button.
just set the 1. body parts trigger to disable (can be select from its drop-down-list), than all the sub-parts would be disabled as well.
then you can decide if you want 2. perfect dodge counter trigger to be disabled or not as well.

as stated in the first post, all these settings are working independently, e.g., disabling any or all the body parts trigger won't stop the key trigger from working.

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Aleksey0104, BLEXBot, DenpaNyan, gloobinator, Google [Bot], Google Adsense [Bot], jck1337, lightningknt, mik, MuffinForLunch, SemrushBot, sinner2469, smjm75, thegodoflions, Tom andy, Wake2287