Wall attributes.

Designed a level that creates new, exciting, and challenging Armagetron game play? Or maybe just something funky. Put it right here.
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

Code: Select all

char const *pointer = "src/tron/gParser.cpp";
se_GetLocalPlayer()->Chat(tString(pointer));
There's no place like ::1
QUARG
Round Winner
Posts: 223
Joined: Thu Sep 14, 2006 2:38 pm
Location: montreal

Post by QUARG »

Ok i went into parser.cpp (which i guess is c++) and found this...

Code: Select all

else if (isElement(cur->name, (const xmlChar *)"ObstacleWall", keyword)) {
            parseObstacleWall(grid, cur, keyword);
...what exactly is obstaclewall? Is it different from <wall>?
User avatar
Z-Man
God & Project Admin
Posts: 11585
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

QUARG wrote:...what exactly is obstaclewall? Is it different from <wall>?
Ignore it, it's not functionally different from <wall> and only there because it was in the first few iterations of the map format. For new features, you can ignore everything not in the current DTD.
User avatar
17na
Average Program
Posts: 94
Joined: Wed Nov 10, 2010 2:14 am
Location: Fcon server. you are a true tron fan if you get the reference.

Re:

Post by 17na »

Jonathan wrote:
sinewav wrote:alpha channel
Oh, and someone implement depth sorting, depth peeling, ray tracing, or such. :)
hey dont forget bloom support :)
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Re: Wall attributes.

Post by Jonathan »

Nice revival...

My comment was about transparent walls not working that well. Also, I'm not exactly a bloom fan. Leave that to flowers.
ˌɑrməˈɡɛˌtrɑn
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5041
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Re: Wall attributes.

Post by Phytotron »

It can be done.
Attachments
sakura-preview.jpg
sakura-preview.jpg (24.87 KiB) Viewed 4341 times
Post Reply