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








Here is the education.txt for my AGOT mod list.
AGOT adds higher education traits and also heir training
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2962333032
And I'm also using
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3013259695
Which also adds new education traits for the new lifestyles
now i added that into a AGOTeducation.txt and i can run it for pinned characters.
which is something that can't really be added to a regular mod because it's just too much work for a mod combination which probably only a 100 people use at most.
Yes, this is basically what the DI_present_effects.txt file is all about—creating effects that mass add/remove traits, perks, modifiers, and event flags. Then you just run the effect from the sguis in DI_char_editor_present_sgui.txt, handling the looping for pinned vs not pinned there, which allows the sgui to be nice and relatively clean like this
Yeah, took a lot of inspiration from your code, obviously had to look at it, otherwise I would not have found the di_pinned_char_var
Also looked at other cheat mods, but most of them are a mess. Your code was the cleanest, so I tried to go by your conventions because it was the easiest to read, at least for me.
Yeah, had a look at all those files and even went so far as to add a new preset tab that lets you run custom scripts from a new .txt file. Which is a lot of work because you have to add new buttons and so on.
So there are limits to how many you want to create, since it's a lot of work to add a new preset. Depending on how many you want in-game, that can be a lot.
The problem with that is that it runs during game compilation and is cached afterward, so there are no on-the-fly modifications to test whether the script works.
While the game does not compile the txt in the run folder, so you can modify the scripts while you play, and try new scripts.
Will try to play with it more. It would be awesome if you could add new traits with commands or new modifiers, so you can try them without having to restart the game.
If anyone, or you, Lithane, wants to try it out anyway, I created a GitHub fork with my modifications. If you want to add it anyway, even though there is a better way, I can put in a merge request.
https://github.com/lol3003/Divine-Intervention-Base-custom-tab-test