The following screenshot sort of sucks, but I died after taking it and couldn't make another one:
Zones v2 tricks, tip and rip-off
Yeah, it aint perfect, or indeed working, but with some tinkering and the ability to have zones touching zones influencing things, maps like that would be possible.
Here's another. Simply reach the man.
edit: fixed, thanks.
Here's another. Simply reach the man.
Code: Select all
RESOURCE_REPOSITORY_CLIENT http://www.crazy-tronners.com/resource/
MAP_FILE ed/zones_v2/valley_of_death-0.0.1.aamap.xml
Last edited by ed on Fri Jul 06, 2007 1:44 pm, edited 1 time in total.
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
The MAP_FILE contained a typo, it should be valley, not vallet. Anyways, I thought it was totally impossible, trying all kinds of grinding tricks, until i figured out what that fortress style zone was for, after that it was easy.

Last edited by wrtlprnft on Fri Jul 06, 2007 5:23 pm, edited 1 time in total.
There's no place like ::1
Last one for a while. It's not really finished but I have other things I need to do for a while, so I'll post it and hope someone else will do something better with it.
It does work, it's just not very good.
Really I got carried way with Inkscape, it is rather good.
A Car, A Tree, Three Butterfly's and Four Comic Hammers.
It does work, it's just not very good.
Really I got carried way with Inkscape, it is rather good.
A Car, A Tree, Three Butterfly's and Four Comic Hammers.
Code: Select all
RESOURCE_REPOSITORY_CLIENT http://www.crazy-tronners.com/resource/
MAP_FILE ed/zones_v2/hammertime-0.0.1.aamap.xml- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
In fact the recording exists because I have a script that always makes recordings. I pressed the screenshot button twice in there, though, and I don't want to have multiple identical screenshots (means i'm too lazy to delete them/make a new recording).
The screenshots are just there to prove that it's doable. You can't know if I was evil and set CYCLE_BRAKE to -1000 or so, though, but cheating is not the point of these maps.
The screenshots are just there to prove that it's doable. You can't know if I was evil and set CYCLE_BRAKE to -1000 or so, though, but cheating is not the point of these maps.
There's no place like ::1
Updated the map. It may look similar to the last one, but under the hood it's all been tidied up and monified (no typo).
I think I finally understand current zones version 2 (at least the non-team stuff), it's capabilities and it's limitations.
Here's a wish list. If some of these things get added, I'm happy.
Maybe they're already there, I've just misunderstood things.
Most I believe you'll be working towards anyway, it's the natural progression.
Scale and colours to work like rotation in a monitor. So as the monitor level changes, the zones size and colour can change smoothly.
something like:
Or even start and end cordinates, so paths could be linked with zones:
Zones with no influence. I was forced to make a zone influence something. It has no real influence, it's either a red herring or part of the scenery.
Monitor Influence Count. To work in the same way as target count.
On this map I was trying to allow the butterflys to influence add to the winzonetree monitor, this worked, but I wanted them to only be able to influence the monitor once each, to give you more time before the planet explodes. I couldn't do this.
Map format. This map is over 1000 lines long, I'm sure it could be done in 250 if I didn't have to repeat zones and monitor influences. Half that if zones themselves could be stored in a seperate file. And it would be a nice tidy file, not the confusing mess that is hammertime. If you'd like my idea's on this I will write them, but just logical stuff I'm sure you've already thought of.
Invincibility Zone. While I'm in it I am invincible to other deathzones, although walls and arena will still get me.
On this map, as time passes the tree will get smaller, if it vanishes before you reach it you have failed. I was trying to give the player regular updates on the time left this was in the moni_wintree:
But it didn't work.
It did work if I added it to the butterfly monitor. I think this was because there was a player in the butterfly zone, me.
With the settings that are global, this needent be necessary. Maybe something like:
And wrtlprnft, I hope it offers more of a challenge this time

edit: Probably a few more idea's I've forgotten about. Rotation start and end degrees linked with the monitor was one.
Code: Select all
RESOURCE_REPOSITORY_CLIENT http://www.crazy-tronners.com/resource/
MAP_FILE ed/zones_v2/hammertime-0.0.2.aamap.xmlHere's a wish list. If some of these things get added, I'm happy.
Maybe they're already there, I've just misunderstood things.
Most I believe you'll be working towards anyway, it's the natural progression.
Scale and colours to work like rotation in a monitor. So as the monitor level changes, the zones size and colour can change smoothly.
something like:
Code: Select all
<Monitor name="moni_zone" init="1.0" drift="-0.2" low="0.0" high="1.0">
<InRange low="-0.1" high="1.1">
<ZoneInfluence name="zone1">
<Rotation rotationSpeed="0;-0.35"/>
<Scale scale="0;10.0"/>
<Color red="0.54;0" green="0;0.2" blue="0;0.4" alpha="0.4;1"/>
</ZoneInfluence>
</InRange>
</Monitor>Code: Select all
<Monitor name="moni_zone" init="1.0" drift="-0.2" low="0.0" high="1.0">
<InRange low="0" high="0.2">
<ZoneInfluence name="zone1">
<Point x="0;10" y="0;0"/>
</ZoneInfluence>
</InRange>
<InRange low="0.2" high="0.4">
<ZoneInfluence name="zone1">
<Point x="10;10" y="0;10"/>
</ZoneInfluence>
</InRange>
...etc
</Monitor>Monitor Influence Count. To work in the same way as target count.
On this map I was trying to allow the butterflys to influence add to the winzonetree monitor, this worked, but I wanted them to only be able to influence the monitor once each, to give you more time before the planet explodes. I couldn't do this.
Map format. This map is over 1000 lines long, I'm sure it could be done in 250 if I didn't have to repeat zones and monitor influences. Half that if zones themselves could be stored in a seperate file. And it would be a nice tidy file, not the confusing mess that is hammertime. If you'd like my idea's on this I will write them, but just logical stuff I'm sure you've already thought of.
Invincibility Zone. While I'm in it I am invincible to other deathzones, although walls and arena will still get me.
On this map, as time passes the tree will get smaller, if it vanishes before you reach it you have failed. I was trying to give the player regular updates on the time left this was in the moni_wintree:
Code: Select all
<InRange low="0.99" high="1" >
<EffectGroup owners="">
<User user="all">
<Target target="all">
<Effect effect="setting" settingName="CENTER_MESSAGE" settingValue="You Have 20 Seconds to save the Planet. Good Luck!" count="1"/>
</Target>
</User>
</EffectGroup>
</InRange>
<InRange low="0.79" high="0.8" >
<EffectGroup owners="">
<User user="all">
<Target target="all">
<Effect effect="setting" settingName="CENTER_MESSAGE" settingValue="You Have 15 Seconds remaining to save the Planet!" count="1"/>
</Target>
</User>
</EffectGroup>
</InRange>It did work if I added it to the butterfly monitor. I think this was because there was a player in the butterfly zone, me.
With the settings that are global, this needent be necessary. Maybe something like:
Code: Select all
<InRange low="0.99" high="1" >
<Effect effect="setting" settingName="CENTER_MESSAGE" settingValue="You Have 20 Seconds to save the Planet. Good Luck!"
</InRange>edit: Probably a few more idea's I've forgotten about. Rotation start and end degrees linked with the monitor was one.
- wrtlprnft
- Reverse Outside Corner Grinder
- Posts: 1679
- Joined: Wed Jan 04, 2006 4:42 am
- Location: 0x08048000
- Contact:
http://wrtlprnft.ath.cx/arma/?min=631&max=633
This map is addictive! Basically you're allowed to miss two hammers in the first butterfly corner, and one in each of the other two. Oh, and there's the tail, you need to exit the car from the rear, not from the front, or you won't have a chance to get back!
I missed the ending message, though, so no screenshot of that.
This map is addictive! Basically you're allowed to miss two hammers in the first butterfly corner, and one in each of the other two. Oh, and there's the tail, you need to exit the car from the rear, not from the front, or you won't have a chance to get back!
I missed the ending message, though, so no screenshot of that.
There's no place like ::1
I discovered an app called recordmydesktop which will capture all or part of whatever's running on your desktop.Jonathan wrote:You could make a recording. Or even make a movie.
I set tron in a window 640x400 in the top left of the screen and ran:
Code: Select all
recordmydesktop --full-shots --no-sound -width 640 -height 400 -x 6 -y 48 -o zones2.aviI've had it running in mplayer on linux and windows. Although it wouldn't run on windows media player or winamp.
mplayer for windows was surprisingly simple to use. Simply extract the zip and run from command prompt (or drag the movie file onto mplayer.exe).
Last edited by ed on Mon Feb 11, 2008 3:50 pm, edited 1 time in total.
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6714
- Joined: Thu Dec 18, 2003 7:03 pm
I got to thinking today about the zones themselves how they seem to get in the way while playing. Is there currently a way to set zone height or transparency in the map_file?
example:
<Zone effect="fortress">
<ShapeCircle radius="400" height="10" growth="-0.4">
<Point x="0.010" y="-0.005" />
</ShapeCircle>
</Zone>
example:
<Zone effect="fortress">
<ShapeCircle radius="400" height="10" growth="-0.4">
<Point x="0.010" y="-0.005" />
</ShapeCircle>
</Zone>

