Initial commit

This commit is contained in:
2026-06-07 21:19:01 -04:00
commit f241504004
43 changed files with 19184 additions and 0 deletions
@@ -0,0 +1,16 @@
# =============================================================================
# Giga + Age of Wonder Compatibility Patch — on_actions
# Additive (merges with vanilla/Giga/AoW on_actions). Shows the megastructure
# filter bar on game start and after loading a single-player save.
# =============================================================================
on_game_start = {
events = {
compat_megatab.0
}
}
on_single_player_save_game_load = {
events = {
compat_megatab.0
}
}