Hello!
I Just converted a custom story im working on to an "Isolated Full Conversion" using YourComputer's Tutorial and Mudbills
I created a batch-file with this text:
Launcher.exe great_heist_mod/heist_config/main_init.cfg
And i named it "Heist.bat"
But when i start it i get this message in the HPL Log:
ERROR: Couldn't load language file 'great_heist_mod/heist_config/heist_lang_main/english.lang'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
WARNING: Could not find language file entry 'WelcomeMessage01'
WARNING: Could not find language file entry 'WelcomeMessage02'
WARNING: Could not find language file entry 'WelcomeMessage03'
WARNING: Could not find language file entry 'WelcomeMessage04'
WARNING: Could not find language file entry 'WelcomeMessage05'
WARNING: Could not find language file entry 'WelcomeMessage06'
The names of Files and folders are correct, and here is my lang wich i think causes this problem
<LANGUAGE>
<RESOURCES>
<Directory Path="fonts/eng" />
<Directory Path="lang/eng" />
</RESOURCES>
<CATEGORY Name="PreMenu>">
<Entry Name="WelcomeMessage01">Welcome Adventurer 1</Entry>
<Entry Name="WelcomeMessage02">Welcome Adventurer 2</Entry>
<Entry Name="WelcomeMessage03">Welcome Adventurer 3</Entry>
<Entry Name="WelcomeMessage04">Welcome Adventurer 4</Entry>
<Entry Name="WelcomeMessage05">Welcome Adventurer 5</Entry>
<Entry Name="WelcomeMessage06">Welcome Adventurer 6</Entry>
</CATEGORY>
</LANGUAGE>
There are other categories but they work fine.
Hope someone has a solve!