Warning: mission.runScreen(): texture "start_choices_bg.png" could not be found.
Active script: shipversion 1.24
shipversion.js, line 290:
function (choice) {
"\Oolite.org-oxzs\HardShips_0.89.oxz"
found in: "Images"
In ShipVersion, creating an Images folder and adding start_choices_bg.png from HardShips fixes the problem.
"Better to be thought a fool, boy, than to open your trap and remove all doubt." - Grandma [over time, just "Shut your trap... fool"]
"The only stupid questions are the ones you fail to ask." - Dad
How do I...? Nevermind.
Доброго времени суток! У меня вопрос по ShipVersion 1.24. Дополнение выводит информацию при покупке корабля на странице F3-F3. С троке где должна выводится информация об отсутствии лазера, выводится информация об его продаже. "Remove Laser". Можете поправить что было лазер отсутствует или просто слово НЕТ?
Ещё бы убрать вывод категорий из дополнения LoadoutByCategory. Но это наверно вопрос к автору этого дополнения.
Доброго времени суток! У меня вопрос по ShipVersion 1.24. Дополнение выводит информацию при покупке корабля на странице F3-F3. С троке где должна выводится информация об отсутствии лазера, выводится информация об его продаже. "Remove Laser". Можете поправить что было лазер отсутствует или просто слово НЕТ?
The "Remove Laser" is because the equipment item in an empty weapon position is "EQ_WEAPON_NONE", which in the equipment.plist file, has a description of "Remove Laser"
Basically, the original author of this mod (Norby) didn't do any additional translation to look for "EQ_WEAPON_NONE" and change the description shown on the screen to something more helpful than "Remove Laser".