Making new art assets (and WIP)
Re: Making new art assets (and WIP)
The ceilings apparently can be tall or arched somewhat in the center, as you can see in the "cave in" ceiling. And of course there are the pit ceilings. But it looks like all the edges of the ceiling need to be down to the wall height on all four sides (unless you had a really custom section with some ceiling pieces that were tall but must go together or other things will look wrong)
Finished Dungeons - complete mods to play
Re: Making new art assets (and WIP)
I also did notice that, as well as the floor tiles with 'grates' seems to be pretty deep, however I am not sure for wall height. They seems to be between 3,5 m and 4m but it's probably fixed since the engine needs to know where to put the ceiling.Komag wrote:The ceilings apparently can be tall or arched somewhat in the center, as you can see in the "cave in" ceiling. And of course there are the pit ceilings. But it looks like all the edges of the ceiling need to be down to the wall height on all four sides (unless you had a really custom section with some ceiling pieces that were tall but must go together or other things will look wrong)
Edit : Okay so from what I've read, every tiles are 3m x 3m, the pillars as well as the walls are also 3m tall. So... I am still wondering how this cube would be able to roll, and also how wide are walls, unles they are really only a surface and not a solid.
The Lurker
Re: Making new art assets (and WIP)
The ceiling can be at any height. Just model the walls as high as you like. The ceiling model should be modeled so that when it's placed in a square it is at the correct height.
Re: Making new art assets (and WIP)
So if my understanding is corect I model the wall as high as I want and the ceiling will ajust itself automaticaly?petri wrote:The ceiling can be at any height. Just model the walls as high as you like. The ceiling model should be modeled so that when it's placed in a square it is at the correct height.
The Lurker
Re: Making new art assets (and WIP)
You have to model the ceiling so that it's floating in the air at the desired altitude.J. Trudel wrote:So if my understanding is corect I model the wall as high as I want and the ceiling will ajust itself automaticaly?petri wrote:The ceiling can be at any height. Just model the walls as high as you like. The ceiling model should be modeled so that when it's placed in a square it is at the correct height.
Re: Making new art assets (and WIP)
You can model the walls as high as you want, but you have to compensate the wall height in the ceiling placement. Ceilings are automatically raised to default 3m.J. Trudel wrote:So if my understanding is corect I model the wall as high as I want and the ceiling will ajust itself automaticaly?
Example: Dungeon wallset is in 3m grid, so the ceiling is in the origin and code lifts it by default into 3m height. Prison wallset is also in 3m grid, but walls are 3,8m high. That means that ceiling piece must be compensated by rising it 0,8m above origin and after code lifts it another 3m, you get the desired 3,8m ceiling height.
Follow me on Twitter: @JuhoMakingStuff
Re: Making new art assets (and WIP)
Oh, I had the impression that the walls were not offseted in code and would have to be modeled at the correct height. I stand corrected by the mighty Emperorjuho wrote:You can model the walls as high as you want, but you have to compensate the wall height in the ceiling placement. Ceilings are automatically raised to default 3m.J. Trudel wrote:So if my understanding is corect I model the wall as high as I want and the ceiling will ajust itself automaticaly?
Example: Dungeon wallset is in 3m grid, so the ceiling is in the origin and code lifts it by default into 3m height. Prison wallset is also in 3m grid, but walls are 3,8m high. That means that ceiling piece must be compensated by rising it 0,8m above origin and after code lifts it another 3m, you get the desired 3,8m ceiling height.
Re: Making new art assets (and WIP)
Rule of thumb obviously is that if you get everything working in 3m grid in you 3d modelling software you're in good shape. Obviously there are some restrictions in wall thickness like monsters clipping on too thick walls and things like levers and buttons may not sit on the wall correctly. But if you make all the assets, then you can do pretty much anything you want (in a 3m grid naturally).J. Trudel wrote:What exactly are those tileset rules? I am interested in making tilesets however it's hard to find the specs for wall pillars, floortiles etc. I understand that its a 3m grid but hat about wall height or thickness ? Can the ceiling be like a gothic arch or do it need to be flat ? Could the pillars be made bigger? Correct (maximum) x,y,z values for each 'parts' would be appreciated.
If you want everything to be modular, "gothic arch" is problematic. It doesn't work in all directions. I guess only way (without code support) is to manually place different pieces to vertical and horizontal tunnels and naturally some connectors to crossroads.
Follow me on Twitter: @JuhoMakingStuff
Re: Making new art assets (and WIP)
When you say 'floating' does that mean that the Ceiling [and floor?] is a separate plane from the walls?petri wrote:You have to model the ceiling so that it's floating in the air at the desired altitude.J. Trudel wrote:So if my understanding is corect I model the wall as high as I want and the ceiling will ajust itself automaticaly?petri wrote:The ceiling can be at any height. Just model the walls as high as you like. The ceiling model should be modeled so that when it's placed in a square it is at the correct height.
Does this mean that one cannot model arched ceilings?
Last edited by Isaac on Thu Sep 13, 2012 9:26 am, edited 1 time in total.
Re: Making new art assets (and WIP)
Walls are modeled in correct height above origin. I was talking about ceiling placement and compensating the higher walls.petri wrote:Oh, I had the impression that the walls were not offseted in code and would have to be modeled at the correct height. I stand corrected by the mighty Emperor
Follow me on Twitter: @JuhoMakingStuff