Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1012 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 1012 Bytes

MegaDungeon (working title)

Grid-based dungeon crawler for the SEGA MegaDrive.

This project is in the prototyping stage. Move along.

License

Copyright (C) 2022 John Tsiombikas nuclear@member.fsf.org

Every part of this project is free software. Feel free to copy, modify, and or re-distribute under the terms of the GNU General Public License v3, or at your option any later version published by the Free Software Foundation. See COPYING for details.

Dungeon view data

3D dungeon view window is 320x152.

Pre-rendered 3D dungeon views are generated by running vrlugburz (https://github.com/MutantStargoat/vrlugburz) with the following settings in game.cfg:

size = 1280x608
scr = prerender
vsync = false
vr = false

This creates a 4x super-sampled set of images, which are then downsampled and placed into an atlas for color quantization, dithering, tile splitting, deduplication and mapping, by tools/viewproc (work in progress).