You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optional alternative collision detection and physics with PhysX 5 or Jolt
@@ -482,9 +487,9 @@ Recommended in this case is `cmake-vs2022-win64-no-ffmpeg.bat`
482
487
483
488
> make -j<number of your cores>
484
489
485
-
6. Copy the base folder of your `Steam/steamapps/common/DOOM 3 BFG Edition/base/` over to `DoomCode/base/` See also [Getting the Game Data](#installation)
490
+
6. Copy the base folder of your `Steam/steamapps/common/DOOM 3 BFG Edition/base/` over to `DoomCode/base/` See also [Installation](#installation)
486
491
487
-
7.[`OPTIONAL`] Download https://www.moddb.com/mods/rbdoom-3-bfg/downloads/rbdoom-3-bfg-130 and unpack it over your DoomCode/ folder and then run in `DoomCode/`
492
+
7.[`OPTIONAL`] Download https://www.moddb.com/mods/rbdoom-3-bfg/downloads/rbdoom-3-bfg-130 and unpack it over your `DoomCode/` folder and then run in `DoomCode/`
488
493
489
494
> git checkout .
490
495
@@ -537,11 +542,11 @@ Recommended in this case is `cmake-vs2022-win64-no-ffmpeg.bat`
537
542
For Xcode builds double click on `DoomCode/xcode-\<buildtype\>/RBDoom3BFG.xcodeproj` and start the build. The generated Xcode project file is pre-configured with the correct targets and build settings.
538
543
539
544
---
540
-
# Installation, Getting the Game Data, Running the Game <aname="installation"></a>
545
+
# Installation <aname="installation"></a>
541
546
542
547
## For 99% of all users:
543
548
544
-
1. Download the newest version from the [RBDOOM-3-BFG Mod DB Page](https://www.moddb.com/mods/rbdoom-3-bfg)
549
+
1. Download the newest version from the [RBDOOM-3-BFG ModDB Page](https://www.moddb.com/mods/rbdoom-3-bfg)
545
550
546
551
<ahref="https://www.moddb.com/mods/rbdoom-3-bfg"title="View RBDOOM-3-BFG on Mod DB"target="_blank"><imgsrc="https://button.moddb.com/popularity/medium/mods/49231.png"alt="RBDOOM-3-BFG" /></a>
547
552
@@ -555,7 +560,7 @@ Those packages don't ship with the precomputed light data but have everything el
555
560
556
561
3. Copy `base/` from your Steam Doom 3 BFG folder into `DoomBFG`
557
562
558
-
4. Download the RBDOOM-3-BFG 1.3.0 full package from the RBDOOM-3-BFG ModDB page and extract it over DoomBFG
563
+
4. Download the RBDOOM-3-BFG 1.3.0 full package from the RBDOOM-3-BFG ModDB page and extract it over `DoomBFG`
559
564
560
565
5. Do the same with the newest version version which acts like a patch
0 commit comments