Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Poll

What OS do you use Armok Vision on?

Windows 10
- 152 (49.8%)
Windows 7
- 77 (25.2%)
OSX
- 18 (5.9%)
Linux
- 45 (14.8%)
Other
- 13 (4.3%)

Total Members Voted: 305


Pages: 1 ... 4 5 [6] 7 8 ... 110

Author Topic: Armok Vision Project, on Hiatus.  (Read 498770 times)

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #75 on: January 23, 2015, 12:14:42 pm »

Just flat, unless somebody wants to make hundreds of 3D models.
Logged

BlitzDungeoneer

  • Bay Watcher
  • heh
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #76 on: January 23, 2015, 12:19:41 pm »

This...
This is glorious.
ALL HAIL JAPA
Logged
Swordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordswordsword

Alzapua

  • Escaped Lunatic
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #77 on: January 24, 2015, 08:51:01 am »

You got some neat stuff going on here. I worked on some Unity games in the past and I'm an experienced 3D artist. I would love to create a full 3D version of this game, but I talked to some programmers and it's probably too design-heavy and too much for a small team with a full time job besides it. I was actually thinking about using Houdini for designing the mine system underground (I believe houdini also has a plugin for unity). And I could easily create most visuals, but I know nothing about programming, so that's as far as I could get. I think a 3D visualiser like this is cool of course, but it would be brilliant if it had all the interactivity you have inside DF itself. So that you don't have to deal with the dwarf fortress window at all and just get the entire interface in Unity. But since I think this would be too much for the average PC, I started thinking about creating a more optimised game in 3D. With a big focus on visuals. Probably never going to happen, though. Have you thought about this too, perhaps?

By the way, say if one would create 3d models, what would be desired resolutions, to have it remain at an acceptable performance? I have no idea what it means render wise if you throw the screen full of shiny minerals and characters. Although most blocks could possibly use the same texture maps (for example all tiles of stone could use the very same normal map and specular map, having only a different color but the same structure).
« Last Edit: January 24, 2015, 09:06:50 am by Alzapua »
Logged

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #78 on: January 24, 2015, 10:25:28 am »

The only hard limit on the models is 255 vertices, because a 16x16 group of tiles is merged together in Unity for performance reasons, and together they can't have a total vertex count exceeding 65k.

Besides that, just keep within a reasonable polycount.

I'm using a PBR shader for textures, which takes a color map, a roughness/AO map (red and blue channels, respectively) and a normal map. The color map is multiplied by the material color, which also sets weather the material is metal or not.

The color map is chosen according to material, and the roughness/ao/normal maps are set by tiletype.

Models should be made assuming no tiling textures, due to the way the textures are assigned, and should assume when modelling that they use the whole texture.
During runtime, the UVs are transformed to a texture atlas.

If you need any other info, let me know.
Logged

k33n

  • Bay Watcher
  • So it goes.
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #79 on: January 24, 2015, 07:29:11 pm »

Here's what undeground looks like with the default view.

Spoiler (click to show/hide)

Does anybody want another release?

There is a certain visual appeal about the simple blocks and textures which is totally coherent with the style of ascii DF.
Logged

Alzapua

  • Escaped Lunatic
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #80 on: January 24, 2015, 07:32:39 pm »

-Is there any possibility to add specular maps to the materials? since this will make a big difference in how fancy you can make for example gems. When you use colored specular.

Models should be made assuming no tiling textures, due to the way the textures are assigned, and should assume when modelling that they use the whole texture.
During runtime, the UVs are transformed to a texture atlas.

This is a bit unclear. Do you mean that, taken into account this texture atlas, every side of a piece of stone wall, for example, should be the same texture? Normally, I don't know why you would use tiling textures on a single model which is just one piece of something, like is the case in dwarf fortress. I assume that, when you place more of the same blocks next to each other, it will look like it's tiling, if you textured in the proper way.

edit: although my inclination would be to use tiling on a wall tile of 4 sides, using the same map for every side. I'm a bit confused.
« Last Edit: January 24, 2015, 07:34:53 pm by Alzapua »
Logged

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #81 on: January 24, 2015, 09:57:01 pm »

-Is there any possibility to add specular maps to the materials? since this will make a big difference in how fancy you can make for example gems. When you use colored specular.
There is specular, but it works a little differently than
the way traditional specular works. gems would use a colored diffuse map, and a very shiny but uncolored specular map. I'll try to get an example together.
Models should be made assuming no tiling textures, due to the way the textures are assigned, and should assume when modelling that they use the whole texture.
During runtime, the UVs are transformed to a texture atlas.

This is a bit unclear. Do you mean that, taken into account this texture atlas, every side of a piece of stone wall, for example, should be the same texture? Normally, I don't know why you would use tiling textures on a single model which is just one piece of something, like is the case in dwarf fortress. I assume that, when you place more of the same blocks next to each other, it will look like it's tiling, if you textured in the proper way.

edit: although my inclination would be to use tiling on a wall tile of 4 sides, using the same map for every side. I'm a bit confused.
I mean that you shouldn't have the same texture tiling multiple times on the same face. If you open the UV editor, none of the UVs should extend out of the base texture.
If you want different parts of the model to use different textures, then they should be different objects, though that logic isn't implemented yet, so I don't know exactly how it will function.
Logged

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #83 on: January 24, 2015, 10:47:31 pm »

I'm curious if you've heard what Toady thinks of this, and I love the blues on the metal one... that's the same sort of colors I picked for my first modded metal earlier today actually.
Logged

Raidau

  • Bay Watcher
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #84 on: January 25, 2015, 01:49:03 am »

Could you make some sort of user-friendly system of extentions to your visualizer? At least a place where users can put their models and the programm checks them and uses as graphics for appropriate item/material/creature? Could you implement sprite graphics for certain objects (Like item graphics in minecraft)?
Logged
Marital status manipulator
Custom item descriprions
Natural Balance Mod (2013-2015) development suspended...

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #85 on: January 25, 2015, 02:02:14 am »

I'm making everything moddable, using a content loading system based off of Stonesense, using XML files.

As for sprite graphics, I'll have to see, but it makes sense to use them for items.
Logged

Plo

  • Escaped Lunatic
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #86 on: January 25, 2015, 06:35:16 am »

would be cool to have some sort of data templating, so that users could extend the templates and add stuff like speech balloon with additional info
Logged

Scoops Novel

  • Bay Watcher
  • Talismanic
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #87 on: January 25, 2015, 07:00:42 am »

You got some neat stuff going on here. I worked on some Unity games in the past and I'm an experienced 3D artist. I would love to create a full 3D version of this game, but I talked to some programmers and it's probably too design-heavy and too much for a small team with a full time job besides it.
...

 And I could easily create most visuals, but I know nothing about programming, so that's as far as I could get.

I wouldn't throw out the idea of patreon to be honest, assuming toady's fine with it.

Japa, have you thought about some adventure mode specific features? Like maps and inventories?
Logged
Reading a thinner book

Arcjolt (useful) Chilly The Endoplasm Jiggles

Hums with potential    a flying minotaur

Rose

  • Bay Watcher
  • Resident Elf
    • View Profile
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #88 on: January 25, 2015, 07:33:10 am »

Regarding collecting money and stuff for Utilities, Toady had this to say:
I was asked to come in and weigh in on this.  I don't have a problem with the app as it regards "gutting" DF.  Looks cool!  The main problem we have with people selling "Dwarf Fortress" stuff is that sometimes people assume we are seeing part of the money, which is bad for us.  Along those lines, we'd not want people to be confused that they are buying a complete mobile version of DF, as people might again assume they are contributing to Bay 12 when it is not the case.  The sale of DF apps/mods in general gives me an uncomfortable feeling, but that's probably all it amounts to.  On the other hand, overall, these sorts of efforts are good for the game.  These are the issues, anyway.  If somebody had something specific they wanted permission for now or when the time is right, I can handle that via email or PMs.

And just to be clear, I'm not sure what the plans were overall, but we are completely against anybody selling DF itself, however it is bundled.

That said, I myself am not comfortable taking money for anything DF-related I do.
Logged

Orange Wizard

  • Bay Watcher
  • mou ii yo
    • View Profile
    • S M U G
Re: Armok Vision Project, or realtime 3D dwarf fortress
« Reply #89 on: January 25, 2015, 07:40:25 am »

You'll just have to be content with appreciation, then.
Logged
Please don't shitpost, it lowers the quality of discourse
Hard science is like a sword, and soft science is like fear. You can use both to equally powerful results, but even if your opponent disbelieve your stabs, they will still die.
Pages: 1 ... 4 5 [6] 7 8 ... 110