Chaosforge Forum
DoomRL => Discussion => Topic started by: Fanta Hege on November 03, 2009, 11:37
-
(http://i38.tinypic.com/6fcz95.png)
What do you think of this?
-
:-O
/me loves.
-
Tileset?
.
.
.
You. Gotta. Be. Shitting. Me.
-
How did you do that?
-
I can't see shit - it's too small...
-
One can only cram so much detail into an 8x12 tileset. For it's size, it looks pretty good.
Would be nice if those items stood out better from the floor. Maybe a white outline around them?
-
Heh, if someone felt like making a 32x64 tileset I already have an OpenGL term, so with swapping a few textures around DoomRL could easily be played with a tileset. Difficulty: Linux only and I've been playing roguelikes for too long to leave ASCII, even OpenGL ASCII.
-
Very nice. It'd be nice to see it in action with sfx. :)
-
*at a loss for words*
-
I can't see what is going on there, but you are going the right way [;
-
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:
-
Well, an official GFX mode is on the way ;). Still... cheers :P
-
Well, an official GFX mode is on the way ;). Still... cheers :P
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]
-
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).