Underrail Forum

Underrail => General => Topic started by: Mac Orion on November 07, 2014, 10:08:39 am

Title: The stuff we deal with during development
Post by: Mac Orion on November 07, 2014, 10:08:39 am
(http://i.imgur.com/XUxvp3F.gif)

Title: Re: The stuff we deal with during development
Post by: UnLimiTeD on November 07, 2014, 12:36:20 pm
 :o
Wait, what?
Title: Re: The stuff we deal with during development
Post by: Mac Orion on November 07, 2014, 12:41:49 pm
she didn't like her new shirt
Title: Re: The stuff we deal with during development
Post by: Elhazzared on November 07, 2014, 12:57:50 pm
If only those physics applied to the real world lol.
Title: Re: The stuff we deal with during development
Post by: DMonin on November 07, 2014, 04:29:34 pm
(https://psv4.vk.me/c538309/u53303213/docs/4f6909030bb8/wwe_13.gif)
Title: Re: The stuff we deal with during development
Post by: UnLimiTeD on November 08, 2014, 12:07:54 pm
If you think about it....  :P

Well, that at least goes as proof that the models are 3D rendered. Kinda odd that nowadays you create a retro look by rendering stuff, then essentially making a screenshot of it. ^^
Then again, I think Diablo 2 worked the same way.
Title: Re: The stuff we deal with during development
Post by: Styg on November 08, 2014, 01:13:06 pm
If you think about it....  :P

Well, that at least goes as proof that the models are 3D rendered. Kinda odd that nowadays you create a retro look by rendering stuff, then essentially making a screenshot of it. ^^
Then again, I think Diablo 2 worked the same way.

Nothing odd about that let me assure you. It's been done that way for a long time now. Diablo 2, yes, but also Diablo 1 and many other games you'd consider retro. ;)
Title: Re: The stuff we deal with during development
Post by: MetaSieg on November 10, 2014, 02:32:24 pm
Off the top of my head, Baldur's Gate and Icewind Dale did this as well.
Title: Re: The stuff we deal with during development
Post by: Eliasfrost on November 10, 2014, 05:13:37 pm
It's a great way to easily create multi-directional sprites, especially for isometric graphics. So it's not surprising that it was (and still is) a popular practice.
Title: Re: The stuff we deal with during development
Post by: UnLimiTeD on November 11, 2014, 12:46:46 pm
Actually I assumed by now everybody did that. Darn.
Everything on one sounds like some serious work.
Title: Re: The stuff we deal with during development
Post by: Mac Orion on November 11, 2014, 02:23:19 pm
Talking about Diablo 2's sprites, it used a nice trick of reducing the amount of redundant sprites. Instead of having sprite sheets for every possible equipment combination for all characters, some pieces of equipment were stored in separate spritesets and those were rendered on top of the character base sprite.

I always wondered why more games don't use that approach. I guess it takes a lot of work to implement properly.

Well it's easier now days to render a model in 3D on a rendertarget and use it as a texture in your sprite engine. This is something we would like to do but will not happen for underrail because it would need couple of months to set the engine, do low poly models and textures for all models we now have in the game and getting the animation right. Also we would need to change how we render stuff.

But for another game we would like to go that approach so we can have more animations for characters and overall better looking characters.

Underrail is really a mish mash when it comes to asset creation, some newer stuff looks better than older stuff, well that is the price of early access.

Usually I'm much faster in 3d, something like that I showed I can make in couple of hours production ready with couple of variations, doing that handpainted would take so much more time and it would multiply with every direction variation I want to have.