Now I solved the problem. Thank you for your patience.
Last edited by Miguel_80; June 02, 2016 at 12:14 PM.
Script for selecting heir | Script for annexing faction by marriage ties | Unlock non playable factions
________________________________________
Under the patronage of Mega Tortas de Bodemloze
The problem was that Nelson Navy was not visible for me and I could not click on it. I solved it by having a french ship sail there at the location at Nelson - then I saved the game and copy the "LIGH..." to the startpos, and now I can see and click on Nelson's navy. So its all perfect now![]()
Edit the Scripting.lua file
You need these two lines to remove the fog of war, and to change the zoom limit
scripting.game_interface:show_shroud(false)
scripting.game_interface:set_zoom_limit(1.00, 0.1)
These lines are present for the normally playable faction, you may need to add them manullay when adding another playable faction.