


First, you will need to delete this game's prefix if you already have one. With that out of the way, the easiest way to set up this game is with these commands:
WINEARCH=win32 protontricks 370570 wmp10 protontricks 370570 xna40 protontricks 370570 ogg ~/.steam/steam/steamapps/compatdata/370570/pfx/drive_c/windows mkdir syswow64
The game needs the Microsoft XNA 4.0 library to run, and that library relies on Windows Media Player for music playback. You will need to click through some graphical installers during the first two commands. If winetricks gets stuck after closing out the media player, use a task manager to kill off wmplayer.exe. WMP will offer to install some codecs, it does not matter what you answer to that. The third command will help get music working as mentioned below. a 32-bit prefix is necessary to get WMP working, but Steam does not support these very well, so you need to create an empty syswow64 folder in the Windows directory of the prefix. The fourth and fifth commands take care of that, and must be done in the correct order so as to not interfere with protontricks.
So the game runs, but the music does not play because Proton/WINE does not support WMA playback. Searching the internet turns up a disappointing lack of workarounds, so I recommend the next best thing. convert the WMA files to either MP3 or ogg using your medica converter of choice (for example, I did ffmpeg -i Track1.wma Track1.ogg and so forth). Next use a hex editor (I used GNOME hex, refered to the package manager as ghex) to edit the .xna files to open the OGGs instead. if you are not experienced with hex editors, edit carefully; a hex editor may default to insert mode and overwrite things you do not want it to.
If you really want to convert to MP3 instead of ogg, use "protontricks 370570 l3codecx" insetad of ogg. WAV did not play at all, and FLAC crashed the game. Whatever you use, make your decision before creating the dummy syswow64 folder.

Does not start. Steam status text turns green, then immediately blue again.