oynanamayan ülkeleri açtığında bu ülkelerde şehirler ve askeri birimlerin olduğu yerde sis oluyor. tüm haritayı açacak bir sis yok.
TWC de birsi şöyle yazmış herkezde işe yarıyor diye teşekkür etmiş ama ingilizce diye anlamadım bakar mısın ne demek istemişalta yapıştırdım aynen böyle yazmış olması gerek ben forumda görmüştüm zaten ama bulamıyorum o konuyu şimdi burda ne demek istemiş açıklar mısın ?
Here's how to remove the fog of war:
All that's needed is to edit this file
Game_directory..\data\campaigns\main\scripting.lua (as always backup!!)
look for the function OnWorldCreated() and add this line of script to the function
scripting.game_interface:show_shroud(false)
The whole function should end up like this:
local function OnWorldCreated()
scripting.game_interface:technology_osmosis_for_playables_enable_culture("european")
scripting.game_interface:technology_osmosis_for_playables_enable_all()
scripting.game_interface:show_shroud(false)
end
Start a new campaign.
You may also add it to this function if you don't want to start a new campaign but it may not be efficient
OnFactionTurnStart(context)
Here's the result