There is something wrong. The next step is saving the codes. Should the saving be in a text file format or is there another format? Is it saved in the program's location or in a specific folder? After saving and opening the command, the patch page appears, but without the properties that I copied into the saved file. Starting from minute 9.57 until the end of the explanation, it does not appear for me. So where is the error?
I figured it out easy i remembered back when i had to write a patch file for mgs4 the only difference with this is to rewrite some of the cheat lines. In the correct columns and rename certain lines that's it however some of the cheats aren't functional which is unfortunate.
Ok, I already got all this. The problem I'm having is some of those cheats with longer values like the AoB Infinite Ammo just underneath the 2 you entered. When I put them in like the others I get an incompatible error. What do I have to do different to get them to work?
The RPCS3 emulator does not support AoB (Array of Bytes) style cheats. To use these cheats, you’ll need to convert them to ASM (Assembler style). The conversion process is straightforward: use Cheat Engine to find the address the cheats point to, and then create a patch. I’ve put together a tutorial on my Discord that outlines these steps in detail. Feel free to stop by for a clear and easy-to-follow guide.
@@ChidreamsEmulationGamePlay Ok, thank you. Let me ask another question since you were so quick and willing to help. There are no codes for Outrun 2 (or known as Outrun Online Edition) so I used cheat engine to find the value for time. I would prefer to have it as a patch instead of using cheat engine each time but it doesn't work even though I put the proper format (to my knowledge): PPU-414c4d16684c602bf9c4b0492a1cc0ff48cb8db3: "Time": Games: "Outrun 2": NPEB00073: [ 01.00 ] Author: Notes: Patch Version: Patch: - [ be32,0x00C386A4,0x00000BB8] In cheat engine the address is B00C386A4 and I freeze the value at 3000 (which has it as 50 in game). Any idea what I'm doing wrong? I remove the B at the start of the address because that makes the most sense to me since it's one digit too many and many other codes I have used start with 2 zeros. Also I've tried different values for the second number that I've have seen in other cheats too like 60000000 and had no luck.
trying to this for Ratchet Crack in Time, as the only codes for that game are infinite ammo, but not health (for pc/rpcs3, so I don't have to hook up my ps3.....at least that one works.)
note sure, unless the released the patches but i will take a look i have started looking in to debugging ps3 game its still new to me but i like good challenges so if i find something definitely will post it thanks for the comment take care
i've been searching and i can't find any answers so i hope you might know? with kingdom hearts, it's my first run in but apparently in artemis there was like, an options menu? the code is for XP Multiplier and it looks like this 00194844 1F7CZ [Z]000A=10x;0064=100x;03E8=1000x;2710=10000x[/Z] ^ this section is clearly giving you the options to sub out [Z] for the options and the corresponding values, I also see within the patch manager a section that has a drop box titled "Configurable Values" but I see nowhere the syntax for the option. would you by any chance know what to do here?
I haven’t figured out how to get that to work yet. It seems to be a float type value that patches work with, rather than integer numbers. However, I will take another look today and update you soon
@@ChidreamsEmulationGamePlay I appreciate you. Last thing you may know (I think I just answered part of it in my head) but when do you know when to use Be32 Bef32 etc? Assuming those stand for Big Endian and Big Endian Float etc. Would I need to try and find the value in Cheat Engine with the BE search and write what it was?
you can try with cheat engine as I have fixed a few cheats with it, if the cheat have to AOB they give you a pointer to use to find the cheat location, but to be honest Netcheat and PRODG debugger is the best way to search for cheats, I'm still a novice at it but getting better everyday.
@@ChidreamsEmulationGamePlay I've gotta do some research into that 😅 my only source is the Artemis Code base and not everything from that can be ported straight over, I appreciate the information!
@@moneyboy503 just to let you know if you can fine the PS3 cheat/codes unique codes they work with cheat engine 100% just remove 02000 in front and add manually
hey thanks for the video, im new to RPCS3 and im playing Metal Gear Solid HD Collection [BLES01419] V1.03. my question is where do i get that be32 code from? ive never done anything like this lol
those are game offsets, just do a search for "ps3 (Game Name) offset" and you should find what your looking for thanks for questions and visit take care
It has not change it’s still work the same Like when I release this video you might want to check the PPU Hash as if that not right they won’t show up in the list
@@ChidreamsEmulationGamePlay That's the right number, but the cheat code itself isn't right. The cheat code that I am trying to use is "0 00E8FD18 44A28000". That's inf health in Kill Team, on the Artemis Code Database. The thing is, the single "0", before the rest of the code, isn't right. That should be something like be16, or be32, and I don't know how to find out what that number is, and it's specific to get the code working with the game. I think that's why my code isn't compatible.
As soon as i go to patch manager i get an error "Some of your patches are not compatible with the current version of RPCS3's Patch Manager." and RPCS3 log says "YAML exception: yaml-cpp: error at line 2, column 45: illegal map value" I don't get it the format is exactly the same as yours, every indentation and brackets. Version 1.2 PPU-41a7d047c573c78c0307506c9d1b52d15a66e4f5: Invincibility: Games: "inFAMOUS 2": BCUS98125: [ 1.04 ] Author: Notes: Patch Version: 1.04 Patch: - [ be32, 0x0014DB3C, 0x4E800020 ]
your format is wrong here the correct one PPU-41a7d047c573c78c0307506c9d1b52d15a66e4f5: "Invincibility": Games: "inFAMOUS 2": BCUS98125: [ 01.04 ] Author: Notes: Patch Version: 1.4 Patch: - [ be32,0x0014DB3C,0x4E800020 ]
PPU should be in (Col 1 line 1) "PatchName": (goes in column 3) Games: (goes in column 5) "GameName": (goes in column 7) Author: Notes: Patch Version: Patch: ( All goes in column 5) - [ Patch ] ( goes in column 7) this is the correct format
hey you have to download patch file and manage them from the emu at the top under manage patches, he is the last one we did if you get a chance check it out ua-cam.com/video/8P4t5lADebw/v-deo.html
Hello, thank you for your question. The effectiveness of cheats on the RPCS3 emulator depends on several factors. Not all cheats will work due to the way RPCS3 is written, as not all memory addresses have been implemented. Some cheats have been created where the function has been moved to a part that RPCS3 cannot see, so it’s more of a trial and error process to get them to work. A lot of testing goes into making them work. May I know which game you are trying to create cheats for?
@@ChidreamsEmulationGamePlay I saw the problem just a minute ago. I created a cheat for Tales of Zestiria NPUB31657. I discovered they're not the same as BLUS31533, the Artemis code. I thought they were the same because they're both US versions. Now I'm devastated huhuhu maybe you got some codes for NPUB31657? or what else I can do...
@leslieanne2532 Here you go! I just tested it and it seems to be working fine. However, you have to look at the description of the cheats. If you run too many, it will lock up the game. There are about 21 of them. Enjoy and thank you for your request and comment. Happy emulating! bit.ly/3Zc1I4D
Plz help my fix this issue I have a problem with my call of duty 3 (Blues30012) patch and it says that I need patch Manager 1.2 and I don't thing the PPU is correct plz help me or due a video specific about call of duty 3 plz
Well to get correct PPU you need to load default.self in the update folder 2nd i would love to do another video but i don't have that game and the BLUS one i already did cheats and video.
Hi can you make one for metal gear solid 4 BLES00246 v2.0 infinite health, Infinite grenades others already part of default rpcs3 patches these two would help
I can not as I don’t have the game as I would like to test them but I have created a tutorial on how to add cheese from the ps3 database so I would say try it there
@@ChidreamsEmulationGamePlay I followed everything you stated in the video and even used ur patch file but those patches don’t even show up on the patch manager why is it so? I named it as imported_patch what’s the problem can you help
@@taleoftaxation7183 well with the patch file it has serial and version number if they do not match it will not populate the window so you can see patches. what game are you trying to use cheats with ?
where the heck do you paste the patch, how do you load your own patch, the patch list doesn't have an option to load your own, put my patch in patch folder in rcps3, doesn't pop up anywhere???
I'm uncertain about the issue. Could you please confirm if it's formatted correctly? Secondly, your tone doesn't motivate me to assist you. However, you might want to check your temperature. If you genuinely need help, I'm always available on Discord. I can provide assistance once your frustration has cooled down.
yup, sorry got really frustrated, been trying this for 3 hours.Tried doing the patch exactly the way you showed step by step but when loading it in rcps3 a error keeps telling me about proper formatting, I'm trying resistance 3 v1.0.
I understand your point. Indeed, I’ve created the patch for that game with approximately 299 others. You can view it here: ua-cam.com/video/tkHDcEbmO9k/v-deo.html As for the format, I simply utilize the one provided on the rpcs3 wiki, editing it with Notepad++. The most efficient method is to copy the format from the wiki and then make modifications. That’s the best explanation I can provide. If you’re interested, feel free to join my Discord. I’m currently online, working on a few tasks, but I’m willing to assist. discord.gg/Z3gbUdxKJK
thank you my man found your patch, really tried to make one myself, but ran into the format error when using the standard format option, thank you. is there a way i could take apart your path to just extract the resistance 3 cheats, and would using the standard format option work?
Oh? Well, it works for everyone. Not sure what you're talking about, but hey, it's the internet. If my explanation wasn't to your liking, UA-cam is a big place.
@@ChidreamsEmulationGamePlay u know my man my bad, cuz after I opened in pc I can saw it in if real format instead, see it in a cel phone , I was looking for the video to apologize, cuz I didn't visualize the lines correctly. Ur videos R totally cool, thanknU
@@donchichi117 well you have to boot game wait for the press start screen close emulator completely then go where you have rpcs3.exe look for log file then open with notepad search for PPU in this video 5:20 I explained how to get PPU check it out
so i did exactly the same as you in this videos and i was getting this error from the line 10 columm 8 until the last line from the gow ascension, E PAT: Skipping patch node Red Orbs 9999999: type 'b32' is invalid. (key: PPU-3a0b43e4a5f4bfea64f53612ee7c5d990f88129c, location: line 10, column 8) E CFG: cfg::try_to_enum_value('b32'): invalid enum or integer
Good Job Brothaz keep up good work!
Thanks, you too!
There is something wrong. The next step is saving the codes. Should the saving be in a text file format or is there another format? Is it saved in the program's location or in a specific folder? After saving and opening the command, the patch page appears, but without the properties that I copied into the saved file. Starting from minute 9.57 until the end of the explanation, it does not appear for me. So where is the error?
I hope you make one for Ragnarok Odyssey Ace. I followed the steps and did not encounter any error per RPCS3, but it did not work.
Already done that game check discord #support channel its pinned to the top
I figured it out easy i remembered back when i had to write a patch file for mgs4 the only difference with this is to rewrite some of the cheat lines. In the correct columns and rename certain lines that's it however some of the cheats aren't functional which is unfortunate.
oh ? what game is that ?
Ok, I already got all this. The problem I'm having is some of those cheats with longer values like the AoB Infinite Ammo just underneath the 2 you entered. When I put them in like the others I get an incompatible error. What do I have to do different to get them to work?
The RPCS3 emulator does not support AoB (Array of Bytes) style cheats. To use these cheats, you’ll need to convert them to ASM (Assembler style). The conversion process is straightforward: use Cheat Engine to find the address the cheats point to, and then create a patch. I’ve put together a tutorial on my Discord that outlines these steps in detail. Feel free to stop by for a clear and easy-to-follow guide.
@@ChidreamsEmulationGamePlay Ok, thank you. Let me ask another question since you were so quick and willing to help.
There are no codes for Outrun 2 (or known as Outrun Online Edition) so I used cheat engine to find the value for time. I would prefer to have it as a patch instead of using cheat engine each time but it doesn't work even though I put the proper format (to my knowledge):
PPU-414c4d16684c602bf9c4b0492a1cc0ff48cb8db3:
"Time":
Games:
"Outrun 2":
NPEB00073: [ 01.00 ]
Author:
Notes:
Patch Version:
Patch:
- [ be32,0x00C386A4,0x00000BB8]
In cheat engine the address is B00C386A4 and I freeze the value at 3000 (which has it as 50 in game). Any idea what I'm doing wrong? I remove the B at the start of the address because that makes the most sense to me since it's one digit too many and many other codes I have used start with 2 zeros. Also I've tried different values for the second number that I've have seen in other cheats too like 60000000 and had no luck.
trying to this for Ratchet Crack in Time, as the only codes for that game are infinite ammo, but not health (for pc/rpcs3, so I don't have to hook up my ps3.....at least that one works.)
Can you do this for skate 1 or skate 2 rpcs3
note sure, unless the released the patches but i will take a look i have started looking in to debugging ps3 game its still new to me but i like good challenges so if i find something definitely will post it thanks for the comment take care
@Chidreams Emulation GamePlay I figured it out on skate 1 I will post a tutorial for anyone interested
please do i would like to see it thanks for visit
i've been searching and i can't find any answers so i hope you might know? with kingdom hearts, it's my first run in but apparently in artemis there was like, an options menu? the code is for XP Multiplier and it looks like this
00194844 1F7CZ
[Z]000A=10x;0064=100x;03E8=1000x;2710=10000x[/Z]
^ this section is clearly giving you the options to sub out [Z] for the options and the corresponding values, I also see within the patch manager a section that has a drop box titled "Configurable Values" but I see nowhere the syntax for the option. would you by any chance know what to do here?
I haven’t figured out how to get that to work yet. It seems to be a float type value that patches work with, rather than integer numbers. However, I will take another look today and update you soon
@@ChidreamsEmulationGamePlay I appreciate you. Last thing you may know (I think I just answered part of it in my head) but when do you know when to use Be32 Bef32 etc? Assuming those stand for Big Endian and Big Endian Float etc. Would I need to try and find the value in Cheat Engine with the BE search and write what it was?
you can try with cheat engine as I have fixed a few cheats with it, if the cheat have to AOB they give you a pointer to use to find the cheat location, but to be honest Netcheat and PRODG debugger is the best way to search for cheats, I'm still a novice at it but getting better everyday.
@@ChidreamsEmulationGamePlay I've gotta do some research into that 😅 my only source is the Artemis Code base and not everything from that can be ported straight over, I appreciate the information!
@@moneyboy503 just to let you know if you can fine the PS3 cheat/codes unique codes they work with cheat engine 100% just remove 02000 in front and add manually
hey thanks for the video, im new to RPCS3 and im playing Metal Gear Solid HD Collection [BLES01419] V1.03. my question is where do i get that be32 code from? ive never done anything like this lol
those are game offsets, just do a search for "ps3 (Game Name) offset" and you should find what your looking for thanks for questions and visit take care
RPCS3 isn't detecting my patch, even though I've followed every step to it. Has the cheat system been changed, since making this video?
It has not change it’s still work the same
Like when I release this video you might want to check the PPU Hash as if that not right they won’t show up in the list
@@ChidreamsEmulationGamePlay That's the right number, but the cheat code itself isn't right. The cheat code that I am trying to use is "0 00E8FD18 44A28000". That's inf health in Kill Team, on the Artemis Code Database. The thing is, the single "0", before the rest of the code, isn't right. That should be something like be16, or be32, and I don't know how to find out what that number is, and it's specific to get the code working with the game. I think that's why my code isn't compatible.
As soon as i go to patch manager i get an error "Some of your patches are not compatible with the current version of RPCS3's Patch Manager." and RPCS3 log says "YAML exception: yaml-cpp: error at line 2, column 45: illegal map value"
I don't get it the format is exactly the same as yours, every indentation and brackets.
Version 1.2
PPU-41a7d047c573c78c0307506c9d1b52d15a66e4f5:
Invincibility:
Games:
"inFAMOUS 2":
BCUS98125: [ 1.04 ]
Author:
Notes:
Patch Version: 1.04
Patch:
- [ be32, 0x0014DB3C, 0x4E800020 ]
your format is wrong here the correct one
PPU-41a7d047c573c78c0307506c9d1b52d15a66e4f5:
"Invincibility":
Games:
"inFAMOUS 2":
BCUS98125: [ 01.04 ]
Author:
Notes:
Patch Version: 1.4
Patch:
- [ be32,0x0014DB3C,0x4E800020 ]
PPU should be in (Col 1 line 1)
"PatchName": (goes in column 3)
Games: (goes in column 5)
"GameName": (goes in column 7)
Author:
Notes:
Patch Version:
Patch: ( All goes in column 5)
- [ Patch ] ( goes in column 7)
this is the correct format
tried a code for Mgs 3 1.00 the game crashed lol entered everything correctly, noticed that it said unmapped memory access violation reading location
I’ll need to check on this, but I believe I’ve already addressed this one. I’ll confirm and get back to you.
@@ChidreamsEmulationGamePlay ty
{PPU[0x1000000] Thread (main_thread) [0x00fbb9c8]} VM: Access violation reading location 0x5 (unmapped memory) thats the error
have you tried the main file that i released ? with the tested cheats ?
@@ChidreamsEmulationGamePlay where
thanks!
Welcome!
I wanna know HOW DO YOU APPLY SAID PATCHES
hey you have to download patch file and manage them from the emu at the top under manage patches, he is the last one we did if you get a chance check it out ua-cam.com/video/8P4t5lADebw/v-deo.html
Hi! I managed to create the patch but even though I checked them and apply it doesn't work huhu can you help me?
Hello, thank you for your question. The effectiveness of cheats on the RPCS3 emulator depends on several factors. Not all cheats will work due to the way RPCS3 is written, as not all memory addresses have been implemented. Some cheats have been created where the function has been moved to a part that RPCS3 cannot see, so it’s more of a trial and error process to get them to work. A lot of testing goes into making them work. May I know which game you are trying to create cheats for?
@@ChidreamsEmulationGamePlay I saw the problem just a minute ago. I created a cheat for Tales of Zestiria NPUB31657. I discovered they're not the same as BLUS31533, the Artemis code. I thought they were the same because they're both US versions. Now I'm devastated huhuhu maybe you got some codes for NPUB31657? or what else I can do...
@@ChidreamsEmulationGamePlay Please help me! Can you make a code for Tales of Zestiria NPUB31657?
I don't own that game sorry, but i will take a look and see what i come up with I'll let you let you know something soon
@leslieanne2532 Here you go! I just tested it and it seems to be working fine. However, you have to look at the description of the cheats. If you run too many, it will lock up the game. There are about 21 of them. Enjoy and thank you for your request and comment. Happy emulating! bit.ly/3Zc1I4D
Plz help my fix this issue I have a problem with my call of duty 3 (Blues30012) patch and it says that I need patch Manager 1.2 and I don't thing the PPU is correct plz help me or due a video specific about call of duty 3 plz
Well to get correct PPU you need to load default.self in the update folder 2nd i would love to do another video but i don't have that game and the BLUS one i already did cheats and video.
Hi can you make one for metal gear solid 4 BLES00246 v2.0 infinite health, Infinite grenades others already part of default rpcs3 patches these two would help
I can not as I don’t have the game as I would like to test them but I have created a tutorial on how to add cheese from the ps3 database so I would say try it there
@@ChidreamsEmulationGamePlay I followed everything you stated in the video and even used ur patch file but those patches don’t even show up on the patch manager why is it so? I named it as imported_patch what’s the problem can you help
@@taleoftaxation7183 well with the patch file it has serial and version number if they do not match it will not populate the window so you can see patches. what game are you trying to use cheats with ?
@@ChidreamsEmulationGamePlay metal gear solid 4 BLES00246 V2.0
well to my understanding they have add the cheats to the patches already
where the heck do you paste the patch, how do you load your own patch, the patch list doesn't have an option to load your own, put my patch in patch folder in rcps3, doesn't pop up anywhere???
I'm uncertain about the issue. Could you please confirm if it's formatted correctly? Secondly, your tone doesn't motivate me to assist you. However, you might want to check your temperature. If you genuinely need help, I'm always available on Discord. I can provide assistance once your frustration has cooled down.
yup, sorry got really frustrated, been trying this for 3 hours.Tried doing the patch exactly the way you showed step by step but when loading it in rcps3 a error keeps telling me about proper formatting, I'm trying resistance 3 v1.0.
I understand your point. Indeed, I’ve created the patch for that game with approximately 299 others. You can view it here: ua-cam.com/video/tkHDcEbmO9k/v-deo.html As for the format, I simply utilize the one provided on the rpcs3 wiki, editing it with Notepad++. The most efficient method is to copy the format from the wiki and then make modifications. That’s the best explanation I can provide. If you’re interested, feel free to join my Discord. I’m currently online, working on a few tasks, but I’m willing to assist. discord.gg/Z3gbUdxKJK
thank you my man found your patch, really tried to make one myself, but ran into the format error when using the standard format option, thank you. is there a way i could take apart your path to just extract the resistance 3 cheats, and would using the standard format option work?
@@ciuciulala8888 you can, make sure that you start the patch line 1 col 1 with Version: 1.2 then copy everything under that and you should be fine
cant get cheats on infamous to work please help. i dont see where you explain the byte portion under the be32
I did the infamous cheats for all three games, there’s a video with the import patch file in description
@@ChidreamsEmulationGamePlay wow thats my dream ill try and find that video on your channal
@@ChidreamsEmulationGamePlay just tryed it bcus98119 with ulimited elctritity it doesnt work
@@nostalgiaholic4874 what serial is the game you trying ?
@@ChidreamsEmulationGamePlay not sure other then bcus98119 or do you mean the ppu
Not good explained cuz, most of the codes have several columns of numbers, not only 2. ..
Oh? Well, it works for everyone. Not sure what you're talking about, but hey, it's the internet. If my explanation wasn't to your liking, UA-cam is a big place.
@@ChidreamsEmulationGamePlay u know my man my bad, cuz after I opened in pc I can saw it in if real format instead, see it in a cel phone , I was looking for the video to apologize, cuz I didn't visualize the lines correctly. Ur videos R totally cool, thanknU
how about the codes that have more than one row??
example ?
What do I do if I have codes like this 6 00848DC4 00000120
00000000 00004E20
There codes are not supported by RPCS3,
can you please do one for call of duty 3 please BLUS30012 version 01.00
Cheat requests are no longer being handled here. Please note that Mod Jaz is now taking requests on the Discord server. discord.gg/CUUva5FPzu
How'd you get the ppu
PPU is In RPCS3 log file
@@ChidreamsEmulationGamePlay yeah but how
@@donchichi117 well you have to boot game wait for the press start screen close emulator completely then go where you have rpcs3.exe look for log file then open with notepad search for PPU in this video 5:20 I explained how to get PPU check it out
@@ChidreamsEmulationGamePlay what about the patch number? How do I get it
@@ChidreamsEmulationGamePlay the patch number. How'd you get it?
so i did exactly the same as you in this videos and i was getting this error from the line 10 columm 8 until the last line from the gow ascension, E PAT: Skipping patch node Red Orbs 9999999: type 'b32' is invalid. (key: PPU-3a0b43e4a5f4bfea64f53612ee7c5d990f88129c, location: line 10, column 8)
E CFG: cfg::try_to_enum_value('b32'): invalid enum or integer
Well it’s not b32 it’s -[ be32