hello everyone,
i built a map with "world editor unlimited". it´s quite big one with a long script. i decided to stop using WEU, as it does not support hashtables... and i heard about other issues with WEU, too.
i know about the problem, that the map can´t be opened by the standard WE, as it uses some of the WEU custom functions (like "DisplayTextToPlayer" or "RemoveLocation").
my solution was either to workaround specific issues, using standard functions instead or just converting to custom text. I used MPQ Master to read the script-files within the map and find that triggers.
i tried to open the map with WE, noted the error-message and searched with notepad for specific functions. when i´ve finished "cleaning" the triggers, i tried again opening it with WE. another error message appeared. I searched for that one, too and so on...
MY PROBLEM:
When i try to open the map with WE now, the error message is:
"trigger function does not exist in database: IssuePointOrderLocBj"
how is that possible? IssuePointOrderLocBj is a standard function...?
i already tried to convert all triggers to custom text and it worked, but i don´t really want to have ALL converted.
i would appreciate help on this one. thx
i built a map with "world editor unlimited". it´s quite big one with a long script. i decided to stop using WEU, as it does not support hashtables... and i heard about other issues with WEU, too.
i know about the problem, that the map can´t be opened by the standard WE, as it uses some of the WEU custom functions (like "DisplayTextToPlayer" or "RemoveLocation").
my solution was either to workaround specific issues, using standard functions instead or just converting to custom text. I used MPQ Master to read the script-files within the map and find that triggers.
i tried to open the map with WE, noted the error-message and searched with notepad for specific functions. when i´ve finished "cleaning" the triggers, i tried again opening it with WE. another error message appeared. I searched for that one, too and so on...
MY PROBLEM:
When i try to open the map with WE now, the error message is:
"trigger function does not exist in database: IssuePointOrderLocBj"
how is that possible? IssuePointOrderLocBj is a standard function...?
i already tried to convert all triggers to custom text and it worked, but i don´t really want to have ALL converted.
i would appreciate help on this one. thx