Hi all,
I hope some of you can help me. Im a starting modder and ofcourse I want to do something that is not that easy. The way I see this game it exist out of 3 parts.
1. the variables, say the .xml files.
2. the artwork, say the icons the dxpack files etc
3. the engine. that will put it all together.
Now what I want is: some spell shortcut in the strategic map. I want to reproduce the quick actions from the tactical combat so I can select which spells are in the quick cast and which are not.
Issue that I am having is how? I can build the screens (can just make a copy of the current ones, rename them to ensure different handling by the game) but how do I add the workflow? With desktopx I can create an action when I click it, make it change color but not opening a new screen.
All I can see is that the main screen is nothing more than a collection of placeholders for other screens. but I cannot find how the game is putting the relationship between the placeholder, the screen it needs to show and xml file for the variables if applicable.
I have looked though the other available mods, as far as I could see neither has solved or this issue. they are all either a change / addition to the xml files or to the artwork but never to the engine.