Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved More questions!

Joined
Sep 7, 2016
Messages
48
Hi i would like to know how are coordinates assigned in a code for example i found this code in a ChickenFighter-
public Area killzone = new Area.Rectangular(new Coordinate(3237, 3300), new Coordinate(3226, 3288));

How do you get those coordinates? are they automatically assigned?
 
Client Developer
Joined
Oct 12, 2015
Messages
3,758
Hi i would like to know how are coordinates assigned in a code for example i found this code in a ChickenFighter-
public Area killzone = new Area.Rectangular(new Coordinate(3237, 3300), new Coordinate(3226, 3288));

How do you get those coordinates? are they automatically assigned?

Development Toolkit

Join the Development channel on Slack :)
 
Joined
Dec 10, 2014
Messages
3,255
The coordinates are gathered from going ingame and figuring out the correct ones using the Development Toolkit, as linked by @Party
 
Joined
Jul 14, 2020
Messages
1
I load up the game with Development Toolkit selected as my bot but don't see anything nor any settings for it or any way to see coordinates on the ground. Any help appreciated!
 
Top