-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Megadimension Neptunia VII (460120) #1922
Comments
It turns out you can use https://github.com/MysteryDash/Dash.FileFormats to extract the game's cutscenes. Doing so, you end up with a bunch of .usm files which play in mpv. Here's their info:
|
Compatibility Report
System Information
Log Filesteam-460120.log - Default SymptomsThe game by default, does not run any video. At one point, clicking doesn't work anymore(it works in the first black screens only), you get to the Menu and not much further, you can't even start the story Using LAV Filters, I got the videos to play but they are pretty much running at 2-3 fps(or even less), unwatchable. Going into previous reports, presented here https://www.protondb.com/app/207350, I tried the most recent one, Lutris has a script to do everything it shows in older comments. But when I run the script and then try to play the game, it won't even launch. |
UpdateAlright, the problem was the wine/winetricks version. The newest one doesn't install windows media player. I used the native one from Debian Stable buster repo and now the game works just fine, running the script here https://lutris.net/games/megadimension-neptunia-vii/ |
Reading user reports and looking at that Lutris script suggests that running a 32-Bit prefix under Steam Proton had been working before. This seems to not be the case anymore, regardless of what I try. The only way to yet make the game work is under Wine Steam in Lutris, having the Windows build of Steam encapsulated in a 32Bit Wine environment. Symptoms wise, from Proton 5.13 and upwards the entire application now freezes when it tries to play a video. The same happens in Proton-GE and TKG builds. Is there something I missed, or did Steam really lock down their Proton on a 64-Bit prefix only? #449 |
Tried this game on Steam Deck and Archlinux with Proton Experimental, the game actually works out of the box, but it spawns videos in separate window, while requiring game's window to be focused to play them, which results in not seeing videos on Steam Deck. |
@E100Beta install "quartz" using Protrontricks: But then in game cinematics will only display that testpattern. Using GE-Proton will make them play but then you won't get audio on the cutscenes. |
@Snaggly thank you, current Proton Experimental actually works after installing |
@E100Beta on Proton 8.0-1d or current Experimental game now runs with cutscenes and audio after applying following protrontricks: I tested this on current GE-Proton7-55 as well and it seems to have worked too. |
@Snaggly thanks, I tested it on my laptop and Steam Deck and it seems to work much better than previous workaround. No audio issues (pops and skips) present in Proton 5, all cutscenes and chapter menus work, and the game itself runs noticeably better thanks to newer Proton version. I'll run it a bit more in the coming days and update this post if I notice anything else. |
I got the game working without The standard proton doesn't work, it has to be proton-ge because it has the necessary codecs. I'm using proton-ge-8-25. With standard proton the game crashes and you can see in the logs that WMVCore.dll is not found. If you ran the game with standard proton you need to delete the prefix first and then run with Proton-GE. rm -r $HOME/.local/share/Steam/steamapps/compatdata/460120 For some reason this game also needs gamescope or it will freeze right at the beginning. This is my configuration to tell the game run at 1080p, full-screen, but then in reality run at 1440p with FSR, because that's what I have. gamescope -f -w 1920 -h 1080 -W 2560 -H 1440 -F fsr -- %command% There's no need for MegaresolutionNeptunia if you use gamescope, so win-win. With that the game should run, with video and audio, 60fps (that's the max) if you use an AMD RX 6600. One last problem, the game doesn't always exit correctly and in that case you either need to restart to play it again, or you need to kill the |
@unit73e new versions of ProtonGE actually execute the protontricks command that Snaggly provided under the hood, so that's the trick to why it works more easily nowadays. |
Thanks, confirmed. If anyone wants to test: $ protontricks 460120 list-installed
quartz_feb2010
wsh57
gdiplus
wmp11
qasf Even so gamescope somehow is needed. I don't get why but it freezes the game otherwise. |
Compatibility Report
System Information
I confirm:
steam-460120.log
Symptoms
None of the videos play and instead you get a black screen.
Reproduction
Open the game. Instead of the intro videos, you'll get a black screen.
Workarounds
You can keep clicking on the black screen to skip the videos (thanks ProtonDB for that info). Then you can at least access the rest of the game.
You can create a 32-bit wineprefix for the game, and run
winetricks quartz devenum wmp10
in it (thanks WineHQ for that info). Then the videos will play, but might[1] be super laggy.[1] On my laptop, the videos are laggy when running on battery, but play just fine when plugged in.
The text was updated successfully, but these errors were encountered: