Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:eduke32 [2025/05/31 19:30] – add more commands to .eduke32 files from user brunoeduardobrasil crcerrorsystems:eduke32 [2025/06/07 15:22] (current) – [Supported games (.eduke32 file content and data files location)] brunoeduardo
Line 47: Line 47:
   * DEF (equivalent to ''-h'')   * DEF (equivalent to ''-h'')
   * DEF+ (equivalent to ''-mh'')   * DEF+ (equivalent to ''-mh'')
-  * MAP DEF (equivalent to ''-map'')+  * MAP (equivalent to ''-map'')
  
 These commands are from ''configgen/utils/buildargs.py'' and may be updated in future. These commands are from ''configgen/utils/buildargs.py'' and may be updated in future.
Line 377: Line 377:
 </code> </code>
  
-=== Duke Nukem: 25th year Anniversary World Tour ===+=== Duke Nukem 3D20th Anniversary World Tour ===
  
-This is a kind of specialyou need the ''stopgap'' patch for this. Please google and you will find it.+As of the date this text was writtenrunning Duke Nukem 3D: 20th Anniversary World Tour with EDuke32 requires the use of the ''stopgap'' patch, which ensures compatibility between the game and the source portTo download the patch, visit the official ''stopgap'' patch page on GitHub: [[https://github.com/Hendricks266/e32wt|official stopgap patch GitHub page]]
  
 <file - Duke Nukem 3D Twentieth Anniversary World Tour.eduke32> <file - Duke Nukem 3D Twentieth Anniversary World Tour.eduke32>
 DIR = /dukewt/duke DIR = /dukewt/duke
 DIR = /dukewt/stopgap DIR = /dukewt/stopgap
-FILE+ = /dukewt/cosmetic/1_CosmDuke.zip 
-FILE+ = /dukewt/cosmetic/2_CosmDuke_WT_patch.zip 
 FILE = /dukewt/stopgap/e32wt.grp FILE = /dukewt/stopgap/e32wt.grp
 </file> </file>
  
 +Files from game folder /dukewt
 +
 +<code>
 +/userdata/roms/eduke32/dukewt/
 +                     ├── duke/
 +                        ├── DUKE3D.GRP    (The extra features of The World Tour require the complete game installation files and folders) 
 +                        └── DUKE.RTS
 +                     └── stopgap/       (Extract the contents of the stopgap patch .zip file into this folder) 
 +                          ├── E32WT.CON
 +                          ├── e32wt.def
 +                          ├── e32wt.grp
 +                          ├── e32wt.grpinfo
 +                          ├── E32WT_CODE.CON
 +                          ├── e32wt_content.def
 +                          ├── e32wt_normalmaps.def
 +                          ├── E32WT_OLD.CON
 +                          ├── LICENSE.txt
 +                          ├── README.md
 +                          └── version_e32wt.txt
 +               └── Duke Nukem 3D Twentieth Anniversary World Tour.eduke32
 +</code>
 ===== Saves ===== ===== Saves =====
  
  • systems/eduke32.1748719851.txt.gz
  • Last modified: 12 months ago
  • by crcerror