|
Metal Gear Solid: Peace Walker
|
|
10-21-2016, 09:12 PM
(This post was last modified: 04-27-2017 04:00 PM by LunaMoo.)
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
Yet another code for fancy controls:
Code: _S ULUS-10509Edit: Here's an addon to above cheat, kind of experimental, might still modify it in the future as I didn't had chance to test it much yet: Code: _C0 RAA Curve addonAnother addon to the above: Code: _C0 RAA Better speed control addonCode: _C0 Recruit discoveryAnd probably best if I mention it ~ the game code this cheat replaces exists only in that one recruit menu, so better not use [Disable] cheat at all, game will restore original function anyway after switching menus, or at least it should;p. Recently finished the game and made one more hackish stuff for it: Code: _C0 Unlock Extra Uniformshttp://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
|
10-29-2016, 12:22 PM
(This post was last modified: 01-11-2017 09:44 PM by Kabuto_Kun.)
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
If you have played at Peace Walker before, you may be aware that the game makes use of DATA INSTALL, a very common feature in the "last wave" of PSP games. It was used to minimize the loading times in heavy games played from the slow UMD disc by copying some game files to the memory stick.
It is totally optional, and Peace Walker has 2 package install options: small package (320MB) and full package (880MB). However, there is something special in how Peace Walker uses it: you must install at least the 320MB package to be able to have audio for CODEC calls during gameplay. If you decide to not install it, you will only get text in these calls. The problem is, if you are already playing the game from a fast storage device in a real PSP/PS VITA (from an ISO/CSO in a CFW or even the PSN digital release) or in PPSSPP, this extra install is totally unnecessary and a waste of disk space. Fortunately, I made a CW cheat to enable the audio in these in-game CODEC calls without having to install any of those packages, and the files will be read from the ISO/CSO itself. Code: _S ULUS-10509Code: _S ULES-01372Better late than never, right? ![]() I have read in some forum that installing the 880MB package adds even more in-game audio for enemies or something like that, but I couldn't confirm this so for now this is all I can post. PM me if you have clear information about this and I will update the cheats. @LunaMoo Thanks a lot for that Right Analog Aim code, it's great to play Peace Walker with it
goo.gl/kNOhTz : 60FPS master list, Mar. 2017 ; Reddit /u/Kabuto_Kun forums.ppsspp.org/showthread.php?tid=4799&pid=105128#pid105128 : Unlock FPS in PSP games ("easy method") forums.ppsspp.org/showthread.php?tid=4799&pid=123500#pid123500 : Permanently patch a PSP game with CW cheats. |
|||
|
12-24-2016, 03:14 PM
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
https://www.youtube.com/watch?v=oIXt3vEbkDg
A test with the latest version...not much of a difference but gained a little FPS boost when I crank the settings up
|
|||
|
02-24-2017, 03:01 AM
|
|||
|
|||
|
Help
Ok so I am a hardcore MGS fan and I am currently playing MGS Peace Walker on my Samsung. There is one problem though. I cant gt past the shutter door where you have to mash action button. This is rly weird bc in previous mgs games I always beat button mashing like ocelots torture in mgs1 and microwaves in mgs4
So plz help If there is a cwcheat for this then tell me plz |
|||
|
03-14-2017, 08:38 PM
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
Merged.
♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing ♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing ♦ PSP-3004 | 6.60 PRO-C2 |
|||
|
04-02-2017, 08:24 AM
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
Could you explain the Recruit Discovery function??
I don't understand what it does |
|||
|
04-02-2017, 11:52 AM
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
Sure, it's simple.
As long as you have game version - ULUS10509 (US release), you just have to enable WLAN in ppsspp networking settings, then activate that "Recruit discovery" cheat(actual cheat, without the [Disable] part ~ you don't even need to copy that one:3) and use the option in game as you normally would(it unlocks and is explained as you progress through the game). If you don't know how to use cheats the first post in here explains that. As for details what it actually does ~ well, actual game feature checks WiFi list and based on ID's it finds it generates a bunch of random recruits(might be good, but also might suck;p). The cheat pretty much fakes that, it generates random stuff and fills the game's wifi list with it. As a side effect the game will never lock the feature since it pretty much detects you checking different(made up;3) wifi networks each time you search for recruits. They might also be more random where actual feature could give you better or worse recruits based on location. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
|
04-14-2017, 11:06 PM
|
|||
|
|||
RE: Metal Gear Solid Peace Walker
(10-21-2016 09:12 PM)LunaMoo Wrote: Yet another code for fancy controls: Are you able to port this code to the ULES-01372 (EU) version of the game too? Thanks in advance! |
|||
|
04-15-2017, 12:12 PM
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
@AndHisNameIs not really. At least not by myself as even through porting is easier than making cheat from zero, you still have to see the game version you're porting the cheat to.
This cheat patches lots of places in game memory, but with a bit of luck most of them will be at same offset from each other so potentially finding just those two would be enough to port it: I'm interested in highlited lines, however set active breakpoints(red) on other ones as those should be unique aka easy to find by ctrl+f in ppsspp disassembly. So if you're on windows, run the game, open ppsspp disassembly(ctrl+D or debug->disassembly..), type in 8804000 inside the top left "go to" and hit enter, then ctrl+f(or ctrl+s / same thing) and find "sceCtrlReadBufferPositive" then if it looks similar to one on my screenshot, take a screenshot of it and save it. With disassembly still opened, pressing TAB will show another rows of numbers with that done, use search again and look for "18A0002D" and again if it looks similar to the function on my screenshot above, make a screenshot of it and save it. If you got 2 screenshots of the correct functions and post it, I "might" be able to port it. That's assuming most things work the same way and only differ by offsets, however there's a chance that more functions were changed between at which point best if someone else ~ who actually have the other game version and know how to make cheats(in mips) will port it since it patches lots of different functions. At worst you can just map right analog to whatever buttons game normally uses for aiming, it might not be the same, but just using full size right stick already makes a huge difference from playing on a real PSP. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
|
04-15-2017, 10:08 PM
(This post was last modified: 04-18-2017 05:44 AM by AndHisNameIs.)
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
I'm not sure if this is exactly what you mean, but these are the results I got:
[Redacted] The offsets on the second one weren't as you suggested (Was all blank memory) but searching for the value in your screenshot appears to have found the correct value. Thanks! |
|||
|
04-16-2017, 11:52 AM
|
|||
|
|||
RE: Metal Gear Solid Peace Walker
(04-14-2017 11:06 PM)AndHisNameIs Wrote: [quote='LunaMoo' pid='123357' dateline='1477087937'] When i active the cheat, the right analogic stop working i using a ps3 controller with a SCP its means a xbox360 controller
|
|||
|
04-16-2017, 01:00 PM
(This post was last modified: 04-27-2017 04:00 PM by LunaMoo.)
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
Hopefully ported without mistakes:
Code: _S ULES-01372Also even if it works, disable code might be have wrong offset for load in 0x08992C8C, I would recommend checking that address before activating cheat and if it has anything different than "lw v0,0xD8(v1)", right click on it, "copy instruction as hex" and replace the "8C6200D8" in disable cheat with it. At least that's if 0xD8 part differs, if there's a completely different instruction there, then it means more if not all of the 29 places have to get different offset ~ heh that will be annoying althrough probably everything is close enough now.>.> If it works and you also want to try the addon for it, just change 8C43A964 to 8C43A924 on the end of it and it's disable code. Edit: I just noticed, there are certainly some differences between those 29 other places as the branch I said is unique and easy to find, which you couldn't find by hex already is shorter in EU version heh, that sounds like it might need more screenshots >.>... Or actually I never use it so I forgot about it, but a memory dump could be better, so if that cheat doesn't work, open memory viewer(ctrl+M / debug->memory view..), right click anywhere inside the biggest part of the window with all the data, choose "Dump.." set it to "custom range" with start of 0x08989000 and maybe a size of 0x00019000. It should create a small(100kb) file called Custom.dump hopefully having all the instructions that I might still need to offset. Edit: Includes both addons from US version patch as well.:3 http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
|
04-16-2017, 02:51 PM
(This post was last modified: 04-18-2017 05:44 AM by AndHisNameIs.)
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
That one didn't seem to work - Whenever I would start a mission the loading screen (Peace sign) would just keep spinning, possibly with background music playing, but the FPS would take a huge hit. The mission would never load.
I've attached a memory dump of the offset you've requested, hopefully this will help. (I appended .txt so it would upload) Thanks again! |
|||
|
04-16-2017, 10:37 PM
|
|||
|
|||
|
RE: Metal Gear Solid Peace Walker
Edited previous post with corrected cheat, however I still had to blindly offset 8 addresses since the offset for most stuff was way different which I assumed and the range of memory dump was a bit too small
. So if unfortunately it still doesn't work I will need another memory dump starting at 0x089A2000 and with a range of 0x00008000.
http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
|
04-17-2017, 08:37 AM
(This post was last modified: 04-18-2017 05:44 AM by AndHisNameIs.)
|
|||
|
|||
RE: Metal Gear Solid Peace Walker
(04-16-2017 10:37 PM)LunaMoo Wrote: So if unfortunately it still doesn't work I will need another memory dump starting at 0x089A2000 and with a range of 0x00008000.It's looking better, up/down seems to work correctly, but left/right is unresponsive. I've attached the new dump to this post ;-) Thanks! |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help





i using a ps3 controller with a SCP its means a xbox360 controller
. So if unfortunately it still doesn't work I will need another memory dump starting at 0x089A2000 and with a range of 0x00008000.