Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.Lang File Help [Full Conversion] Launch Error
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#1
[Full Conversion] Launch Error

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! Smile
(This post was last modified: 05-12-2015, 09:52 PM by Rowzter.)
05-12-2015, 09:47 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: [Full Conversion] Launch Error

PHP Code: (Select All)
<CATEGORY Name="PreMenu>"

There's an extra diamond bracket in there.

05-13-2015, 12:13 AM
Find
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#3
RE: [Full Conversion] Launch Error

(05-13-2015, 12:13 AM)Mudbill Wrote:
PHP Code: (Select All)
<CATEGORY Name="PreMenu>"

There's an extra diamond bracket in there.

I fixed that, but i still get the same error in the hpl log :/
05-13-2015, 03:31 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#4
RE: [Full Conversion] Launch Error

Is your lang still named extra_english.lang?

If so, then you need to rename it to english.lang and place it in great_heist_mod/heist_config/heist_lang_main/

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 05-13-2015, 03:42 PM by Romulator.)
05-13-2015, 03:42 PM
Find
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#5
RE: [Full Conversion] Launch Error

(05-13-2015, 03:42 PM)(拉赫兰) Romulator Wrote: Is your lang still named extra_english.lang?

If so, then you need to rename it to english.lang and place it in great_heist_mod/heist_config/heist_lang_main/

It is english.lang and the location is correct. :/

Do u need some information/pictures? Smile

EDIT!

I made it work now by creating a new lang file that only contains the important parts for full conversion.
(This post was last modified: 05-13-2015, 08:14 PM by Rowzter.)
05-13-2015, 03:46 PM
Find
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#6
RE: [Full Conversion] Launch Error

Sorry for doublepost

So now i got a new error when starting it. I did a "cleanup" by deleting "heist_" from all the folders just to make it easier for me. i created a new starter with the text
Launcher.exe great_heist_mod/config/main_init.cfg

But i get this error now:
ERROR: Couldn't load language file 'great_heist_mod/heist_config/lang_main/english.lang'
ERROR: Couldn't load language file 'great_heist_mod/heist_config/base_english.lang'

I have no idea why it tries to open a folder i re-named.[/php]
05-15-2015, 09:07 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#7
RE: [Full Conversion] Launch Error

Did you forget to edit your main_init.cfg file to reflect the new folder structure?

05-16-2015, 01:10 AM
Find
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#8
RE: [Full Conversion] Launch Error

(05-16-2015, 01:10 AM)Mudbill Wrote: Did you forget to edit your main_init.cfg file to reflect the new folder structure?


Thanks!, somehow i missed to edit 1 line
05-16-2015, 11:05 AM
Find




Users browsing this thread: 1 Guest(s)