Results 1 to 18 of 18

Thread: How to stop the opening movies

  1. #1

    Default How to stop the opening movies

    I recall someone posted how to do this, but several googles of the forum have not found the thread.

    Thanks for the help!

  2. #2
    Research Fiend Technical Administrator Tetris Champion, Summer Games Champion, Snakeman Champion, Ms Pacman Champion therother's Avatar
    Join Date
    Feb 2004
    Location
    UK
    Posts
    2,639

    Default Re: How to stop the opening movies

    What you do is you create a Windows shortcut to RomeTW.exe, open up its Properties, and on the line where it gives the target you add -nm to the end. There are other options, such as -ne for running in non-fullscreen mode.
    Nullius addictus iurare in verba magistri -- Quintus Horatius Flaccus

    History is a pack of lies about events that never happened told by people who weren't there -- George Santayana

  3. #3

    Default Re: How to stop the opening movies

    Didn't know of this one; great. I'll add it to the guide as well; it's a popular question.
    Frogbeastegg's Guide to Total War: Shogun II. Please note that the guide is not up-to-date for the latest patch.


  4. #4
    Member Member tai4ji2x's Avatar
    Join Date
    Apr 2001
    Location
    MA
    Posts
    291

    Default Re: How to stop the opening movies

    if you want to save about 25mb of disk space you can also just delete the videos from your /data/fmv/ folder

  5. #5

    Default Re: How to stop the opening movies

    As soon as they attempt to start up, after that red Rome total war introduction screen, press Escape twice quickly, and that loads up the menu

    Thats one way to do it. i wouldn't recommend deleting the movies since that may actually screw yourself up, because its trying to load an incorrect file (that doesn't exist) it'll probably crash...

  6. #6

    Default Re: How to stop the opening movies

    Quote Originally Posted by Shadar
    i wouldn't recommend deleting the movies since that may actually screw yourself up, because its trying to load an incorrect file (that doesn't exist) it'll probably crash...
    I simply renamed the `fmv` folder to `Backup_fmv`. It works fine, the movies aren`t shown and the game doesn`t crash trying to find them.

  7. #7
    Lesbian Rebel Member Mikeus Caesar's Avatar
    Join Date
    Nov 2004
    Location
    Ostrayliah
    Posts
    3,590

    Default Re: How to stop the opening movies

    There are other options, such as -ne for running in non-fullscreen mode
    ooh, really? If possible, could you write out the entire file thingamabob, so i can try this?
    Quote Originally Posted by Ranika
    I'm being assailed by a mental midget of ironically epic proportions. Quick as frozen molasses, this one. Sharp as a melted marble. It's disturbing. I've had conversations with a braying mule with more coherence.


  8. #8

    Default Re: How to stop the opening movies

    does it really bother you that much?
    i just press escape twice and be done with it! it's not that hard really...

  9. #9
    Research Fiend Technical Administrator Tetris Champion, Summer Games Champion, Snakeman Champion, Ms Pacman Champion therother's Avatar
    Join Date
    Feb 2004
    Location
    UK
    Posts
    2,639

    Default Re: How to stop the opening movies

    Quote Originally Posted by Mikeus Caesar
    ooh, really? If possible, could you write out the entire file thingamabob, so i can try this?
    http://area42.wildfiregames.com/foru...opic.php?t=135

    There is also -enable_editor option, which enables the battle editor.
    Nullius addictus iurare in verba magistri -- Quintus Horatius Flaccus

    History is a pack of lies about events that never happened told by people who weren't there -- George Santayana

  10. #10

    Default Re: How to stop the opening movies

    The reason I ask, is because my movies are slow and messed up...though the game works fine.

    I also had Itunes boot up while the movies were going and had to wait for the movies to end before I could do anything...double Esc didn't work in that case.

    Thanks for the ideas.

  11. #11

    Default Re: How to stop the opening movies

    Ive deleted the startup movies on all the installs of rome that ive made and never had a crash because of it.

    They are located in data/fmv.

  12. #12

    Default Re: How to stop the opening movies

    Just put the argument -nm in the shortcut to stop the movies.

    _________Designed to match Original STW gameplay.


    Beta 8 + Beta 8.1 patch + New Maps + Sound add-on + Castles 2

  13. #13

    Default Re: How to stop the opening movies

    anyway to centre that? just to be picky.

  14. #14
    Von Uber Member Butcher's Avatar
    Join Date
    Dec 2004
    Location
    Manning the barricades
    Posts
    159

    Default Re: How to stop the opening movies

    Actually, I seem to have lost both ingame fmv and the intro fmv without doing anything.
    Very strange.
    - I'm sorry, but giving everyone an equal part when they're not clearly equal is what again, class?

    - Communism!

    - That's right. And I didn't tap all those Morse code messages to the Allies 'til my shoes filled with blood to just roll out the welcome mat for the Reds.

  15. #15
    Member Member ThePeskyPorker's Avatar
    Join Date
    Nov 2004
    Location
    RIGHT BEHIND YOU!!!
    Posts
    6

    Default Re: How to stop the opening movies

    Is there a way to disable the video that plays in the senate tab on the campaign map as well? Deleting/removing it crashes the game.

  16. #16
    American since 2012 Senior Member AntiochusIII's Avatar
    Join Date
    Jan 2005
    Location
    Lalaland
    Posts
    3,125

    Default Re: How to stop the opening movies

    What about...how can I change the "Faction Eliminated" movies (faction's flag) to the "Death" (bodies everywhere) one? Those Death clips have never been used but it's so cool and it makes itself clear that this faction is...Dead.

  17. #17
    Unpatched Member hrvojej's Avatar
    Join Date
    Sep 2002
    Location
    It depends...
    Posts
    2,070

    Default Re: How to stop the opening movies

    Quote Originally Posted by AntiochusIII
    What about...how can I change the "Faction Eliminated" movies (faction's flag) to the "Death" (bodies everywhere) one? Those Death clips have never been used but it's so cool and it makes itself clear that this faction is...Dead.
    In descr_event_images.txt find the faction defeated code and replace with something like this:
    Code:
    faction_defeated
    	icon	diplomacy
    	heading_items	3
    	format
    	{
    		title        center verdana		black	
    		string		 center verdana_med	black
    		switch
    		{
    			case 0
    			{
    				movie		 center 320 240	data/fmv/death/death_julii_grass_320x240.wmv
    			}
    			case 1
    			{
    				movie		 center 320 240	data/fmv/death/death_brutii_grass_320x240.wmv
    			}
    			case 2
    			{
    				movie		 center 320 240	data/fmv/death/death_scipii_grass_320x240.wmv
    			}
    			case 3
    			{
    				movie		 center 320 240	data/fmv/death/death_SPQR_grass_320x240.wmv
    			}
    			case 4
    			{
    				movie		 center 320 240	data/fmv/death/death_macedon_grass_320x240.wmv
    			}
    			case 5
    			{
    				movie		 center 320 240	data/fmv/death/death_egypt_sand_320x240.wmv
    			}
    			case 6
    			{
    				movie		 center 320 240	data/fmv/death/death_seleucid_sand_320x240.wmv
    			}
    			case 7
    			{
    				movie		 center 320 240	data/fmv/death/death_carthage_sand_320x240.wmv
    			}
    			case 8
    			{
    				movie		 center 320 240	data/fmv/death/death_parthia_sand_320x240.wmv
    			}
    			case 9
    			{
    				movie		 center 320 240	data/fmv/death/death_pontus_sand_320x240.wmv
    			}
    			case 10
    			{
    				movie		 center 320 240	data/fmv/death/death_gaul_snow_320x240.wmv
    			}
    			case 11
    			{
    				movie		 center 320 240	data/fmv/death/death_german_snow_320x240.wmv
    			}
    			case 12
    			{
    				movie		 center 320 240	data/fmv/death/death_britons_grass_320x240.wmv
    			}
    			case 13
    			{
    				movie		 center 320 240	data/fmv/death/death_armenia_sand_320x240.wmv
    			}
    			case 14
    			{
    				movie		 center 320 240	data/fmv/death/death_dacia_sand_320x240.wmv
    			}
    			case 15
    			{
    				movie		 center 320 240	data/fmv/death/death_greek_grass_320x240.wmv
    			}
    			case 16
    			{
    				movie		 center 320 240	data/fmv/death/death_numidia_sand_320x240.wmv
    			}
    			case 17
    			{
    				movie		 center 320 240	data/fmv/death/death_scythia_grass_320x240.wmv
    			}
    			case 18
    			{
    				movie		 center 320 240	data/fmv/death/death_spain_grass_320x240.wmv
    			}
    			case 19
    			{
    				movie		 center 320 240	data/fmv/death/death_thrace_sand_320x240.wmv
    			}
    			case 20
    			{
    				movie		 center 320 240	data/fmv/death/death_rebels_grass_320x240.wmv
    			}
    Backup the file first, of course, and be careful about formatting (i.e. don;t just copy this over, but type it in the actual file.
    Cheers,

    edit: to clarify: basically, just replace the name of the movies
    Last edited by hrvojej; 03-23-2005 at 02:49.
    Some people get by with a little understanding
    Some people get by with a whole lot more - A. Eldritch

  18. #18
    American since 2012 Senior Member AntiochusIII's Avatar
    Join Date
    Jan 2005
    Location
    Lalaland
    Posts
    3,125

    Default Re: How to stop the opening movies

    Thank you

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO