The code written by the guys in this thread -
http://www.twcenter.net/forums/showt...ar-Removal-Mod
works fine with Rome 2.
I've uploaded the pack file for anyone doing CAI modding/testing who wants it
Download -
http://www.sendspace.com/file/7ktet8
The code written by the guys in this thread -
http://www.twcenter.net/forums/showt...ar-Removal-Mod
works fine with Rome 2.
I've uploaded the pack file for anyone doing CAI modding/testing who wants it
Download -
http://www.sendspace.com/file/7ktet8
sorry but dont work. started new campaign but nothing happened. any advice?
Add the line on game start, to cover first turn and saves:
See here the full pack: http://www.twcenter.net/forums/showt...1#post13215476Code:local function OnNewCampaignStarted(context) new_game = true scripting.game_interface:set_zoom_limit(1.1, 0.8) scripting.game_interface:set_map_bounds(0, 700, 900, 0) scripting.game_interface:show_shroud(false) end