Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/ports/rigelengine-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ For notes on how to acquire the Duke Nukem II game data, read the **Acquiring th

[caorthann-celt/RigelEngineUWP - Acquiring the game data](https://github.com/caorthann-celt/RigelEngineUWP#acquiring-the-game-data)

Mods go in the `mods` folder inside `DUKE2`.

```text
LocalState/
DUKE2/
mods/
MyMod/
files_here
```

Or in your external drive `E://DUKE2` folder.

### Upscaling Filter Notes

The **Pixel-perfect** upscaling filter uses integer scaling.
Expand Down