Call of Duty bo3: Change Fonts: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
(Created page with "== Change Fonts == You can change the font via a map or mod, the difference is that if you do it via a map the changes only apply when the map is loaded. With a mod you are a...")
 
mNo edit summary
 
Line 3: Line 3:
You can change the font via a map or mod, the difference is that if you do it via a map the changes only apply when the map is loaded. With a mod you are also able to change the Main Menu etc..
You can change the font via a map or mod, the difference is that if you do it via a map the changes only apply when the map is loaded. With a mod you are also able to change the Main Menu etc..


Create a new folder called:
*Create a new folder called:


fonts
fonts
In your map or mods folder, here you can place the fonts you want to override. You can find the names in the code below, you have to paste that in your zone file.
 
*In your map or mods folder, here you can place the fonts you want to override. You can find the names in the code below, you have to paste that in your zone file.


<pre>ttf,fonts/default.ttf //Menu Text
<pre>ttf,fonts/default.ttf //Menu Text
Line 15: Line 16:
ttf,fonts/wearetrippinshort.ttf //Score Points HUD & Ammo Counter</pre>
ttf,fonts/wearetrippinshort.ttf //Score Points HUD & Ammo Counter</pre>


Below is included a example with fonts so you can see the difference.
*Below is included a example with fonts so you can see the difference.


[https://wiki.zeroy.com/bo3_files/bo3_custom_fonts.zip Download HERE]
[https://wiki.zeroy.com/bo3_files/bo3_custom_fonts.zip Download HERE] or [http://www.mediafire.com/file/y7zkw6rrq9p1ars/bo3_custom_fonts.zip HERE]


[[File:fonts_changed_menu.png]]
[[File:fonts_changed_menu.png]]

Latest revision as of 03:44, 22 November 2018

Change Fonts

You can change the font via a map or mod, the difference is that if you do it via a map the changes only apply when the map is loaded. With a mod you are also able to change the Main Menu etc..

  • Create a new folder called:
fonts
  • In your map or mods folder, here you can place the fonts you want to override. You can find the names in the code below, you have to paste that in your zone file.
ttf,fonts/default.ttf //Menu Text
ttf,fonts/escom.ttf //Menu Text
ttf,fonts/FoundryGridnik-Medium.ttf //Menu Text, No Ingame Changes
ttf,fonts/FoundryGridnik-Bold.ttf //Menu Text (UPPERCASE Letters)
ttf,fonts/RefrigeratorDeluxe-Regular.ttf //Scoreboard & Weapon Name & Hintstring
ttf,fonts/wearetrippinshort.ttf //Score Points HUD & Ammo Counter
  • Below is included a example with fonts so you can see the difference.

Download HERE or HERE

Credits

Ardivee! Original Page