Author Topic: MS DOS Batch Dun-Gen v1.0  (Read 2720 times)

(Windows only) sorry mac users



This is a MS DOS Batch file I created that randomly generates little dungeon maps, you can navigate through them using the WASD Keys and press Q to save the map, to load a map find the map you want to load, rename it to just "Map.bat" and place it in the same directory as the game file, I will eventually make saving and loading more user friendly, and later add stuff like enemies and treasure and RPG

Controls
WASD - Move
Q - Save
R - Regenerate Map

https://dl.dropboxusercontent.com/u/50959273/Batch/Batch%20DunGen%20v1.0.zip ( outdated)
Tell me what you guys think

More progress
rewrote the generating script, made it load maps more efficiently


this is the generator randomly creating a single large room

-Finish Database 40% Complete
-Treasure/Items 30% Complete
-Crafting
-Fight System
-Shops
-Better Map Generation 10% Complete
-Magic
-More Efficient Movement Finished
Blocks now generate with correct orientations, so it looks nicer

« Last Edit: May 21, 2013, 06:22:45 PM by swollow »

looking at the picture, not really impressed
i was expecting more like actual explorative terrain, but that just looks like random noise with no custom changes at all.

but i guess the feature that lets you move is cool. what did you make this with btw

tl;dr
MS DOS Batch

Its ridiculously hard to program anything in batch, I might be able to manage to make the terraining a little bit better

Could you explain how you're getting keyboard input with batch?
I've been wondering how to do so for the longest time..

Could you explain how you're getting keyboard input with batch?
I've been wondering how to do so for the longest time..
a little c++ file called kbd.exe
if you check the code you should figure out how to use it

https://dl.dropboxusercontent.com/u/50959273/Batch/Keyboard%20Input%20Codes.txt
Heres the input codes for most keys



Enemies being worked on

a little c++ file called kbd.exe
if you check the code you should figure out how to use it

https://dl.dropboxusercontent.com/u/50959273/Batch/Keyboard%20Input%20Codes.txt
Heres the input codes for most keys
Neat! Thanks!

this is becoming less of a dungeon gen and more of a game
im excited.

materials, enemies, and items database underway

the database will allow you to integrate your own user made stuff as easily as possible, aswell as hold the default stuff

Planned Features (in order)
-Finish Database
-Treasure/Items
-Crafting
-Fight System
-Shops
-Better Map Generation
   -More like rooms rather than random blocks
-Magic

More progress
rewrote the generating script, made it load maps more efficiently


this is the generator randomly creating a single large room

-Finish Database 40% Complete
-Treasure/Items 30% Complete
-Crafting
-Fight System
-Shops
-Better Map Generation 10% Complete
-Magic
-More Efficient Movement Finished

This is extremely impressive.

thanks port!

Blocks now generate with correct orientations, so it looks nicer

You could make a neat roguelike with this

You could make a neat roguelike with this
thats the plan