Posted: Tue Jun 06, 2006 12:40 pm |
|
I've been playing with the first one for a couple of hours now.
A great idea, but needs tweaking.
Your settings are just too odd to work.
Tails are far too long and the cycle speed settings are just wrong.
I have changed these to more normal settings and the arena is just too large to work correctly.
I took out the 2 end fortresses as they're not necessary.
You're left with 3 sumo arena's, which I think will work very well.
I reduced the whole size of the arena to half it's size using Armabell.
Trouble is, Armabell will round points to the nearest whole number.
This means that if you grind an angled wall now you often die, as it's not a good angle.
Below is the modified map. Kyle if you want to redo the coordinates I will load it up on the fortress.
Hex teamsumo, I twiddled with this also, it's just like chico sumo only no where near as fun, so no need for it really, sorry.
I am working on a four axis teamsumo with many obstacles to add to the fun.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">
<Resource type="aamap" name="three_deadly_hexagonal_sumos" version="0.0.1" author="ed" category="fortress">
<Map version="2.8.0">
<!-- Crazy Tronners Fortress Map
Map Created by Kyle
License: Do with it what you want.-->
<Settings>
<Setting name="FORTRESS_CONQUERED_KILL_MIN" value="0" />
<Setting name="FORTRESS_CONQUEST_DECAY_RATE" value=".1" />
<Setting name="FORTRESS_CONQUEST_RATE" value=".3" />
<Setting name="FORTRESS_DEFEND_RATE" value=".2" />
<Setting name="WIN_ZONE_INITIAL_SIZE" value="5" />
<Setting name="WIN_ZONE_RANDOMNESS" value="4" />
<Setting name="WIN_ZONE_DEATHS" value="1" />
<Setting name="WIN_ZONE_EXPANSION" value="3" />
<Setting name="CYCLE_BRAKE" value="30" />
<Setting name="CYCLE_BRAKE_REFILL" value=".1" />
<Setting name="CYCLE_BRAKE_DEPLETE" value="1" />
<Setting name="SP_WALLS_LENGTH" value="400" />
<Setting name="WALLS_LENGTH" value="400" />
<Setting name="CYCLE_ACCEL_RIM" value="1" />
<Setting name="CYCLE_ACCEL" value="20" />
<Setting name="CYCLE_SPEED" value="30" />
<Setting name="CYCLE_START_SPEED" value="20" />
<Setting name="CYCLE_SPEED_MIN" value=".25" />
<Setting name="CYCLE_RUBBER" value="5" />
<Setting name="CYCLE_TURN_SPEED_FACTOR" value=".95" />
</Settings>
<World>
<Field>
<Axes number="6"/>
<Spawn x="-25" y="173" xdir="1" ydir="0"/>
<Spawn x="425" y="173" xdir="-1" ydir="0"/>
<Zone effect="fortress">
<ShapeCircle radius="35">
<Point x="199.99" y="246"/>
</ShapeCircle>
</Zone>
<Zone effect="fortress">
<ShapeCircle radius="35">
<Point x="200.01" y="246"/>
</ShapeCircle>
</Zone>
<Zone effect="fortress">
<ShapeCircle radius="35">
<Point x="199.99" y="173"/>
</ShapeCircle>
</Zone>
<Zone effect="fortress">
<ShapeCircle radius="35">
<Point x="200.01" y="173"/>
</ShapeCircle>
</Zone>
<Zone effect="fortress">
<ShapeCircle radius="35">
<Point x="199.99" y="99"/>
</ShapeCircle>
</Zone>
<Zone effect="fortress">
<ShapeCircle radius="35">
<Point x="200.01" y="99"/>
</ShapeCircle>
</Zone>
<Wall height="3">
<Point x="-100" y="173"/>
<Point x="100" y="0"/>
<Point x="400" y="0"/>
<Point x="500" y="173"/>
<Point x="400" y="346"/>
<Point x="100" y="346"/>
<Point x="-100" y="173"/>
</Wall>
<Wall height="3">
<Point x="100" y="63"/>
<Point x="125" y="20"/>
<Point x="275" y="20"/>
<Point x="300" y="63"/>
<Point x="100" y="63"/>
</Wall>
<Wall height="3">
<Point x="100" y="283"/>
<Point x="125" y="326"/>
<Point x="275" y="326"/>
<Point x="300" y="283"/>
<Point x="100" y="283"/>
</Wall>
<Wall height="3">
<Point x="162" y="255"/>
<Point x="178" y="283"/>
<Point x="221" y="283"/>
<Point x="237" y="255"/>
</Wall>
<Wall height="3">
<Point x="237" y="237"/>
<Point x="221" y="209"/>
<Point x="178" y="209"/>
<Point x="162" y="237"/>
</Wall>
<Wall height="3">
<Point x="162" y="182"/>
<Point x="178" y="209"/>
<Point x="221" y="209"/>
<Point x="237" y="182"/>
</Wall>
<Wall height="3">
<Point x="237" y="164"/>
<Point x="221" y="136"/>
<Point x="178" y="136"/>
<Point x="162" y="164"/>
</Wall>
<Wall height="3">
<Point x="162" y="109"/>
<Point x="178" y="136"/>
<Point x="221" y="136"/>
<Point x="237" y="109"/>
</Wall>
<Wall height="3">
<Point x="237" y="90"/>
<Point x="221" y="63"/>
<Point x="178" y="63"/>
<Point x="162" y="90"/>
</Wall>
</Field>
</World>
</Map>
</Resource> |