Could it be possible to create timed command aliases which are triggered regularly or at specific points in game?
Examples would be
gamestart, combatstart, daily, monthly, annual, levelupFor example at gamestart I might want to run a custom script which removes the hegemony from the game, converting them to remnant (AI won the war lol)
alias removehegemony setmarketowner eventide remnant; setmarketowner sphinx remnant; setmarketowner tigra_city remnant; setmarketowner citadel_arcadia remnant; setmarketowner nirut remnant; setmarketowner ancyra remnant; setmarketowner jangala remnant; setmarketowner holtz_refining_company remnant; setmarketowner chicomoztoc remnant; setmarketowner coatl remnant; setmarketowner yama remnant; setmarketowner nachketa remnant; setmarketowner raesvelg remnant; setmarketowner ragnar_complex remnant; setmarketowner l4_asgard_orbital_complex remnant; setmarketowner chibog_outpost remnant; setmarketowner carthage remnant
So my "gamestart alias" might have this command, an addhullmod, infinitefuel or whatever else.
My "daily alias" might have a command to reset colony threat to zero for example. My monthly might have a command to reset a specific relationship (forcing pirates to +100 or something similar for example).
Note these examples might not be useful for you, this isn“t a post about cheating using the console. But I can imagine daily and monthly aliases could be useful to enforce or workaround certain conditions in the game and I for one would find them extremely useful.