-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MGS Peace Walker recruit function #8094
Comments
I could be wrong, but I think that function tries to connect to an actual router to "download" new recruits. Such functionality isn't implemented in PPSSPP. |
Hmmm...haven't thought about that...I'll check the log if anything shows subota, 24. listopada 2015. korisnik thedax [email protected]
|
@thedax it doesn't try to connect or "download" anything. @Antonio1994 if you talking about the AP recruit, i think it depend on the amount of wireless access points and their signal strength. in any case, iirc, those recruit that you get from the ap recruit are pretty weak, ps: just google it, there are plenty of post that state the recruit is an AP scan |
I have S ranked every mission and submission. I dont need recruits, I'm just saying this function doesn't work properly :) |
If anyone cares, I got to mess around with this game and made this work: That code is hackish, full of guesses, definitely not for merging.
But I also added a nasty hack which checks for and replaces one opcode for something I couldn't figure out. It's also feeding the game with completely random stuff instead of allowing some kind of UI selection or emulating it properly ~ which actually isn't all that bad as with static data feed from stationary device like a pc the game would heavily limit this feature. Still could be improved as the random data should follow some rules, I filled everything with same number of random data which is completely wrong, could in fact break some other game or affect the randomness of recruits if it for example depend on lenght of data or takes only ascii characters for example. Use at your own risk / someone will have to investigate it further, don't have any psp I could use anymore and I don't think anyone ever documented those syscalls at least I couldn't find anything on them.:] Edit: If anyone will ever be interested ~ made a CWCheat version of this hackish implementation, it's in the game forum thread, does pretty much same thing, althrough I had to write my own RNG for it. |
Recruiting with AP scan works normally for me now |
Thanks for checking, I'm going to mark this as closed then. -[Unknown] |
I was a long time off from ppsspp and git hub. Now that I'm back I see a lot off progress on this game and AFAIK only the recruit option is not working. I play on a PC and tryed connecting via WiFi and router but it doesn't work. Does anyone have a clue what could cause it? Sorry if its double posted, haven't found the same issue here ;),
The text was updated successfully, but these errors were encountered: