Results 1 to 14 of 14

Thread: Toggle Campaign Map Hud

  1. #1
    bɑne's Avatar SS Forum Moderator
    Join Date
    Mar 2009
    Posts
    6,349

    Default Toggle Campaign Map Hud

    Toggle Campaign Map Hud
    aka T.C.M.H.

    This submod for 6.4+ implements a script in your campaign script that enables you to hide and unhide the entire stratmap user interface by simply pressing the "SCROLL_LOCK key" whilst ingame on the stratmap.

    Preview:
    Spoiler Alert, click show to read: 


    Credit
    :
    Goes to Userpro for releasing this in his tutorial Miniscript to hide/unhide stratmap-ui whilst ingame and with him the REDEO AD EXORDIUM - Team.

    If you experience any problems with this submod manager conversion post in this topic

    Installation:

    Installation is pretty straightforward:

    Download the attached file and extract it on your desktop
    1. Place the txt in Medieval II Total War\mods\SS6.4\data\campaign\sub
    2. Run Medieval II Total War\mods\SS6.4\SS_setup.exe
    3. Select your era of choice, Toggle Campaign Map Hud and any other submod you wish to use with it.

    Note: You will need to start a new campaign in order for this to work

    Compatibility:
    Standard (vanilla) 6.4 (and the versions above), everything else is untested as of yet. Should work with every campaign and submod that keeps the same comment structure as vanilla 6.4 (and the versions above).
    Not savegame-compatible, a new campaign is needed.
    If your ss_setup generates errors report your submod config here.
    Then simply rerun ss_setup without selecting this submod and wait for the fix


    Quote Originally Posted by Userpro View Post
    This little first-time-feature script is able to hide & unhide the entire stratmap user interface by simply pressing the "SCROLL_LOCK key" whilst ingame on the stratmap.
    I've initally created this nice script only, to make better campaign-map screenshots for our mod. But i think some people out there would appreciate, to add this little feature in their game, also to increase the overall visibility on the stratmap, so i decided to make it public.

    But
    if anybody would like to use this inedited feature in a public mod, it would be only sane, to leave a little note and/or credit, maybe in favour to our RAE-mod, or the RAE-team (see signature), coz our mod is still in development and this script its a inherent part of it!
    ______________________________

    Add the following little piece of lines to your campaign_script.txt located in ...
    X:\Games\Medieval II TotalWar\mods\your-mod\data\world\maps\campaign\imperial_campaign\


    Code:
    declare_counter ui_showing
    monitor_event ShortcutTriggered ShortcutTriggered object_manager hide_gui
            wait 0.1
                if I_CompareCounter ui_showing = 0
                    hide_ui
                    disable_movie_view
                    set_counter ui_showing 2
                end_if
                if I_CompareCounter ui_showing = 1
                    show_ui
                    set_counter ui_showing 0
                end_if
                if I_CompareCounter ui_showing = 2
                    set_counter ui_showing 1
                end_if
        end_monitor
    Not savegame compatible!
    Attached Files Attached Files

  2. #2
    SoulBlade's Avatar Banzai jūden-ki
    Join Date
    Jul 2009
    Location
    Bulgaria
    Posts
    2,634

    Default Re: Toggle Campaign Map Hud

    Quite interesting. Definitely worth a try!

    Spoiler Alert, click show to read: 



    Supremacy1914 - the best MMO




    Spoiler for Dangerous stuff
    Code:
    Signature stock:  
    
    


    Quote Originally Posted by Eastern Roman View Post
    Satan works in cunning way to keep us away of god. Sciene is the religion of Satan.
    Quote Originally Posted by Hobbes. View Post
    TWC is ruining my abilty to have an erection

    Quote Originally Posted by Point Blank View Post
    Regarding the Irish, if its between them and the Timurids:
    Irish: ran around bogs and forests munching on potatoes
    Timurids: slaughtered millions and threw empires into terror

    OK I'm not sure the Irish had potatoes in medieval times but that still doesn't tip things in their favour
    When in doubt, say - Trve Norsk Blękk Mettal

    a

    // [Last.fm]

  3. #3

  4. #4
    Scandal's Avatar Yoshihara
    Join Date
    Jun 2008
    Posts
    63

    Default Re: Toggle Campaign Map Hud

    Great simple effective mod! Thanks

  5. #5
    bɑne's Avatar SS Forum Moderator
    Join Date
    Mar 2009
    Posts
    6,349

    Default Re: Toggle Campaign Map Hud

    Below you see a small composition out of several screenshots created with the help of the script above:


  6. #6
    Caesar Clivus's Avatar SS Forum Moderator
    Join Date
    May 2007
    Location
    Australia
    Posts
    12,990

    Default Re: Toggle Campaign Map Hud

    Dude that is awesome. I had been wondering if this was possible. Unfortunately I can no longer remember why I wanted to hide the entire interface

    BftB2 UPDATED 22nd DECEMBER. Member of the Complete Byzantine Unit Roster team

  7. #7
    SoulBlade's Avatar Banzai jūden-ki
    Join Date
    Jul 2009
    Location
    Bulgaria
    Posts
    2,634

    Default Re: Toggle Campaign Map Hud

    Probably for better screen shots of the campaign map.

    Spoiler Alert, click show to read: 



    Supremacy1914 - the best MMO




    Spoiler for Dangerous stuff
    Code:
    Signature stock:  
    
    


    Quote Originally Posted by Eastern Roman View Post
    Satan works in cunning way to keep us away of god. Sciene is the religion of Satan.
    Quote Originally Posted by Hobbes. View Post
    TWC is ruining my abilty to have an erection

    Quote Originally Posted by Point Blank View Post
    Regarding the Irish, if its between them and the Timurids:
    Irish: ran around bogs and forests munching on potatoes
    Timurids: slaughtered millions and threw empires into terror

    OK I'm not sure the Irish had potatoes in medieval times but that still doesn't tip things in their favour
    When in doubt, say - Trve Norsk Blękk Mettal

    a

    // [Last.fm]

  8. #8
    el Cid's Avatar Senshi
    Join Date
    May 2009
    Location
    The Netherlands
    Posts
    1,664

    Default Re: Toggle Campaign Map Hud

    Nice work, +rep.
    Last edited by el Cid; June 23, 2011 at 03:06 AM. Reason: censor bypass

  9. #9
    bɑne's Avatar SS Forum Moderator
    Join Date
    Mar 2009
    Posts
    6,349

    Default Re: Toggle Campaign Map Hud

    Thanks everybody I'm trying to make a complete composition of the actual campaign map and got tired of cutting the UI out of the screens - so I went hunting and thankfully found this great script by Userpro

  10. #10
    Fair Prince's Avatar Chugen
    Join Date
    Feb 2010
    Location
    Hungary
    Posts
    2,278

    Default Re: Toggle Campaign Map Hud

    Just downloaded the stuff because I'll need to make some pics for SSMAP, excellent work once again bane! (+rep)

  11. #11
    Ikko-Ikki
    Join Date
    Dec 2010
    Posts
    15

    Default Re: Toggle Campaign Map Hud

    say you don't have a scroll lock key on your keyboard, can the hotkey be changed or am SoL?

  12. #12
    eldorien88's Avatar Kirā
    Join Date
    Oct 2009
    Location
    Athens/Hellas
    Posts
    247

    Default Re: Toggle Campaign Map Hud

    Excellent little sub-mod!!! [+rep]
    ''...WAR IS THE FATHER OF ALL..''~Iraklitos~

  13. #13
    Legio XV Apollinaris's Avatar Shashu
    Join Date
    Apr 2008
    Location
    Germania
    Posts
    189

    Default Re: Toggle Campaign Map Hud

    excellent! very useful! thanks and +rep
    Rule Britannia - Stainless Steel - The Third Age - Roma Surrectum II


  14. #14
    bɑne's Avatar SS Forum Moderator
    Join Date
    Mar 2009
    Posts
    6,349

    Default Re: Toggle Campaign Map Hud

    Quote Originally Posted by Domenis Lupus View Post
    say you don't have a scroll lock key on your keyboard, can the hotkey be changed or am SoL?
    If you are playing on a laptop you should be able to trigger scroll lock when using your "Fn" key, if that isn't possible I suggest hunting down the files in which m2tw stores the keybindings. Couldn't find anything on that after I looked it up, if you have more luck post it here

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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