Loading...
  OR  Zero-K Name:    Password:   
Title: TEAMS: All Welcome
Host: Nobody
Game version: Zero-K 1.6.7.3
Engine version: 104.0.1-287-gf7b0fcc
Battle ID: 593683
Started: 5 years ago
Duration: 24 minutes
Players: 14
Bots: False
Mission: False
Rating: Casual
Watch Replay Now
Manual download

Team 1
Chance of victory: 56.2%

UArankMadHero
unknownrankShaman
USrankArchangel
DErankJummy
CAranknoobula
INrankDeathStealth
USrankSerpentZ
Team 2
Chance of victory: 43.8%

GBrankBLaNKMiND
AUrank4hundred
RUrankFRC_Volen
GBrankTGES1993
ZArankAstran
BRrankRedComet
GBrankOzy

Show winners



Preview
Filter:    Player:  
sort
Priming nukes before launch is a significant advantage and to widget it is pretty simple.


function widget:GameFrame(f)
for id,data in pairs(launcherstoprime) do
if data == 0 then
Spring.GiveOrderToUnit(id,CMD.ATTACK,attackhere,0)
launcherstoprime[id] = f + 10
Spring.Echo("Primed " .. id)
elseif data == f then
Spring.GiveOrderToUnit(id,CMD.STOP,empty,0)
Spring.Echo("Stopping " .. id)
launcherstoprime[id] = nil
end
end
end
+2 / -0