Win/deathzone?

General Stuff about Armagetron, That doesn't belong anywhere else...
Post Reply
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Win/deathzone?

Post by pie goes moo »

I was wondering how to change the appearance of a zone. Like more tilted, different pic, etc.
Image
User avatar
compguygene
Adjust Outside Corner Grinder
Posts: 2346
Joined: Thu Aug 21, 2008 12:09 pm
Location: Cleveland, Ohio
Contact:

Re: Win/deathzone?

Post by compguygene »

you can't, they are coded in the source code.
Armagetron: It's a video game that people should just play and enjoy :)
https://bit.ly/2KBGYjvCheck out the simple site about TheServerPharm
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Win/deathzone?

Post by Z-Man »

There are some local settings you can apply on 0.2.8.3_x, but they affect ALL zones. And, of course, on the trunk, you have those arbitrary shape things.
User avatar
sinewav
Graphic Artist
Posts: 6488
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Win/deathzone?

Post by sinewav »

Pie, I guess you can play around with these if you have a recent client.

Code: Select all

ZONE_ALPHA                   Transparency factor for zone rendering. 1.0 gives full strength.
ZONE_ALPHA_TOGGLE            This is XORd with ALPHA_BLEND to determine the way to draw zones
ZONE_BOTTOM                  Where to put the zone along the Z axis. Default is 0.0
ZONE_HEIGHT                  The zone segments' height. Default is 5.0
ZONE_SEGMENTS                How many segments the zone is formed with. Default is 11
ZONE_SEG_LENGTH              The rendered percentual of every segment. Default is .5
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Re: Win/deathzone?

Post by pie goes moo »

Sine, I saw how the zones were tilted in your screenshot of the racing map. How do you do that?
Image
User avatar
sinewav
Graphic Artist
Posts: 6488
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Win/deathzone?

Post by sinewav »

pie goes moo wrote:Sine, I saw how the zones were tilted in your screenshot of the racing map. How do you do that?
Tilted? Which shot? Where?
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Re: Win/deathzone?

Post by pie goes moo »

sinewav wrote:Image
That screenshot.
Image
User avatar
sinewav
Graphic Artist
Posts: 6488
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Win/deathzone?

Post by sinewav »

pie goes moo wrote:That screenshot.
It looks like the "tilting" you are referring to is just the camera angle making the top of the zone appear wider than the bottom. There is no trick here; no magic settings. Just camera perspective. But if you simply must know my favorite zone settings, then try these:

Code: Select all

ZONE_ALPHA .2
ZONE_HEIGHT 3
ZONE_SEGMENTS 16
ZONE_SEG_LENGTH .9
So, um, good luck with whatever it is you're trying to do. Have a nice day.

:| :? :/
User avatar
compguygene
Adjust Outside Corner Grinder
Posts: 2346
Joined: Thu Aug 21, 2008 12:09 pm
Location: Cleveland, Ohio
Contact:

Re: Win/deathzone?

Post by compguygene »

nice zone settings sine! I am blatantly stealing them! FTW!
Armagetron: It's a video game that people should just play and enjoy :)
https://bit.ly/2KBGYjvCheck out the simple site about TheServerPharm
Post Reply