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:
685685 File " ${FILES_ROOT}\MTA San Andreas\mta\CEF\cef_200_percent.pak"
686686 File " ${FILES_ROOT}\MTA San Andreas\mta\CEF\devtools_resources.pak"
687687 # File "${FILES_ROOT}\MTA San Andreas\mta\CEF\cef_extensions.pak"
688+ File " ${FILES_ROOT}\MTA San Andreas\mta\CEF\locales\en-US.pak"
688689
689690
690691 ${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:
22- cef.pak
33- cef_100_percent.pak
44- cef_200_percent.pak
5+ - locales/en-US.pak (to cef/locales/)
56
67Move the following files to Shared/data/MTA San Andreas/MTA:
78- 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" "%
1010xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\cef\cef_200_percent.pak" " %OUTPATH% \cef\"
1111rem xcopy /Y /D "%SOLUTIONPATH%\data\MTA San Andreas\MTA\cef\cef_extensions.pak" "%OUTPATH%\cef\"
1212xcopy /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\"
1314
1415xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\d3dcompiler_43.dll" " %OUTPATH% \"
1516xcopy /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% \"
1717xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\icudtl.dat" " %OUTPATH% \"
1818xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\libcef.dll" " %OUTPATH% \"
1919xcopy /Y /D " %SOLUTIONPATH% \data\MTA San Andreas\MTA\libEGL.dll" " %OUTPATH% \"
You can’t perform that action at this time.
0 commit comments