File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
data/MTA San Andreas/MTA/cef/locales Expand file tree Collapse file tree 4 files changed +3
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -685,6 +685,7 @@ DontInstallRedistVC12:
685
685
File " ${FILES_ROOT}\MTA San Andreas\mta\CEF\cef_200_percent.pak"
686
686
File " ${FILES_ROOT}\MTA San Andreas\mta\CEF\devtools_resources.pak"
687
687
# File "${FILES_ROOT}\MTA San Andreas\mta\CEF\cef_extensions.pak"
688
+ File " ${FILES_ROOT}\MTA San Andreas\mta\CEF\locales\en-US.pak"
688
689
689
690
690
691
${If} " $(LANGUAGE_CODE)" != " "
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Move the following files to Shared/data/MTA San Andreas/MTA/cef:
2
2
- cef.pak
3
3
- cef_100_percent.pak
4
4
- cef_200_percent.pak
5
+ - locales/en-US.pak (to cef/locales/)
5
6
6
7
Move the following files to Shared/data/MTA San Andreas/MTA:
7
8
- icudtl.dat
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ xcopy /Y /D "%SOLUTIONPATH%\data\MTA San Andreas\MTA\cef\cef_100_percent.pak" "%
10
10
xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\cef\cef_200_percent.pak" " %OUTPATH% \cef\"
11
11
rem xcopy /Y /D "%SOLUTIONPATH%\data\MTA San Andreas\MTA\cef\cef_extensions.pak" "%OUTPATH%\cef\"
12
12
xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\cef\devtools_resources.pak" " %OUTPATH% \cef\"
13
+ xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\cef\locales\en-US.pak" " %OUTPATH% \cef\locales\"
13
14
14
15
xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\d3dcompiler_43.dll" " %OUTPATH% \"
15
16
xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\d3dcompiler_47.dll" " %OUTPATH% \"
16
- xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\ffmpegsumo.dll" " %OUTPATH% \"
17
17
xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\icudtl.dat" " %OUTPATH% \"
18
18
xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\libcef.dll" " %OUTPATH% \"
19
19
xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\libEGL.dll" " %OUTPATH% \"
You can’t perform that action at this time.
0 commit comments