Updated Options (markdown)
This commit is contained in:
parent
bdd7f5cc8e
commit
38d43f44a0
24
Options.md
24
Options.md
|
@ -1,3 +1,5 @@
|
|||
*Last updated: https://github.com/xenia-project/xenia/commit/b422ed750b37c9f936bb92682e34e39fa8fc2105*
|
||||
|
||||
# How to use:
|
||||
To change these options, open `xenia.config.toml` in a text editor like [Notepad++](https://notepad-plus-plus.org/download/). It will be in `Documents\Xenia` by default. If `portable.txt` is present it will be in the same directory as xenia.exe.
|
||||
|
||||
|
@ -26,19 +28,26 @@ To change these options, open `xenia.config.toml` in a text editor like [Notepad
|
|||
* *Vulkan v2 (rewrite) doesn't do anything yet.*
|
||||
|
||||
### Change game language:
|
||||
`game_language = #`
|
||||
`user_language = #`
|
||||
|
||||
* `1`= EN (default)
|
||||
* `2`= JP
|
||||
* `2`= JA
|
||||
* `3`= DE
|
||||
* `4`= FR
|
||||
* `5`= ES
|
||||
* `6`= IT
|
||||
* `7`= KR
|
||||
* `8`= CN
|
||||
* `7`= KO
|
||||
* `8`= ZH
|
||||
* `9`= PT
|
||||
* `11`= PL
|
||||
* `12`= RU
|
||||
* `13`= SV
|
||||
* `14`= TR
|
||||
* `15`= NB
|
||||
* `16`= NL
|
||||
* `17`= ZH
|
||||
|
||||
|
||||
Last updated https://github.com/xenia-project/xenia/commit/834ced0d6375404b41c21ea75d9f76855c8e42d6.
|
||||
|
||||
### All config options:
|
||||
```
|
||||
|
@ -114,7 +123,6 @@ vsync = true # Enable VSYNC.
|
|||
[General]
|
||||
debug = false # Allow debugging and retain debug information.
|
||||
discord = true # Enable Discord rich presence
|
||||
game_language = 1 # The language for the game to run in. 1=EN / 2=JP / 3=DE / 4=FR / 5=ES / 6=IT / 7=KR / 8=CN
|
||||
time_scalar = 1.000000 # Scalar used to speed or slow time (1x, 2x, 1/2x, etc).
|
||||
|
||||
[HID]
|
||||
|
@ -165,4 +173,8 @@ vulkan_primary_queue_only = false # Force the use of the primary queue, i
|
|||
vulkan_random_clear_color = false # Randomizes framebuffer clear color.
|
||||
vulkan_renderdoc_capture_all = false # Capture everything with RenderDoc.
|
||||
vulkan_validation = false # Enable Vulkan validation layers.
|
||||
|
||||
[XConfig]
|
||||
user_country = 103 # User country ID. 1=AE / 2=AL / 3=AM / 4=AR / 5=AT / 6=AU / 7=AZ / 8=BE / 9=BG / 10=BH / 11=BN / 12=BO / 13=BR / 14=BY / 15=BZ / 16=CA / 18=CH / 19=CL / 20=CN / 21=CO / 22=CR / 23=CZ / 24=DE / 25=DK / 26=DO / 27=DZ / 28=EC / 29=EE / 30=EG / 31=ES / 32=FI / 33=FO / 34=FR / 35=GB / 36=GE / 37=GR / 38=GT / 39=HK / 40=HN / 41=HR / 42=HU / 43=ID / 44=IE / 45=IL / 46=IN / 47=IQ / 48=IR / 49=IS / 50=IT / 51=JM / 52=JO / 53=JP / 54=KE / 55=KG / 56=KR / 57=KW / 58=KZ / 59=LB / 60=LI / 61=LT / 62=LU / 63=LV / 64=LY / 65=MA / 66=MC / 67=MK / 68=MN / 69=MO / 70=MV / 71=MX / 72=MY / 73=NI / 74=NL / 75=NO / 76=NZ / 77=OM / 78=PA / 79=PE / 80=PH / 81=PK / 82=PL / 83=PR / 84=PT / 85=PY / 86=QA / 87=RO / 88=RU / 89=SA / 90=SE / 91=SG / 92=SI / 93=SK / 95=SV / 96=SY / 97=TH / 98=TN / 99=TR / 100=TT / 101=TW / 102=UA / 103=US / 104=UY / 105=UZ / 106=VE / 107=VN / 108=YE / 109=ZA
|
||||
user_language = 1 # User language ID. 1=en / 2=ja / 3=de / 4=fr / 5=es / 6=it / 7=ko / 8=zh / 9=pt / 11=pl / 12=ru / 13=sv / 14=tr / 15=nb / 16=nl / 17=zh
|
||||
```
|
Loading…
Reference in New Issue