bucanero / ArtemisPS3

An Open Source PlayStation 3 Hacking System created under the Project Artemis initiative
http://www.gamehacking.org/artemis
MIT License
148 stars 36 forks source link

Artemis Codes & RPCS3 #77

Closed CorpseSlayer closed 1 year ago

CorpseSlayer commented 1 year ago

I am so sorry if this is not the place to ask but i totally need to ask this question maybe i can make this codes work some how for RPCS3

something simple [Atemis ]

Infinite Health 0 CodeFreak/PS3UserCheat 6 01140844 0000001C 6 00000000 0000104C 0 00000000 47F42400 6 01140844 0000001C 6 00000000 00001048 0 00000000 47F42400

that simple code in RPCS3 is this:

PPU-506c11110b75cb60e70ed04b81909118dc52b882: "Infinite Health": Games: "Hard Corps Uprising (Artemis)": NPEB00332: [ 01.00] Author: CodeFreak/PS3UserCheat Notes: Patch Version: 1.2 Patch:

in the Artemis code [6 01140844 0000001C] i use 0x01140844,0x0000001C but the code wont work after a finish doing the list so i was wondering is the 6 important to make the code work and how can i add the missing 6 to RPCS3 list or this code, for now i have in a YML file with around 100 games codes using Artemis codes i just need little help on how to figure things out.

bucanero commented 1 year ago

Type 6 is a pointer code. You should check the NetCheat code reference: https://github.com/bucanero/ArtemisPS3/wiki/Artemis-NetCheat-code-types

then see if there's a way to implement all the code types on your emulator.