Author Topic: Hardcore ASCII roguelike in... 3D...  (Read 18109 times)

gray

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Hardcore ASCII roguelike in... 3D...
« on: December 17, 2013, 06:30:58 PM »
Can a roguelike still remain a roguelike, I mean a traditional roguelike, if it's done in 3D?

I've been toying with this idea, maybe found a possibility.  But I'm not sure really...  checkout the concept video.

http://www.youtube.com/watch?v=9vgsBMxalrw

Millions of voxels, shadow maps, multiple lights, funky stuff, etc, etc... but a traditional roguelike. 

Worth pursuing?

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Hardcore ASCII roguelike in... 3D...
« Reply #1 on: December 17, 2013, 06:53:19 PM »
Of course---you are not alone in this field either, though the others are quieter/stalled/in the shadows.

Have confidence and attack it!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

akeley

  • Rogueliker
  • ***
  • Posts: 348
  • Karma: +0/-0
    • View Profile
Re: Hardcore ASCII roguelike in... 3D...
« Reply #2 on: December 17, 2013, 09:33:16 PM »
This could work, since it`s a very clean design and a good angle - no tactical confusion. Still, I`d have to see more items/enemies in a room to judge that properly.

gray

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Hardcore ASCII roguelike in... 3D...
« Reply #3 on: December 17, 2013, 10:11:32 PM »
This could work, since it`s a very clean design and a good angle - no tactical confusion. Still, I`d have to see more items/enemies in a room to judge that properly.

It's actually a free roaming camera, so you can get any angle you like, but that angle was kinda what worked best for me.  Although, when running down narrow east/west corridors things get a bit obstructed.  I guess making the walls blocking the character translucent, could work, so you can see what the hell is hitting on you.

Another thing that can be done is positioning the camera directly above the scene, rotating the voxel models 90 degrees, and then you have the classical roguelike view...

gray

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Hardcore ASCII roguelike in... 3D...
« Reply #4 on: December 17, 2013, 10:13:45 PM »
Of course---you are not alone in this field either, though the others are quieter/stalled/in the shadows.

Have confidence and attack it!   8)

Quieter!  That's the first ever public post I've made :-p

I'm attacking it, honest!  Just... with the heart of someone who really loves traditional ASCII and who eyes this voxel nonsense with scepticism :)

guest509

  • Guest
Re: Hardcore ASCII roguelike in... 3D...
« Reply #5 on: December 18, 2013, 03:49:59 AM »
No reason that cannot work just fine.

EDIT: Lol. I swear English is my main language. This looks like it should work just fine. Now it's down to game design.

gray

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Hardcore ASCII roguelike in... 3D...
« Reply #6 on: December 18, 2013, 10:34:57 AM »
you are not alone in this field either

If anyone else is hacking on voxels, you'll need, sooner or later, a voxel model editor.  I couldn't really find one simple enough for my needs, so I wrote my own. :-/

It's pretty minimal, but gets the job done.  I got my girlfriend to draw all the ASCII characters in it. :->  Cross-platform and open-source, written in pure Python.

Free open-source voxel editor. Windows binaries available.

Paul Jeffries

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 257
  • Karma: +1/-0
    • View Profile
    • Vitruality.com
Re: Hardcore ASCII roguelike in... 3D...
« Reply #7 on: December 18, 2013, 11:44:43 PM »
If anyone else is hacking on voxels, you'll need, sooner or later, a voxel model editor.  I couldn't really find one simple enough for my needs, so I wrote my own. :-/

It's pretty minimal, but gets the job done.  I got my girlfriend to draw all the ASCII characters in it. :->  Cross-platform and open-source, written in pure Python.

That's some good delegation skills ;-).  My own attempt at doing a 3D Roguelike is unfortunately in the 'stalled' category, mainly since it dawned on me just how much work the content creation would be.  Sticking to voxel-ASCII (and getting your girlfriend to do all the hard work) seems like it should successfully circumvent that problem.

guest509

  • Guest
Re: Hardcore ASCII roguelike in... 3D...
« Reply #8 on: December 19, 2013, 12:32:54 AM »
That's a sweet team right there.

gray

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Hardcore ASCII roguelike in... 3D...
« Reply #9 on: December 19, 2013, 12:01:28 PM »
That's some good delegation skills ;-).  My own attempt at doing a 3D Roguelike is unfortunately in the 'stalled' category, mainly since it dawned on me just how much work the content creation would be. 

That looks brilliant.  You should finish it!  Perhaps enlisting some female slave labour for content creation could help? ;)

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Re: Hardcore ASCII roguelike in... 3D...
« Reply #10 on: December 20, 2013, 09:41:41 AM »
Depth or that third dimension is the big question. It's something you should actually use in 3D roguelike, yet this and some other demos are just flat 2D maps with 3D output. You could argue if it's really a 3D roguelike.

gray

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Hardcore ASCII roguelike in... 3D...
« Reply #11 on: December 20, 2013, 10:21:49 AM »
Depth or that third dimension is the big question. It's something you should actually use in 3D roguelike, yet this and some other demos are just flat 2D maps with 3D output. You could argue if it's really a 3D roguelike.

I agree with you.  In fact it is exactly that in a technical sense.  The backend is a standard 2D tile based engine, which is just feeding the usual 2D tile updates to rendering engine which converts them into voxels for display.

Actually using 3D as aspect of gameplay in novel ways would take a game designer with some good ideas.  Sadly, I am not such, I'm just a humble hacker.

Enke

  • Newcomer
  • Posts: 22
  • Karma: +0/-0
    • View Profile
    • My Github Profile
Re: Hardcore ASCII roguelike in... 3D...
« Reply #12 on: December 30, 2013, 04:27:40 AM »
This...is...simply amazing. I love this! I also like the voxel editor. This is a very good blend of the classic and the modern! Please keep working on this.
Also goes by the name of "NANOsoldierEnke"
Ever notice how nobody can read anyone else's handwriting? That probably means that the Bill of Rights is a detailed order for party supplies, there is no mention of any Congress, and the president's only duty is "to blow the horn of cheese". I think that.