17 lines
490 B
Plaintext
17 lines
490 B
Plaintext
# =============================================================================
|
|
# 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
|
|
}
|
|
}
|