Page 1 of 2 12 LastLast
Results 1 to 20 of 21

Thread: Medieval 2 screenshots?

  1. #1

    Default Medieval 2 screenshots?

    everytime i take a screenshot for medieval 2 total war i dont know where the screenshot ends up at? i looked at a bunch of folders with in the directory of my medieval 2. anyone know where?

  2. #2
    Commander5xl's Avatar Ducenarius
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    937

    Default Re: Medieval 2 screenshots?

    do you use print screen? if so then you have to past in paint to get the screeenshot, have to do one at a time, otherwise, thanks to i believe either Pink Beard or Tuore I use FRAPS
    ~UpNorthCanuck
    formerly Commander5xl

  3. #3

    Default Re: Medieval 2 screenshots?

    They screenshots are stored in /M2TW folder/tgas
    They are in .tga format so you'll need a programm like Gimp or Photoshop to open them.
    Under the patronage of the honourable La♔De♔Da♔Brigadier Graham

  4. #4

    Default Re: Medieval 2 screenshots?

    thank you all so very much found out how to do this now, only thing idk how to remove the hud to take a good picture

  5. #5

    Default Re: Medieval 2 screenshots?

    Quote Originally Posted by KingLeonidas300 View Post
    thank you all so very much found out how to do this now, only thing idk how to remove the hud to take a good picture
    Download GIMP 2 and cut it away. It's really quite easy.

    Link

  6. #6

    Default Re: Medieval 2 screenshots?

    Quote Originally Posted by KingLeonidas300 View Post
    thank you all so very much found out how to do this now, only thing idk how to remove the hud to take a good picture
    Go in the Campaign_script.txt file found in:-
    ........data\world\maps\campaign\imperial_campaign folder

    & put this script in it:-
    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
    After that press scroll lock on your keyboard to toggle it on and off, it's not save game compatible btw.
    Screenshots:-
    Spoiler Alert, click show to read: 

    With Hud on:-

    With Hud off:-


  7. #7

    Default Re: Medieval 2 screenshots?

    That's great! But it's not working for me. Do I need to bind the scroll lock key to it somehow?

    Also, does it work in the battle map?

  8. #8

    Default

    It works flawlessly painter you have to paste it in the CS, all scripts in there lies in between like:-
    Code:
    script
    All the scripts
    	wait_monitors
    
    end_script
    There is no binding of the key and such and it doesn't work for battle map but there is an option for that already that is to hide the battle UI.

  9. #9

    Default Re: Medieval 2 screenshots?

    Thanks! I had mistakenly placed the script below the "wait_monitors", which was why it didn't worked. All fixed now. Something to enjoy later when I'm done with my current campaign.

  10. #10
    Escuratii va bene's Avatar Libertus
    Join Date
    Dec 2010
    Location
    Somewhere in the UK. - Ok, London
    Posts
    51

    Default Re: Medieval 2 screenshots?

    ^ Sorry I'm also still tying to find my SS, what folder are they saved in? Where is that folder... It's not in my C:/programfiles/M2TW

  11. #11

    Default Re: Medieval 2 screenshots?

    Quote Originally Posted by Escuratii va bene View Post
    ^ Sorry I'm also still tying to find my SS, what folder are they saved in? Where is that folder... It's not in my C:/programfiles/M2TW
    They are stored in the M2TW directory tgas folder.
    Installation path varies depending on where you installed it.

  12. #12

    Default Re: Medieval 2 screenshots?

    Quote Originally Posted by Ishan View Post
    They are stored in the M2TW directory tgas folder.
    Installation path varies depending on where you installed it.
    Just do a deep search there and you should find it.
    "In stone halls they burn their great fires,
    in stone halls they forge their sharp spears.
    Whilst I walk alone in the mountains,
    with no true companion but tears.
    They hunt me with dogs in the daylight,
    they hunt me with torches by night."

  13. #13
    Norwegian_viking's Avatar Civis
    Join Date
    Dec 2010
    Location
    Somewhere back in time.
    Posts
    177

    Default Re: Medieval 2 screenshots?

    Quote Originally Posted by Ishan View Post
    Go in the Campaign_script.txt file found in:-
    ........data\world\maps\campaign\imperial_campaign folder

    & put this script in it:-
    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
    After that press scroll lock on your keyboard to toggle it on and off, it's not save game compatible btw.
    Screenshots:-
    Spoiler Alert, click show to read: 

    With Hud on:-

    With Hud off:-


    Which mod is that? i really want a mod where they just add som kingdom factions like that
    ☻/ This is Muhammad.
    /▌  Copy and paste him
    / \ so as to commit horrible blasphemy!

  14. #14

    Default Re: Medieval 2 screenshots?

    more than likely its the stainless steel mod
    but there should be warnings for all mods, it will slow your game down dramatically. loading times will be 2-6 times longer than usual, after you press the 'end turn' button the computer moves will take minutes.
    the mod is great but I give up on it after like ten turns in one campaign. Its simply too slow
    no offense to any mod creators out there

  15. #15
    Norwegian_viking's Avatar Civis
    Join Date
    Dec 2010
    Location
    Somewhere back in time.
    Posts
    177

    Default Re: Medieval 2 screenshots?

    Quote Originally Posted by Zvornik View Post
    more than likely its the stainless steel mod
    but there should be warnings for all mods, it will slow your game down dramatically. loading times will be 2-6 times longer than usual, after you press the 'end turn' button the computer moves will take minutes.
    the mod is great but I give up on it after like ten turns in one campaign. Its simply too slow
    no offense to any mod creators out there

    I have stainless steel 4.2 and it is not that game he is playing
    ☻/ This is Muhammad.
    /▌  Copy and paste him
    / \ so as to commit horrible blasphemy!

  16. #16

    Default Re: Medieval 2 screenshots?

    It's a test bed that i use for testing scripts, models anything regrading modding or simply it's a personal old mod if you prefer so no it's not SS4.2.

  17. #17

    Default Re: Medieval 2 screenshots?

    you can go to video options or something and click minimal UI and if you click F5, F6, and F7 you can get rid of the all of the HUD click again to get them back

  18. #18

    Default Re: Medieval 2 screenshots?

    What I do is take a screenshot. Exit game, find the screenshot and open it in paint. After that, zoom out of your screenshot with paint so the outlines are visible. Select the area of the screenshot you want, in this case the area where the HUD is not visible and click cut with your right mouse button. Open new paint and paste the selected area on there. Save and what you have left is something like this:
    OFC my picture is edited.

  19. #19
    ProfPriday's Avatar Laetus
    Join Date
    Jul 2012
    Location
    Far out in the uncharted backwaters of the unfashionable end of the Western Spiral arm of the Galaxy
    Posts
    6

    Default Re: Medieval 2 screenshots?

    1.I'm unsure which part is the glitch but the gates in Moria seem to change either the textures or meshes when moving
    Attachment 230923

    It then goes like this when hit with a ram
    Attachment 230924

    2. A glitch encountered in Helms Deep when attacking armies number 3 or over. Some or all of the armies spawn on the mountains and are unable to move. If there are only 2 armies then all the attackers spawn in places that they can move from.
    Attachment 230925

    Attachment 230926

  20. #20

    Default Re: Medieval 2 screenshots?

    Quote Originally Posted by Commander5xl View Post
    do you use print screen? if so then you have to past in paint to get the screeenshot, have to do one at a time, otherwise, thanks to i believe either Pink Beard or Tuore I use FRAPS
    Hi I've tried this and all it does is paste a black square into paint.

    Also I can find the tgas.

Page 1 of 2 12 LastLast

Posting Permissions

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