Post Reply 
 
Thread Rating:
  • 10 Votes - 3.9 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Metal Gear Solid: Peace Walker
08-20-2014, 01:41 PM
Post: #496
RE: Metal Gear Solid Peace Walker
(08-19-2014 08:40 PM)AlphaKennyTime Wrote:  Only use that cheat for that one mission. Turn it off after you're past that part or you'll run into problems. I turned it on for some other AI fight in spec ops to see if it worked with any mech and I took down that flying AI but as soon as I entered the pod my game froze at a black screen. Looks like the cheat only works in the PW2 fight.

Nice, luckily I didn't overwrite my save. Thanks!
Find all posts by this user
Quote this message in a reply
08-21-2014, 02:46 PM (This post was last modified: 08-21-2014 03:00 PM by Nightquaker.)
Post: #497
RE: Metal Gear Solid Peace Walker
I'm using version 0.9.9-84 64bit and the loading problem I mentioned is freakin' infuriating. Almost on every loading screen, game freezes for about 10 seconds. Issue is quite common, but appears randomly in different builds. Some builds have it, some not. It's really annoying. Also, Peace Walker battle 2 bug is still there.

My specs:
Phenom X3 8450 ~2.3GHz
PowerColor HD6850 1GB
4 gigs of DDR2-800 RAM
~400GB HDD
Windows 8.0 x64
Find all posts by this user
Quote this message in a reply
08-22-2014, 08:57 AM (This post was last modified: 08-22-2014 08:58 AM by Zinx777.)
Post: #498
RE: Metal Gear Solid Peace Walker
Gonna be fixed soon...
https://github.com/hrydgard/ppsspp/pull/6762
Find all posts by this user
Quote this message in a reply
08-22-2014, 05:24 PM (This post was last modified: 08-22-2014 07:12 PM by Nightquaker.)
Post: #499
RE: Metal Gear Solid Peace Walker
(08-22-2014 08:57 AM)Zinx777 Wrote:  Gonna be fixed soon...
https://github.com/hrydgard/ppsspp/pull/6762

WOAH! Great news! :3

Though, I noticed that on a screenshot with fixed Peace Walker, emulator is revision 59 and on revision 65 that came out already, fix is not implemented. Though, the emulator on screenshot is running a japanese version of the game.

My specs:
Phenom X3 8450 ~2.3GHz
PowerColor HD6850 1GB
4 gigs of DDR2-800 RAM
~400GB HDD
Windows 8.0 x64
Find all posts by this user
Quote this message in a reply
08-23-2014, 10:15 AM
Post: #500
RE: Metal Gear Solid Peace Walker
@Nightquaker that's because to test new changes, people apply commits to their local repos which doesn't really have to be updated, the fix was merged today with v0.9.9.1-72-gb7da82e, so this and any version above should have it.

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.
Find all posts by this user
Quote this message in a reply
08-23-2014, 11:11 AM (This post was last modified: 08-23-2014 11:12 AM by Agent13.)
Post: #501
RE: Metal Gear Solid Peace Walker
Wow! PW battle battle 2 is beatable in v0.9.9.1-72 version! I finish this mission finally without cheats!
Thanks for the great fix!
Find all posts by this user
Quote this message in a reply
08-23-2014, 12:49 PM
Post: #502
RE: Metal Gear Solid Peace Walker
are the panels in some cutscenes still missing?
Find all posts by this user
Quote this message in a reply
08-23-2014, 02:59 PM
Post: #503
RE: Metal Gear Solid Peace Walker
(08-23-2014 10:15 AM)LunaMoo Wrote:  @Nightquaker that's because to test new changes, people apply commits to their local repos which doesn't really have to be updated, the fix was merged today with v0.9.9.1-72-gb7da82e, so this and any version above should have it.

Well, and also because git is not linear.

Suppose the following happens:

Alan grabs the latest git build (v0.9.9.1-92-gd4ec7d8)
Bob grabs the latest git build (v0.9.9.1-92-gd4ec7d8)
Charlie grabs the latest git build (v0.9.9.1-92-gd4ec7d8)

Alan adds a commit to his version which fixes all bloom issues.
Bob adds a commit to his version which fixes all network issues.
Charlie adds a commit to his version that makes PPSSPP delete all your data off your hard drive on startup.

Each of their versions will be v0.9.9.1-93. If you say "network fixed, WOW, use v0.9.9.1-93", then people might grab Charlie's build and have a bad day.

However, they will each have a different commit hash. v0.9.9.1-93-g123456. That last part says *which* 93rd commit since v0.9.9.1 it is.

When they get merged into master, they will remain named -93 each (even on the buildbot download page) since they are all 93 commits away from v0.9.9.1. But the merge commits will be higher numbers.

Git is not linear. Multiple people can work simultaneously.

-[Unknown]
Find all posts by this user
Quote this message in a reply
08-23-2014, 06:03 PM
Post: #504
RE: Metal Gear Solid Peace Walker
(08-23-2014 02:59 PM)[Unknown] Wrote:  
(08-23-2014 10:15 AM)LunaMoo Wrote:  @Nightquaker that's because to test new changes, people apply commits to their local repos which doesn't really have to be updated, the fix was merged today with v0.9.9.1-72-gb7da82e, so this and any version above should have it.

Well, and also because git is not linear.

Suppose the following happens:

Alan grabs the latest git build (v0.9.9.1-92-gd4ec7d8)
Bob grabs the latest git build (v0.9.9.1-92-gd4ec7d8)
Charlie grabs the latest git build (v0.9.9.1-92-gd4ec7d8)

Alan adds a commit to his version which fixes all bloom issues.
Bob adds a commit to his version which fixes all network issues.
Charlie adds a commit to his version that makes PPSSPP delete all your data off your hard drive on startup.

Each of their versions will be v0.9.9.1-93. If you say "network fixed, WOW, use v0.9.9.1-93", then people might grab Charlie's build and have a bad day.

However, they will each have a different commit hash. v0.9.9.1-93-g123456. That last part says *which* 93rd commit since v0.9.9.1 it is.

When they get merged into master, they will remain named -93 each (even on the buildbot download page) since they are all 93 commits away from v0.9.9.1. But the merge commits will be higher numbers.

Git is not linear. Multiple people can work simultaneously.

-[Unknown]

Thank you for the fix, Unknown! Can game be moved to [playable] now? :3

My specs:
Phenom X3 8450 ~2.3GHz
PowerColor HD6850 1GB
4 gigs of DDR2-800 RAM
~400GB HDD
Windows 8.0 x64
Find all posts by this user
Quote this message in a reply
08-23-2014, 06:15 PM
Post: #505
RE: Metal Gear Solid Peace Walker
I think so. I don't actually have it, so I can't confirm that it's fully playable, but it ought to be now.

I think there are still other issues, although it'd be good to know if this might've resolved any others.

-[Unknown]
Find all posts by this user
Quote this message in a reply
08-23-2014, 06:19 PM
Post: #506
RE: Metal Gear Solid Peace Walker
As far as I know, the only unbeatable mission was that pesky boss battle, so it should be safe to move it to playable.

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
08-23-2014, 07:15 PM
Post: #507
RE: Metal Gear Solid Peace Walker
Glad to see this amazing game is finally considered playable. I never encountered any loading issues or missing panels. I don't remember who had those problems but have you tried turning off any hacks you may have on? I've played MGSTongueW on numerous versions (windows) without any issues aside from that PW2 battle.
Find all posts by this user
Quote this message in a reply
08-24-2014, 01:14 PM
Post: #508
RE: Metal Gear Solid Peace Walker
In the official 0.9.9.1 release I have big fonts in the game. This problem occurred in PPSSPP 0.9.8. Has it been fixed in the latest builds?
Find all posts by this user
Quote this message in a reply
08-27-2014, 02:10 AM
Post: #509
RE: Metal Gear Solid Peace Walker
Ok,haven't been on here for a while so I have a question.
Does multiplayer coop finally works?
And if it does can someone explain how to set it up?
I am asking because I stumbled upon this:
w ww.youtube.com/watch?v=rTKfUv80TCw
Find all posts by this user
Quote this message in a reply
08-28-2014, 05:14 AM
Post: #510
RE: Metal Gear Solid Peace Walker
(08-27-2014 02:10 AM)maxinatorx Wrote:  Ok,haven't been on here for a while so I have a question.
Does multiplayer coop finally works?
And if it does can someone explain how to set it up?
I am asking because I stumbled upon this:
w ww.youtube.com/watch?v=rTKfUv80TCw

https://www.youtube.com/watch?v=8VJ9mRMRPxY

It's in the comments Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: