File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1313| [ ** Translations** ] ( docs/translations.md )
1414| [ ** Additional mods** ] ( #additional-mods )
1515
16- This is an updated version of [ killap's Unofficial Patch] ( http://killap.net/ ) for Fallout 2.
16+ ** Unofficial Patch, updated** is based on [ killap's Unofficial Patch] ( http://killap.net/ ) for Fallout 2.
1717
1818### Installation
1919
Original file line number Diff line number Diff line change 1- {100}{}{You are running killap's unofficial F2 patch. Version 1.02.31u. English language edition . Thanks for installing!}
2- {101}{}{You are running killap's unofficial F2 patch. Version 1.02.31u. English language edition . Thanks for installing!}
1+ {100}{}{You are running UPU v1.02.x, based on killap's unofficial F2 patch. Thanks for installing!}
2+ {101}{}{You are running UPU v1.02.x, based on killap's unofficial F2 patch. Thanks for installing!}
Original file line number Diff line number Diff line change @@ -15,10 +15,7 @@ for lang in $(ls $lang_dir); do
1515 patchinf=" $lang_dir /$lang /dialog/patchinf.msg"
1616 # display current version
1717 # shellcheck disable=SC2154 # from package.sh
18- sed -i " s|1\.02\.31u[0-9]*\.|1.02.${version} .|" " $patchinf "
19- # if the string is untranslated, still show correct language
20- lang_name=" ${lang^} "
21- sed -i " s|English|$lang_name |" " $patchinf "
18+ sed -i " s|v1\.02\.x|1.02.${version} .|" " $patchinf "
2219done
2320
2421# duplicate cuts for english language, otherwise sfall won't display them in english
You can’t perform that action at this time.
0 commit comments