-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/stoffelkopf/DevilutionXRand…
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# DevilutionX Randomizer | ||
Randomizes DevilutionX Palettes | ||
# DevilutionX palette randomizer | ||
|
||
Randomizes DevilutionX level palettes | ||
|
||
![Screenshot](demoimg/catacombs.jpg) | ||
|
||
## Setup | ||
|
||
- copy the palette folder, randclear.bat, random.lua and randomize.bat to your DevilutionX folder | ||
- edit randomize bat / randclear.bat and change the "savedir" and "configdir" paths | ||
- execute "randomize.bat" | ||
- for default Diablo palettes execute "randclear.bat" | ||
|
||
## LUA randomize stead of BATCH random function | ||
|
||
- download LUA (https://github.com/rjpcomputing/luaforwindows/releases) and copy the files to your DevX folder | ||
- execute "lua54.exe random.lua" | ||
|
||
## Demo Images | ||
|
||
![Screenshot](demoimg/church.jpg) | ||
|
||
![Screenshot](demoimg/crypt.jpg) | ||
|
||
![Screenshot](demoimg/caves.jpg) |