-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNFSU_JPSupport.ini
36 lines (34 loc) · 1.1 KB
/
NFSU_JPSupport.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[MAIN]
OverrideLang = 9 ; Refer to the eLanguages enumeration below
OverrideBuildRegion = 3 ; Refer to the eBuildRegion enumeration below.
UseJTuneLang = 1 ; Use the lang files from J-Tune at "Languages\JTune"
ForceJPMovies = 1 ; This will forcefully remap movies to the JP counterparts. Required for the JP files.
; eLanguages enumeration
; eLANGUAGE_NONE = -1,
; eLANGUAGE_ENGLISH = 0,
; eLANGUAGE_FRENCH = 1,
; eLANGUAGE_GERMAN = 2,
; eLANGUAGE_ITALIAN = 3,
; eLANGUAGE_SPANISH = 4,
; eLANGUAGE_DUTCH = 5,
; eLANGUAGE_SWEDISH = 6,
; eLANGUAGE_KOREAN = 7,
; eLANGUAGE_CHINESE = 8,
; eLANGUAGE_JAPANESE = 9
; eBuildRegion enumeration
; BUILD_REGION_AMERICA = 0,
; BUILD_REGION_EU = 1,
; BUILD_REGION_KOREA = 2,
; BUILD_REGION_JAPAN = 3,
; BUILD_REGION_TAIWAN = 4,
; BUILD_REGION_UK = 5,
; BUILD_REGION_FRANCE = 6,
; BUILD_REGION_GERMANY = 7,
; BUILD_REGION_ITALY = 8,
; BUILD_REGION_SPAIN = 9,
; BUILD_REGION_RUSSIA = 10,
; BUILD_REGION_ROA = 11,
; BUILD_REGION_CHINA = 12,
; BUILD_REGION_THAILAND = 13,
; BUILD_REGION_SOUTHAMERICA = 14,
; BUILD_REGION_ASIA = 11,