Making new art assets (and WIP)

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
juho
Posts: 238
Joined: Mon Feb 27, 2012 1:18 pm

Re: Making new art assets (and WIP)

Post by juho »

Isaac wrote: 1. When you say 'floating' does that mean that the Ceiling [and floor?] is a separate plane from the walls?
2. Does this mean that one cannot model arched ceilings?
1. Floors, walls, ceilings and pillars are all separate models.
2. Check my post above.
Follow me on Twitter: @JuhoMakingStuff
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Making new art assets (and WIP)

Post by petri »

juho wrote:
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 :lol:
Walls are modeled in correct height above origin. I was talking about ceiling placement and compensating the higher walls.
Sorry, when I wrote "walls" I means the ceiling. I had the impression that the ceiling was not offseted in code because it would be more easier to make tunnels of varying height that way. But anyway, no big deal I guess.
User avatar
Isaac
Posts: 3185
Joined: Fri Mar 02, 2012 10:02 pm

Re: Making new art assets (and WIP)

Post by Isaac »

juho wrote:
Isaac wrote: 1. When you say 'floating' does that mean that the Ceiling [and floor?] is a separate plane from the walls?
2. Does this mean that one cannot model arched ceilings?
1. Floors, walls, ceilings and pillars are all separate models.
2. Check my post above.
So... a higher ceiling means making taller walls? (Obviously :))

Tiles just have to fit together? I was concerned for a moment that there was a constant (single plane) floor and ceiling. So basically LoG's tiles are not too different from say... Bethesda's Oblivion? (or Bioware's NWN?)
Last edited by Isaac on Thu Sep 13, 2012 9:37 am, edited 1 time in total.
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Making new art assets (and WIP)

Post by petri »

Isaac wrote:Does this mean that one cannot model arched ceilings?
You can but it's a lot of work. Like Juho said, you would have to manually place custom wall/arch objects everywhere.
User avatar
Isaac
Posts: 3185
Joined: Fri Mar 02, 2012 10:02 pm

Re: Making new art assets (and WIP)

Post by Isaac »

petri wrote:
Isaac wrote:Does this mean that one cannot model arched ceilings?
You can but it's a lot of work. Like Juho said, you would have to manually place custom wall/arch objects everywhere.
:)

I'm thinking an hours tinkering with the final release of the editor will clear up all of my questions; I don't have access to the Steam Beta, but I can wait for it. Does the Beta have an expected duration? (One week, two week, three?)

@Juho: Does a tile set have a recommended poly count for the whole thing?
User avatar
juho
Posts: 238
Joined: Mon Feb 27, 2012 1:18 pm

Re: Making new art assets (and WIP)

Post by juho »

And just to be sure how the thing works, here are the floor, wall, ceiling and pillar models of Dungeon and Prison wallsets. Darker parts are Prison. There's only one floor because they both have just planar floor (Dungeon wallset actually has variation pieces with some elevated geometry, but for the sake of clarity I just put the planar one). Notice how the ceiling piece is above origin to compensate higher walls.

Image
Follow me on Twitter: @JuhoMakingStuff
User avatar
J. Trudel
Posts: 117
Joined: Tue Aug 28, 2012 3:05 pm
Location: Montreal, Canada

Re: Making new art assets (and WIP)

Post by J. Trudel »

Great ! Many thanks for the specs, another quick question should we be modeling in triangles and does the renderer support other maps like reflexion maps or displacement maps ? I am not used to do game art, but I understand I need to keep low on computer calc.
The Lurker
User avatar
juho
Posts: 238
Joined: Mon Feb 27, 2012 1:18 pm

Re: Making new art assets (and WIP)

Post by juho »

J. Trudel wrote:Great ! Many thanks for the specs, another quick question should we be modeling in triangles and does the renderer support other maps like reflexion maps or displacement maps ? I am not used to do game art, but I understand I need to keep low on computer calc.
No need to model in triangles, the engine does that for you. Basic shader supports currently only diffuse, specular and normal maps. It's good to keep the polycount low, but the engine can push high polygoncounts pretty nicely though.
Follow me on Twitter: @JuhoMakingStuff
User avatar
Tomm
Posts: 36
Joined: Sat Apr 14, 2012 2:15 pm

Re: Making new art assets (and WIP)

Post by Tomm »

Now we really need an exporter for blender or modo :| too bad I suck at programming.
User avatar
Bek
Posts: 39
Joined: Fri Apr 13, 2012 3:39 am

Re: Making new art assets (and WIP)

Post by Bek »

Are nonsquare UV's supported? I assume smoothing groups must be, and I can see smoothing on the bricks in that image. Normals are tangent space I imagine, not object space?
Tomm wrote:Now we really need an exporter for blender or modo :| too bad I suck at programming.
Agreed, I've asked how it might be done on polycount forums, apparently it shouldn't be too difficult, but it's probably beyond my (very) limited python skills.
Post Reply