mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Update README.txt with modding info
This commit is contained in:
parent
ce0e83ebca
commit
ae711c9702
1 changed files with 14 additions and 0 deletions
14
README.txt
14
README.txt
|
@ -102,6 +102,20 @@ The Doom 3 BFG Edition GPL Source Code release does not include functionality en
|
|||
of stencil shadows via the "depth fail" method, a functionality commonly known as "Carmack's Reverse".
|
||||
|
||||
|
||||
Mods:
|
||||
-----
|
||||
|
||||
The Doom 3 BFG Edition GPL Source Code release allow mod editing, in order for it to accept any change in your
|
||||
mod directory, you should first specify your mod directory adding the following command to the launcher:
|
||||
|
||||
"+set fs_game modDirectoryName"
|
||||
|
||||
as well as force the content of your mod directory over the content of the game with the following command:
|
||||
|
||||
"+set fs_resourceLoadPriority 0"
|
||||
|
||||
so it would end up looking like: RBDoom3BFG +set fs_resourceLoadPriority 0 +set fs_game mymod
|
||||
|
||||
|
||||
_______________________________
|
||||
|
||||
|
|
Loading…
Reference in a new issue