Environment development
-
angrymonkey
- Posts: 4
- Joined: Fri May 11, 2012 4:52 pm
Environment development
I like what I've seen of the environments. Wondering if there are plans for a lot of variety - like forests with undergrowth to hide in, boulders to climb, broken and fallen trees, tall grasses. Even fields with waist high grass might be interesting if you could crouch down and hide/sneak.
Re: Environment development
Most of these points have already been addressed, if not officially, by community maps. Right now, some of the maps are rather bare bones when it comes to sheer object number (trees, rocks, etc) simply because of performance issues (since it's not optimized, obviously), but they are getting there. 
-
angrymonkey
- Posts: 4
- Joined: Fri May 11, 2012 4:52 pm
Re: Environment development
Great. I also saw the video of the rabbit huts and the cat cities. I'm interested in how they will differentiate structures for the animal types. I think the rabbit villages should have watchtowers and maybe escape tunnels. Cat towns could have big courtyards to trap visitors in. And some species has to be able to build trojan rabbits.
Re: Environment development
Escape tunnels unerground are challenging from a technical perspective. Towers are a good idea though.
-
Jaz
- Posts: 513
- Joined: Mon Mar 05, 2012 3:33 pm
- Location: Earth, Near The Sun, Milky Way, Universe, Time Loop
Re: Environment development
Escape tunnels underground are challenging? How?Endoperez wrote:Escape tunnels unerground are challenging from a technical perspective. Towers are a good idea though.
Code in a way to disable error messages, leave a hole in the ground, model a tunnel, dump it underground, model a fake turf, dump it on top. Voila! Underground escape tunnels.
Re: Environment development
You have no idea how OG terrains work and how are they genaratedJaz wrote:Escape tunnels underground are challenging? How?Endoperez wrote:Escape tunnels unerground are challenging from a technical perspective. Towers are a good idea though.
Code in a way to disable error messages, leave a hole in the ground, model a tunnel, dump it underground, model a fake turf, dump it on top. Voila! Underground escape tunnels.
-
SteelRaven7
- Posts: 681
- Joined: Sat Sep 26, 2009 4:02 pm
- Location: Sweden
Re: Environment development
Anyway, spoke with Ninjas about this a while ago on the IRC, after showing him this image: 
If I remember correctly, he said that that would be a possibility in Overgrowth, but wasn't very specific on how it would be implemented. Right now though, it'd be very difficult and require modelling of the actual ground and a huge hole in the heightmap.
EDIT I suppose one could also generate the terrain from a heightmap and then edit the terrain itself and produce something similar to this.

If I remember correctly, he said that that would be a possibility in Overgrowth, but wasn't very specific on how it would be implemented. Right now though, it'd be very difficult and require modelling of the actual ground and a huge hole in the heightmap.
EDIT I suppose one could also generate the terrain from a heightmap and then edit the terrain itself and produce something similar to this.
Re: Environment development
yes this is doable right now. SteelRaven7 if you have played my old monastery map that i updated with new heightmap then you can see there that i have created almost flat terrain under some buildings on this map. So yes, you can model narrow canyons and add there some rocks to make it look better but you can't create a hole trough heightmap (terrain). Also you can create useing same technique to make "tunnels" that you cover with rocks or something like that but again you have to make custom height map for that.
Re: Environment development
Yeah, you can't really make holes in the terrain. You can lower one area to make a canyon and cover the canyon walls (where the texture is stretched horribly) with other models and/or detail texture and/or decals etc. You can model a "roof" for the canyon, a "ground" that seems to be the ground level above ground, and the "entrances" that look like holes through the ground.
So, it's either technically challenging (punching holes through terrain), or lots of work for what you get.
So, it's either technically challenging (punching holes through terrain), or lots of work for what you get.