-
Notifications
You must be signed in to change notification settings - Fork 5
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
Content directory #5
Comments
I never got Underrail to work myself. Nevertheless, the game still expects data in Just pass |
Thanks. How far did you get? Here a window opens, but is black and nothing happens. To me this seems like it initializes, but likely doesn't find the content. Also no log where I could see what's going on. |
I got into the main menu, but not much further. Someone here got in-game, but with a black screen: 0x0ade/XnaToFna-Tracker#3 (comment) |
thanks, will see how much I can replicate here... it's unlikely to get any further than he got, but hey it's fun |
Looks like I'll need to compile csfml libraries and maybe sfmlnet to get farther. I only now understood that you use the issues tab of XnaToFna-Tracker for the tracking. After a little more testing I think it would be good to add Axiom Verge there. For platforms without steam, or those who get the DRM-free Collector's edition and want to play on non-Windows system, XnaToFna is going to be the way IMO. |
I've been looking some at Underrail (GOG version). The content is in a
data
directory, but XnaToFna.exe tells me that it expects aContent
directory and if I renamedata
toContent
, it processes the files in there.Now my question: how does this work at runtime? does runtime expect the content files now in
data
or inContent
?The text was updated successfully, but these errors were encountered: