Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
- .mmxml file contains quest info and references for new xml data and bytecode file .bcd
- .gplproj file contains references to your gpl code files for majesty compiler (Gplbcc) to compile
- makegpl needs .gplproj to get references from it to turn your gpl to bytecode .bcd
- Basically quest/mod needs only mmxml and bcd to function. Also .xml if you add new content. All other files are optional.
some tips:
- don't create *.txt file and rename it to *.gpl. Instead copy existing .gpl and replace its insides
- avoid modifying original game functions. If possible use custom functions for compatibility with other people's mods
- don't multiply integers by decimals.
- run MakeGPL in your system's CLI to check for errors
If you just change values in .xml files make sure to include that .xml file into .mmxml. You can see examples of that in documentation or download some recent workshop quests/modes
Thank you very much for your advice! Your mod and quest are interesting.