06-27-2021, 08:53 PM
From what I heard it's because new WeiDU has problems with %MOD_FOLDER% path if used with translations. I think replacing it with ViconiaRevamped in tp2 could help. I mean these lines:
I can do it myself, but not today. I should be able to fix it tomorrow, or you can do it yourself and install the mod without PI. Or wait for me to fix it, it should happen in a day or two, I guess.
Code:
README ~%MOD_FOLDER%/readme/readme-%LANGUAGE%.txt~
~%MOD_FOLDER%/readme/readme.txt~
LANGUAGE ~English~
~english~
~%MOD_FOLDER%/translations/english/setup.tra~
~%MOD_FOLDER%/translations/english/mod.tra~
LANGUAGE ~Polski~
~polski~
~%MOD_FOLDER%/translations/english/setup.tra~
~%MOD_FOLDER%/translations/english/mod.tra~
~%MOD_FOLDER%/translations/polski/setup.tra~
~%MOD_FOLDER%/translations/polski/mod.tra~
LANGUAGE ~Russian (by Alisia)~
~russian~
~%MOD_FOLDER%/translations/english/setup.tra~
~%MOD_FOLDER%/translations/english/mod.tra~
~%MOD_FOLDER%/translations/russian/setup.tra~
~%MOD_FOLDER%/translations/russian/mod.tra~
I can do it myself, but not today. I should be able to fix it tomorrow, or you can do it yourself and install the mod without PI. Or wait for me to fix it, it should happen in a day or two, I guess.