Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "How To Disable Green Arrows And Banners"

From TWC Wiki
Jump to navigationJump to search
(Disabling the Green Arrows)
m (Removed category "Modding" (using HotCat))
 
(4 intermediate revisions by 2 users not shown)
Line 17: Line 17:
 
The Green Arrows are now disabled.
 
The Green Arrows are now disabled.
  
If using Windows 7 your preference file is located  
+
If using Windows 7 your preference file is located (copy and paste into Explorer)
for 64bit C:\Users\{YourUsername}\AppData\Local\VirtualStore\Program Files (x86)\SEGA\Medieval II Total War
+
 
for 32bit C:\Users\{YourUsername}\AppData\Local\VirtualStore\Program Files\SEGA\Medieval II Total War
+
for 64bit C:\Users\%UserProfile%\AppData\Local\VirtualStore\Program Files (x86)\SEGA\Medieval II Total War
 +
 
 +
for 32bit C:\Users\%UserProfile%\AppData\Local\VirtualStore\Program Files\SEGA\Medieval II Total War
  
 
== Disabling the Unit Banners ==
 
== Disabling the Unit Banners ==
Line 39: Line 41:
 
Thanks to Aristocrat for creating the original article
 
Thanks to Aristocrat for creating the original article
  
[[Category:Modding]][[Category: M2TW Modding]][[Category:M2TW_Modding_Tutorials]]
+
[[Category: M2TW Modding]]
 +
[[Category:M2TW Modding Tutorials]]

Latest revision as of 09:14, 19 June 2017

This is a quick guide to disabling the Green Arrows and Unit Banners in Medieval 2: Total War.


Disabling the Green Arrows

1. Go to your "Medieval II Total War" folder.
2. Find the file preferences.cfg.
3. Right click on it and open it using notepad. (If the file is not there or is empty, start M2TW and go to the main menu, then quit.)
4. Scroll down to the [game] section and find the line that has:

'disable_arrow_markers = 0'

And change it to this:

'disable_arrow_markers = 1'

The Green Arrows are now disabled.

If using Windows 7 your preference file is located (copy and paste into Explorer)

for 64bit C:\Users\%UserProfile%\AppData\Local\VirtualStore\Program Files (x86)\SEGA\Medieval II Total War

for 32bit C:\Users\%UserProfile%\AppData\Local\VirtualStore\Program Files\SEGA\Medieval II Total War

Disabling the Unit Banners

1. Go to your "Medieval II Total War" folder.
2. Find the file preferences.cfg.
3. Right click on it and open it using notepad. (If the file isn't there or has nothing in it, start M2TW and go to the main menu, then quit.)
4. Scroll down to the [video] section and find the line:

'show_banners = 1'

And change it to this:

'show_banners = 0'

The Unit Banners should now be disabled.


Thanks to Aristocrat for creating the original article