See [https://github.com/xenia-project/xenia/wiki/Options#Run_games_as_fullactivated this option].
= How do I use xenia-vfs-dump? =
xenia-vfs-dump is a command-line tool use for dumping content from STFS and SVOD containers.
You can download it from [https://ci.appveyor.com/api/projects/benvanik/xenia/artifacts/xenia-vfs-dump_master.zip?branch=master&job=Configuration:%20Release&pr=false here].
Check the [https://github.com/xenia-project/game-compatibility#game-compatibility compatibility list]. If it's not there, ask in the [https://discord.gg/Q9mxZf9 Discord #help channel] or test it yourself.
Saves are broken in some games in Xenia, especially ones with user profile saves.
As for saves, etc that worked previously in older builds of Xenia, create a text file in the same directory as xenia.exe named <code>portable.txt</code>.
== Where are saves stored? ==
Saves are in <code>Documents\xenia\content</code> by default.
For that there's [https://github.com/Cxbx-Reloaded/Cxbx-Reloaded Cxbx-Reloaded] and [https://github.com/xqemu/xqemu xqemu].
= I have a copy of the XDK. Do you want it? =
'''No.''' Do not post links or downloads to such resources or you will be banned.
= Build tweaks =
== 4:3 ==
To play games in 4:3 you need to build Xenia with <code>video_mode->is_widescreen = 0</code> instead of 1 [https://github.com/xenia-project/xenia/blob/master/src/xenia/kernel/xboxkrnl/xboxkrnl_video.cc#L138 here].
''[https://github.com/xenia-project/xenia/blob/master/docs/building.md Refer to building.md on GitHub]''
= Hacks/mods =
Refer to the [https://github.com/xenia-project/xenia/wiki/Game-hacks,-mods,-etc Game hacks, mods, etc. page].