Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBeckebans committed Feb 25, 2015
1 parent 06d0434 commit 64a12c1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
38 changes: 22 additions & 16 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ This file contains the following sections:

11) BUG REPORTS

12) CODE LICENSE EXCEPTIONS
12) GAME MODIFICATIONS

13) CODE LICENSE EXCEPTIONS



Expand Down Expand Up @@ -102,20 +104,6 @@ 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


_______________________________

Expand Down Expand Up @@ -346,11 +334,29 @@ If you want to report an issue with the game, you should make sure that your rep
NOTE: We cannot help you with OS-specific issues like configuring OpenGL correctly, configuring ALSA or configuring the network.


___________________________________________________

12) GAME MODIFCATIONS
__________________________________________

The Doom 3 BFG Edition GPL Source Code release allows 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 modDirectoryName


IMPORTANT: RBDOOM-3-BFG does not support old Doom 3 modiciations that include sourcecode modifications in binary form (.dll)
You can fork RBDOOM-3-BFG and create a new renamed binary that includes all required C++ game code modifications.

____________________________________________________________________________________

12) CODE LICENSE EXCEPTIONS - The parts that are not covered by the GPL:
13) CODE LICENSE EXCEPTIONS - The parts that are not covered by the GPL:
_______________________________________________________________________


Expand Down
2 changes: 2 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ _______________________________

- Localization support for other languages than English

- Improved modding support through loading of custom models and animations (see section 12 MODIFICATIONS in the README)



_______________________________________
Expand Down

0 comments on commit 64a12c1

Please sign in to comment.