https://github.com/0x0ade/xnatofna-tracker
Game status tracking repository for XnaToFna.
https://github.com/0x0ade/xnatofna-tracker
Last synced: 27 days ago
JSON representation
Game status tracking repository for XnaToFna.
- Host: GitHub
- URL: https://github.com/0x0ade/xnatofna-tracker
- Owner: 0x0ade
- Created: 2017-09-13T15:47:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T10:51:22.000Z (over 7 years ago)
- Last Synced: 2025-04-01T17:55:15.543Z (about 1 month ago)
- Homepage: https://github.com/0x0ade/XnaToFna
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XnaToFna-Tracker
Game status tracking repository for XnaToFna. Search for your game in the [issues](https://github.com/0x0ade/XnaToFna-Tracker/issues) or [create a new issue](https://github.com/0x0ade/XnaToFna-Tracker/issues/new) if you want to share the status of a game running via XnaToFna.[**For a stable build of XnaToFna, click here.**](https://github.com/0x0ade/XnaToFna/releases)
[**For issues with XnaToFna itself, click here.**](https://github.com/0x0ade/XnaToFna/issues)
### Badges
* 
* ``
* Crashes early; the game isn't playable at all.
* 
* ``
* Has some heavy bugs, f.e. missing environment textures or game crashes after certain point.
* 
* ``
* Has some minor bugs that hinder "perfect" gameplay, f.e. flickering textures. The game should be "finishable": Main game functionality should work and the "win condition", if any, should be reachable.
* 
* ``
* Has virtually no bugs. The game is "perfectly" playable, but still requires some manual tweaks, dependency replacements or similar.
* 
* ``
* Has virtually no bugs. The game is "perfectly" playable and only requires XnaToFna. Passing arguments to XnaToFna is okay if required.### Example issue:
### [Linux][x64] Some Game
**URL:** URL to the Steam Store or similar.
**Game Version:** Latest stable at Steam, date: 2017-09-13
**XnaToFna Version:** 17.09.1

**XnaToFna arguments:** `--anycpu`
**Description:** This game is almost perfectly playable. Unfortunately it suffers from a minor glitch when enabling fullscreen mode and not restarting.
**Changes required:**
* Rename `content` directory to `Content` (case sensitivity fix)
* Compile the provided `NativeCrap.dll` stub source. On Linux, `LD_PRELOAD` it. URL to the source.
* Alternatively, patch the P/Invokes in `BindingCrap.dll`.**Currently blocking progress:**
* `Steam.dll` (mixed-mode dependency)
**Screenshots:**
* URL to screenshot 1
* URL to screenshot 2