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
Well, this progress report also hilighted the glaring problems with code bloat that can occur if I continued down this path without better tools for modding. So I had to stop and take a very good look at the part of the mod that I can continue with and not need to worry about code-bloat becoming a problem down the line if I need to roll back some changes.
In it's non-modded state, Majesty will approach a state of the game engine slowing down as you play as your kingdom grows to having buildings and heroes in the near hundreds because of the code is has to execute for each entity that is present on the map. The mod will naturally make this occur sooner because the amount of code applied to each entity is increased directly with the amount of new code introduced, so until I can inhibit the amount of influence this can have. The item/equipment system is where this ends up being he most impactful to this problem in its current state. With better tools, I could cut the amount of code being executed by a vast amount, but as things are, the pool of items that can be used as equipment will have to be left here.