Initial commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user