Zone control

Zone control

Discuss Lua based Spring scripts (LuaUI widgets, mission scripts, gaia scripts, mod-rules scripts, scripted keybindings, etc...)

Moderator: Moderators

Post Reply
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Zone control

Post by AF »

In supcom theres a user made map called zone control.

Its a grid of squares, and the corners are raised.

You start with a turret in one square next to a raised square, and in the raised square you have 3 buildings and an upgrader. The turret spawns a unit every 2-3 seconds.

You can upgrade the turret and what it spawns using the units in the raised square, or by killing other units.

Every other square contains a neutral turret that fires at anybody but doesnt spawn units.

You are supposed to attack these turrets and take control of that zone before the enemy, so that a new turret spawns and starts spawning more units for you.

Theres no commander or building factories, no resources of any kind save taking control of turrets.
User avatar
Agon
Posts: 527
Joined: 16 May 2007, 18:33

Post by Agon »

The same is available for warcraft 3. I think they steal it from it.
For spring it would be...not bad. It would be another thing as normal maps. :roll:
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

It was stolen from a starcraft 3rd party map.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Post by knorke »

tic tac toe style zone control would be cool. (3 in a row = you win)
I think the problem is, the lobby has no way to select those special scripts.
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

I think it would be mod Lua anyway but any form of territory control that doesn't require ordering builders to put a building there is cool with me.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

Map lua modules would do this fine.
User avatar
yuritch
Spring 1944 Developer
Posts: 1018
Joined: 11 Oct 2005, 07:18

Post by yuritch »

By your description it is just the kind of gameplay Z was famous for. And Z was released before StarCraft...
Don't they have any other Z features by chance? Like, say, the crews on vehicles that can be killed?
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

AF wrote:Map lua modules would do this fine.
But you'd have to introduce custom units and stuff or force a specific mod to the point where you can just as well make your own mod.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

But then how do you make that mod work on all maps?

Id think itd be forced into a handful of maps
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

There's a dependency either way, all you can do to reduce it is to produce some kind of fallback algorithm that improvises.
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Post by imbaczek »

AF wrote:But then how do you make that mod work on all maps?
Same as Kernel Panic: you don't.
Post Reply

Return to “Lua Scripts”