From b2075a41f5fb872192d232bfa79a20c8fd0f1242 Mon Sep 17 00:00:00 2001 From: CakeLancelot Date: Mon, 9 Apr 2018 19:46:28 -0500 Subject: [PATCH] Add spacing --- Frequently-Asked-Questions-(FAQ).md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 6e76113..c9cf421 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -5,9 +5,13 @@ That is the most straightforward method, though there are more methods that make Methods such as DVD2Xbox or other similar tools are *not* recommended due to their tendency to make modifications to the Xbe file (region check/anti-piracy bypasses - this is not needed for Cxbx-Reloaded and may cause issues). +*** + ### Can't I just download games? Downloading copies of games - even ones that you own a disc of is illegal. The Cxbx-Reloaded developers and contributors will not provide support for these pirated copies, please do not submit bug reports of them. +*** + ### How do I install and use a dashboard? To install a dashboard, first, make sure to check the [compatibility page](https://github.com/Cxbx-Reloaded/game-compatibility/wiki/Dashboard-Compatibility) of the dashboard you dumped, then proceed to paste all the files in the Partition 2 of Cxbx-Reloaded's Emudisk: ``%appdata%\Cxbx-Reloaded\EmuDisk\Partition2\`` @@ -15,13 +19,19 @@ When done, check if the xboxdash.xbe file is located at root of the Partition 2 Now open Cxbx-Reloaded and select ``File -> Open Dashboard`` (Hotkey F7) +*** + ### Where are save files stored? Save files are stored inside the Partition1 folder of Cxbx-Reloaded's Emudisk: ``%appdata%\Cxbx-Reloaded\EmuDisk\Partition1\ `` +*** + ### Why don't the save files from my Xbox work? Xbox saves are encrypted and require a key from the actual console to use - unfortunately there is currently no easy way to get this key from your Xbox. +*** + ### A game was working before, but when I updated Cxbx-Reloaded it no longer works? If you were using an older version and upgraded, some files in Cxbx-Reloaded's Appdata may have been corrupted. @@ -29,6 +39,8 @@ To reset everything open Cxbx-Reloaded, then go to ``Settings -> Reset to Defaul If this does not help, please report the issue in our [game compatibility tracker](https://github.com/Cxbx-Reloaded/game-compatibility). +*** + ### How do I run games in a higher resolution such as 720p, 1080p, or 4K? There are multiple options to run games in higher resolution in Cxbx-Reloaded, though, most of them require hacks made by the user, are because of this not officially supported by Cxbx-Reloaded: * Patching the .xbe (xbox executable) file of the game to change values related to the resolution. @@ -37,15 +49,21 @@ There are multiple options to run games in higher resolution in Cxbx-Reloaded, t Due to the variance in work and hacking knowledge required for each game, there isn't one tutorial we can provide that would apply to every game. If you are inexperienced and want a simple way to change resolution that will work for most games, it is best to wait for an official option within the emulator. +*** + ### What are the LLE options for? Should I enable them? As of April 9th, 2018 only one LLE option is implemented: LLE GPU. Enabling this option will emulate the Xbox's NV2A GPU using OpenGL instead of passing calls to DirectX. It may provide more accurate results, but is currently marginally slower than the default HLE approach. +*** + ### What is LTCG (Link-Time Code Generation)? LTCG is an optimization that may be applied to games, especially later in the Xbox's lifespan. This results in slight deviations in the way Functions are represented in the XBE. This makes Function detection unreliable, resulting in unused Patches, cause emulation errors. For more terminology and definitions, see the '[Overview of the project & Glossary of terms](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/wiki/Overview-of-the-project-&-Glossary-of-terms)' page. +*** + ### What does 'LED' in the upper right of the window mean? This is the light that would normally be on the front of the Xbox. Some dashboards may change it or it may flash different colors to show error codes.