Showoff thread

A secret forum for people who preorder Overgrowth!
User avatar
Jendraz
Posts: 640
Joined: Mon Nov 12, 2007 6:55 pm
Location: Los Angeles
Contact:

Re: Showoff thread

Post by Jendraz » Thu Dec 18, 2008 8:14 pm

You guys are crazy.. Crazy AWESOME.

User avatar
Glabbit
Posts: 4917
Joined: Sun Feb 06, 2005 8:38 am
Location: A mile away, with your shoes!

Re: Showoff thread

Post by Glabbit » Fri Dec 19, 2008 10:49 am

YES!

User avatar
Zaphon
Posts: 181
Joined: Mon Jun 27, 2005 9:19 am
Location: Norway
Contact:

Re: Showoff thread

Post by Zaphon » Wed Dec 31, 2008 2:10 am

jo-shadow wrote: Above:
Picture 27.png
Whoa! Awesome!

User avatar
nutcracker
Posts: 1119
Joined: Tue Apr 22, 2008 2:16 am
Location: Western Finland

Re: Showoff thread

Post by nutcracker » Wed Dec 31, 2008 1:00 pm

This is awesome, I cant even move a block :D

Nuky
Plutonium Handler
Posts: 732
Joined: Mon Aug 15, 2005 5:34 am

Re: Showoff thread

Post by Nuky » Tue Jan 06, 2009 9:34 am

I think I'm getting the hang of the editor. Never mind the ground, though. I was still learning and didn't know how easy it was.
Hoooyeah!
Hoooyeah!
Phillip, you've earned some <3.

User avatar
nutcracker
Posts: 1119
Joined: Tue Apr 22, 2008 2:16 am
Location: Western Finland

Re: Showoff thread

Post by nutcracker » Tue Jan 06, 2009 11:56 am

Nice Nuky, but you share too much love for men :l

Nuky
Plutonium Handler
Posts: 732
Joined: Mon Aug 15, 2005 5:34 am

Re: Showoff thread

Post by Nuky » Tue Jan 06, 2009 2:12 pm

=( ...
Wait, wasn't objects supposed to cast shadows by now?

David
Project Leader
Posts: 1995
Joined: Wed Nov 19, 2003 10:45 pm
Contact:

Re: Showoff thread

Post by David » Tue Jan 06, 2009 3:07 pm

Objects can cast shadows, but not on each other yet. Object-terrain shadows may be disabled in the alpha for some reason; there is not really a good interface to calculate them yet. Soon we will have buttons or something to do that :)

Nuky
Plutonium Handler
Posts: 732
Joined: Mon Aug 15, 2005 5:34 am

Re: Showoff thread

Post by Nuky » Tue Jan 06, 2009 4:21 pm

Oooo, buttons. :)
Alrighty, that explains it. 8)

User avatar
Johannes
Posts: 1374
Joined: Thu Dec 18, 2008 1:26 am
Contact:

Re: Showoff thread

Post by Johannes » Tue Jan 27, 2009 11:39 pm

Been messing around with custom Heightmaps, seeing what looks good (organic shapes) and what doesn't (hard edges, extreme slopes)

I wanted to try and make a huge hole for testing out the full range of slopes, and how the current rabbot physics would handle on them, as well as how high a height map could be. the heightmap looks like this:
hole.png
Jumping in and around the hole I noticed a cool thing: http://jo-shadow.com/Public/Johannes/Mo ... le_Map.mp4
By angling my jump right and providing constant circular motion I could 'stick' to the walls. Ahh physics.
(yes I was lazy and just kept the desert color map)
Last edited by Johannes on Fri Jan 30, 2009 1:07 pm, edited 1 time in total.

User avatar
zamzx zik
Posts: 197
Joined: Wed Oct 26, 2005 12:11 pm
Location: Pasadina, MD
Contact:

Re: Showoff thread

Post by zamzx zik » Tue Jan 27, 2009 11:49 pm

that's hot

User avatar
BunnyWithStick
Gramps, Jr.
Posts: 4297
Joined: Mon Dec 05, 2005 12:14 am
Location: New Zealand

Re: Showoff thread

Post by BunnyWithStick » Wed Jan 28, 2009 6:28 am

That's not sticking, that's surfing. Source engine style.

Good to see you can do that in OG as well. I can't wait for surfing levels.

Oh, and you can grab the terrain as well as objects, I've found. So you can use the grab key (Right-click) to climb your way up the walls.

User avatar
Glabbit
Posts: 4917
Joined: Sun Feb 06, 2005 8:38 am
Location: A mile away, with your shoes!

Re: Showoff thread

Post by Glabbit » Wed Jan 28, 2009 3:24 pm

Okay, now that is nice!

Climbing walls, too?
Oohh, yeaah! *does a little victory dance*

User avatar
VerdantPlanes
Posts: 71
Joined: Mon Oct 06, 2008 6:57 pm

Re: Showoff thread

Post by VerdantPlanes » Thu Jan 29, 2009 5:49 pm

how do you insert your custom heightmaps? I've been poking around the alpha and nothing's jumped out

User avatar
Johannes
Posts: 1374
Joined: Thu Dec 18, 2008 1:26 am
Contact:

Re: Showoff thread

Post by Johannes » Thu Jan 29, 2009 6:13 pm

VerdantPlanes wrote:how do you insert your custom heightmaps? I've been poking around the alpha and nothing's jumped out
You can edit the heightmap used by the default level that loads when you start up OG:
Data/Textures/Terrain/ProcDesert/ProcDesert_hm.png
it is a 16bit B/W image, so to edit it it's best to use Photoshop or another program capable of 16bit per channel editing.

More elegantly, you could change the pointer in the level file found in:
Data/Levels/basic_blocks.xml
Open the file with a text editor. you'll see various XML tags, the first one concerns the Terrain:

Code: Select all

<Terrain>
    <Heightmap>Data/Textures/Terrain/ProcDesert/ProcDesert_hm.png</Heightmap>
    <DetailMap>Data/Textures/ground_normal.tga</DetailMap>
    <NormalMap>Data/Textures/Terrain/ProcDesert/ProcDesert_n.tga</NormalMap>
    <ColorMap>Data/Textures/Terrain/ProcDesert/ProcDesert_c.tga</ColorMap>
</Terrain>
- Heightmap is the overal terrain shape. It is a 16 bit B/W image.
- Detailmap is the texture you see when you look really closely at the ground. it's a tga
- Normal map doesn't seem to be necessary, as I can't find the file anywhere.
- Color map is the absolute color of the terrain, without any shading. basically what it would be in completely flat white light. when shadows and highlites are baked on, the engine uses this as its base. it's also a tga.

I don't know if the engine can take other image formats, but to be safe make sure to save whatever files as the format described above.

As a side note: there are only two textures that you need for a map to work: the color map, and the height map. in this case it's "ProcDesert_c.tga" (color) and "ProcDesert_hm.png" (height).
all the other textures are either generated based on these two on startup, or cache files of the originals.

If you change the Heightmap I have found that sometimes it doesn't re-generate the baked texture, so to be sure I always delete all the files except "..._hm" and "..._c" after an edit.

Post Reply