From d0a139a27c99d2d39581ca0f514e97c58019968c Mon Sep 17 00:00:00 2001 From: Stoffelkopf Date: Thu, 22 Feb 2024 11:13:00 +0100 Subject: [PATCH 1/2] Update README.md readme update --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b08bff7..5f64b04 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # DevilutionX Randomizer - Randomizes DevilutionX Palettes + +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) From b3d0149dc0c91b1858110988835c34db64f95396 Mon Sep 17 00:00:00 2001 From: Stoffelkopf Date: Thu, 22 Feb 2024 11:14:50 +0100 Subject: [PATCH 2/2] Update README.md readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f64b04..7049de0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# DevilutionX Randomizer +# DevilutionX palette randomizer -Randomizes DevilutionX Level Palettes +Randomizes DevilutionX level palettes ![Screenshot](demoimg/catacombs.jpg)