DRL > Discussion
Well then.
UnderAPaleGreySky:
Well things are looking very nice. But I have one problem with a graphical mode. It takes away some of the atmosphere of the original game. D:
Kornel Kisielewicz:
Well, an official GFX mode is on the way ;). Still... cheers :P
Malek Deneith:
--- Quote from: Kornel Kisielewicz on November 04, 2009, 01:53 ---Well, an official GFX mode is on the way ;). Still... cheers :P
--- End quote ---
Say, speaking of official GFX mode I've been recently wondering about one thing - once that appears how hard it would be to steal a page from Dwarf Fortress and make ASCII-emulating tiles (and thus allowing for wider range of colors for stuff, rather than these 16 or how many console has).
Also - how much more strenous on the computer that GFX mode will be? (I recall that old, old times when first Berserk! graphic version came out my older computer pretty much choked on it... I have a newer one now but I'm still cautious)
[ontopic]As for the original picture - got to agree with Melon: too hard to see there. But cheers on the effort[/ontopic]
AStranger:
Speaking only in theory, it shouldn't be that hard to swipe tiles from Dwarf Fortress, assuming it is widely known how the official GFX mode is looking to load the images (or textures). As long as that information is available it should be easy to make custom tiles, or at least write something to convert an image into a "tile", possibly splicing it into a data file.
As for the processing concerns, I can't see why it would peg the processor. The OpenGL term I wrote barely uses the processor (2.53 dual core, shouldn't matter) when playing DoomRL. Part of the Dwarf Fortress problem is the lack of "down time". Since the game progresses instead of waiting for a keypress, there are squares that change even when the game is paused and DF is only single threaded the interface has to work a bit differently, which leaves a lot of room for inefficiency. Assuming the display screen->accept keypress->display screen->etc. paradigm is kept, it's easy to write efficient code with only one or two threads (I like threads though). Even if that paradigm isn't followed, good code can still be written, just won't be as easy.
Either way, it'd be cool to play with an ASCII tileset, mainly so the window was a touch bigger on my screen (hopefully).
Navigation
[0] Message Index
[*] Previous page
Go to full version