Majesty Gold HD

Majesty Gold HD

Customize Majesty!
Create and upload new Quests and Mods for Majesty HD!
Dundao 5 Jan, 2022 @ 8:51am
How to create your own mod and quest?
This is a game I love very much. I've played it for maybe 10 years. Recently, I want to learn how to create my own mod and quest. Can someone give me some advice. My English is not very good. thank you. Thank so many players for contributing their excellent mod.
< >
Showing 1-5 of 5 comments
Enerril 16 6 Jan, 2022 @ 8:47am 
It will be hard if you don't know english. All tools, instructions, examples, code - all english. Enable beta in Majesty steam game properties. Inside game folder there will be SDK folder.
Last edited by Enerril; 6 Jan, 2022 @ 8:48am
Enerril 16 6 Jan, 2022 @ 8:48am 
SDK folder contains documentation, examples and original quests to look info from. Main thing is to understand the relationship between mod/quest files.

- .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
Dundao 8 Jan, 2022 @ 6:50am 
Originally posted by VictoryBell:
It will be hard if you don't know english. All tools, instructions, examples, code - all english. Enable beta in Majesty steam game properties. Inside game folder there will be SDK folder.


Thank you very much for your advice! Your mod and quest are interesting.
< >
Showing 1-5 of 5 comments
Per page: 1530 50