Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/die4ever/dnf2001-randomizer
Randomizer mod for Duke Nukem Forever 2001
https://github.com/die4ever/dnf2001-randomizer
unreal-engine-1 unrealscript
Last synced: 2 days ago
JSON representation
Randomizer mod for Duke Nukem Forever 2001
- Host: GitHub
- URL: https://github.com/die4ever/dnf2001-randomizer
- Owner: Die4Ever
- License: agpl-3.0
- Created: 2022-12-18T20:02:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T23:58:47.000Z (about 2 years ago)
- Last Synced: 2024-12-16T15:22:31.255Z (about 2 months ago)
- Topics: unreal-engine-1, unrealscript
- Language: UnrealScript
- Homepage: https://discord.gg/daQVyAp2ds
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duke Nukem Forever 2001 Randomizer
Install [the DNF2001 Restoration Project](https://www.moddb.com/mods/dnf2001-restoration-project/downloads/duke-nukem-restoration-first-slice-10).
Download [DNFRando.u](https://github.com/Die4Ever/dnf2001-randomizer/raw/main/DNFRando.u) into your game's `System` folder.
Edit your `DukeForever.ini` in your Player directory, like `Players\Die4Ever\DukeForever.ini`
Change `UDesktopClassName` from `UDesktopClassName=dnWindow.UDukeDesktopWindow` to `UDesktopClassName=DNFRando.DNFRandoDesktop`
Now when you click New Game, the title of the pop-up window should say "Rando New Game Selection". Items and characters will be swapped around.
## For Developers to Compile
Open `System\DukeEd.exe` in the game folder, go to the Actor Classes tab, and do File -> Export All Scripts. Now you can close DukeEd. Copy the DNFRando folder into the game's folder. Edit the config `System\default.ini`
Comment out the line `EditPackages=Editor` by putting a semicolon in front of it, like `;EditPackages=Editor`, and at the bottom of the section right below `EditPackages=brushes\EditorTools` add the line `EditPackages=DNFRando`
Now you can run `del DNFRando.u & ucc make` to compile.