@@ -43,7 +43,9 @@ This file contains the following sections:
4343
4444 11) BUG REPORTS
4545
46- 12) CODE LICENSE EXCEPTIONS
46+ 12) GAME MODIFICATIONS
47+
48+ 13) CODE LICENSE EXCEPTIONS
4749
4850
4951
@@ -102,20 +104,6 @@ The Doom 3 BFG Edition GPL Source Code release does not include functionality en
102104of stencil shadows via the "depth fail" method, a functionality commonly known as "Carmack's Reverse".
103105
104106
105- Mods:
106- -----
107-
108- The Doom 3 BFG Edition GPL Source Code release allow mod editing, in order for it to accept any change in your
109- mod directory, you should first specify your mod directory adding the following command to the launcher:
110-
111- "+set fs_game modDirectoryName"
112-
113- as well as force the content of your mod directory over the content of the game with the following command:
114-
115- "+set fs_resourceLoadPriority 0"
116-
117- so it would end up looking like: RBDoom3BFG +set fs_resourceLoadPriority 0 +set fs_game mymod
118-
119107
120108_______________________________
121109
@@ -346,11 +334,29 @@ If you want to report an issue with the game, you should make sure that your rep
346334NOTE: We cannot help you with OS-specific issues like configuring OpenGL correctly, configuring ALSA or configuring the network.
347335
348336
337+ ___________________________________________________
338+
339+ 12) GAME MODIFCATIONS
340+ __________________________________________
349341
342+ The Doom 3 BFG Edition GPL Source Code release allows mod editing, in order for it to accept any change in your
343+ mod directory, you should first specify your mod directory adding the following command to the launcher:
344+
345+ "+set fs_game modDirectoryName"
346+
347+ as well as force the content of your mod directory over the content of the game with the following command:
348+
349+ "+set fs_resourceLoadPriority 0"
350+
351+ so it would end up looking like: RBDoom3BFG +set fs_resourceLoadPriority 0 +set fs_game modDirectoryName
352+
353+
354+ IMPORTANT: RBDOOM-3-BFG does not support old Doom 3 modiciations that include sourcecode modifications in binary form (.dll)
355+ You can fork RBDOOM-3-BFG and create a new renamed binary that includes all required C++ game code modifications.
350356
351357____________________________________________________________________________________
352358
353- 12 ) CODE LICENSE EXCEPTIONS - The parts that are not covered by the GPL:
359+ 13 ) CODE LICENSE EXCEPTIONS - The parts that are not covered by the GPL:
354360_______________________________________________________________________
355361
356362
0 commit comments