-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Develop Steam-FNA (Codename Rhys) #19
Comments
Updating this... it seems like it'd be a lot less work if we just used the system's Mono runtime. Many distributions are reasonably up-to-date, and there are also official repos that always have the latest version: https://www.mono-project.com/download/stable/ So now Rhys can just be a quick and dirty tool to add the FNA ABI files to an existing runtime's |
Rhys folder now exists: https://github.com/0x0ade/XnaToFna/tree/master/rhys |
It has a Mac/Linux version, why is it included? |
It's popular enough to warrant trying to run it anyway. We happen to be fully compatible with the Windows version if you redirect the WinForms calls properly! |
Ah, makes sense. |
Steamworks.NET integration is in: XnaToFna is the last item on the list. |
FYI Amazing Princess Sarah runs on OpenBSD after updating Nuclex.Input. That makes me think it should be achievable to run it in Proton... |
I've just been made aware of an extremely bad regression that was made by de# Mono 6.0 and newer: mono/mono#15845 Short version: We can't use IOMAP and will have to implement case-sensitive filesystem support ourselves. |
Update on this: Discussions to preserve IOMAP went horribly, because the .NET Foundation isn't interested in making existing programs work. So, we have our own patchset for Mono now: https://github.com/flibitijibibo/MonoKickstart/tree/master/patches This can be used to build a good version of Mono, so we're back to distributing our own CLR. |
As part of the Proton project, Steam now has a system set up for "compatibility tools", allowing games marked for one OS to run on another using an arbitrary program. The common case is Wine, but it is possible for other tools to run Windows-only depots, for example steam-dos:
https://github.com/dreamer/steam-dos
It should be possible to develop a compatibility tool that provides FNA (including FNA.NetStub and the ABI files) and XnaToFna. We can optionally provide the ability to convert WMA/WMV via a system FFmpeg installation.
The current WIP can be found here:
https://github.com/0x0ade/XnaToFna/tree/master/rhys
The checklist:
rhys
scriptMONO_IOMAP=all
,MONO_PATH
to FNA bins,LD_LIBRARY_PATH
to fnalibsmono
Note that this does NOT replace the Proton FNA work; many games will never be compatible with Steam-FNA due to C++/CLI binaries, really bad native interop in game engines, and so on.
Games of Interest (WMA/WMV/xWMA Included):
Blocked by Win32 Stuff:
Blocked by DInput:
Blocked by C++/CLI:
Blocked by Who Knows
The text was updated successfully, but these errors were encountered: