Loading...
  OR  Zero-K Name:    Password:   
Title: AI wars
Host: CZrankSpringiee240
Game version: Zero-K v1.3.11.3
Engine version: 100.0
Battle ID: 386185
Started: 8 years ago
Duration: 25 minutes
Players: 1
Bots: True
Mission: False
Rating: None
Watch Replay Now
Manual download

Spectators
CZrankSpringiee240

Show winners



Preview
Filter:    Player:  
sort
Circuit & ZKGBAI bring it.

[Spoiler]
Circuit's sneaky flanking work with glaives gets exponentially more annoying as your fronts get bigger.

Both AI would benefit imo from having riot units set to guard commander as game progresses to prevent trivial raider comsnipes.
+1 / -0

8 years ago
KGB had an exploitable behavior where it could end up producing nothing but raiders. :( That's mostly what it did this game.
+1 / -0


8 years ago
had, past tense? :)
+0 / -0
The version of ZKGBAI that was used in Orfelius games is the prototype of the next stage in robot evolution - it's not released in compiled form yet.

ZKGBAI figuring out actual type counters would be great, but approaches are still unclear.
+0 / -0


8 years ago
I need to learn to compile :(
+0 / -0
how2compile:

eclipse mode

1) obtain zkgbai
2) obtain Eclipse
3) import ZKGBAI into Eclipse from the folder where you extracted it into
4) export as JAR file, call it SkirmishAI.jar, replace one you have currently.

ant mode

1) obtain zkgbai
2) obtain ant
3) lauch cmd.exe and cd to the folder where you extracted the source
4) invoke "ant dist"
5) copy products into your AI folder.

idea mode

1) obtain zkgbai
2) obtain IntelliJ IDEA
3) import the project into IDEA
4) compile a JAR file and use it to replace the current one.

Note: optimality of solar empire generation not guaranteed for developement builds. Most of these also require Java, but i don't think you'll get away with installing any of the build tools without Java.
+2 / -0
Yous the dawg!
+1 / -0

8 years ago
By "java" he means jdk btw. For IDEA open the project file first, right-click "build.xml" from the main directory and select "Add as Ant Build File" all the way at the bottom. Then you have to set up the jdk to use under File->Project Structure. To compile it, the rightmost panel shows you the build options, select 'dist' and hit the green arrow button at the top. Then copy the dist folder from the main directory into your KGB folder under spring.
+1 / -0


8 years ago
I cant get it to find a JDK, even in the C:\Program Files (x86)\Java\jre1.8.0_51 directories
+0 / -0

8 years ago
You just need to select the directory itself and hit ok. :P
+0 / -0


8 years ago
C:\Program Files (x86)\Java\jre1.8.0_51 directory?

it says that is not a valid sdk location
+0 / -0
You need to point it to the JDK (java development kit), not the JRE (java run time environment).

I don't think JDK is shipped as part of a normal java installation.
+0 / -0


8 years ago
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

is this not a development kit? thats what I'm pointing it at
+0 / -0

8 years ago
Yes, that link looks correct, but I don't think it should reside in a "jre-<something>" folder in any case.
+0 / -0


8 years ago
this isn't transpiring to be as approachable as Anarchid made out :(
+0 / -0
Which approach you are using where it cannot find JDK? Afaik Eclipse shouldn't even launch without it.
+0 / -0


8 years ago
This is in IntelliJ IDEA
+0 / -0


8 years ago
Unfortunately i have precisely zero experience with that but maybe USrankaeonios can help more.

Or you can try ant or eclipse.
+0 / -0


8 years ago
I installed eclipse, but the approachability of these software suites to someone who dosn't have experience with them is zero. I dont even know where on the GUI I should begin lol.. I could probably figure it out with google and an evening free but any instruction would be welcome
+0 / -0
this came as first google result and i think it's valid except that you have to pick ant buildfile or existing project instead of an archive.
+0 / -0