Difference between revisions of "ETW Loading Times"
From TWC Wiki
Jump to navigationJump to search (New page: This page should serve as a collection of tips allowing you to speed up loading times when testing mods. ---- == Disabling Sound Packs == In ''preferences.empire_script.txt'' you'll f...) |
m |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | This page | + | This page is meant to serve as a collection of tips allowing you to speed up loading times when testing mods. |
+ | = Disabling Sound Packs = | ||
− | + | In ''preferences.empire_script.txt'' you'll find this line: | |
− | + | <pre> | |
− | + | enable_sound true; # enable_sound <bool>, enables all audio content (default = true). If disabled none of the | |
− | + | database or sound pack files are loaded. | |
− | + | </pre> | |
− | |||
As the comment says, the whole sound packs won't be loaded on game start, if you set this to 'false'. This option has nothing to do with the checkboxes in the in-game menus. | As the comment says, the whole sound packs won't be loaded on game start, if you set this to 'false'. This option has nothing to do with the checkboxes in the in-game menus. | ||
− | + | {{Stub}} | |
[[Category:ETW Modding]] | [[Category:ETW Modding]] |
Latest revision as of 19:21, 28 December 2010
This page is meant to serve as a collection of tips allowing you to speed up loading times when testing mods.
Disabling Sound Packs
In preferences.empire_script.txt you'll find this line:
enable_sound true; # enable_sound <bool>, enables all audio content (default = true). If disabled none of the database or sound pack files are loaded.
As the comment says, the whole sound packs won't be loaded on game start, if you set this to 'false'. This option has nothing to do with the checkboxes in the in-game menus.
This article is quite short and not very useful. You can help flesh it out. Please see TWC Wiki:Help for information on how to edit the Wiki. |