Results 1 to 10 of 10

Thread: Probably Quite Easy: Fog of War

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Probably Quite Easy: Fog of War

    As the title says, this is probably quite easey but can someone tell me how to remove the Fog of War? I've searched the forums but all I can find are mods which do this but also do other stuff. All I want is the FOW gone. Can someone help please?

  2. #2
    S-te-Fan's Avatar Primicerius
    Join Date
    Jun 2008
    Location
    Diessen, The Netherlands, Near the belgium border.
    Posts
    3,905

    Default Re: Probably Quite Easy: Fog of War

    You can do that somewere in the .esf files. Ask the .esf file nerds .

  3. #3

    Default Re: Probably Quite Easy: Fog of War

    Yeah I know that, I don't know where though. lol.

  4. #4

    Default Re: Probably Quite Easy: Fog of War

    Quote Originally Posted by burden010 View Post
    As the title says, this is probably quite easey but can someone tell me how to remove the Fog of War? I've searched the forums but all I can find are mods which do this but also do other stuff. All I want is the FOW gone. Can someone help please?
    Here.




  5. #5

    Default Re: Probably Quite Easy: Fog of War

    Thanks, I notice from the tutorial and screenshots that this provides a better line of sight for a minor faction. Is it possible to remove the FOW completely? And for a major faction so I can see what's going on all around the globe?

  6. #6

    Default Re: Probably Quite Easy: Fog of War

    You know you can use search... I found it in my first try. Basically you need to add one line to the script(not the esf).

  7. #7

    Default Re: Probably Quite Easy: Fog of War

    Yeah thanks for all your help there aeoleron, if you'd actually read my initial post you'd see that I did in fact search but couldn't find it. But hey, thanks for being a helpful person and telling me where to find it.

  8. #8

    Default Re: Probably Quite Easy: Fog of War

    Just so everyone knows, I still don't know how to do this for a major faction. Can anyone help?

  9. #9

    Default Re: Probably Quite Easy: Fog of War

    Quote Originally Posted by burden010 View Post
    Just so everyone knows, I still don't know how to do this for a major faction. Can anyone help?
    Add this line:

    Code:
    scripting.game_interface:show_shroud(false)
    in scripting.lua file (edit with notepad) at the end of the last local function block


    Code:
    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




  10. #10
    TheFirstONeill's Avatar Father of Thera
    Join Date
    May 2007
    Location
    Knutsford Cheshire, England
    Posts
    16,172

    Default Re: Probably Quite Easy: Fog of War

    moved to mods workshop

    House of Wilpuri :By the Patronage of Elrond: Patron of Caki : Aduellist : Borissomeone
    Proud Creator of Thera, Legacy of the Great Torment: Opifex :

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •