Outerra forum

Outerra Engine => Ideas & Suggestions & Questions => Topic started by: Arcani on September 28, 2013, 07:58:53 am

Title: Programming for Outerra and Server support
Post by: Arcani on September 28, 2013, 07:58:53 am
What programming languages should I know if I want to create AI or other programmed objects in Outerra?

And is there server support for playing with various people over an internet connection?
Title: Re: Programming for Outerra and Server support
Post by: cameni on September 28, 2013, 02:22:40 pm
There's no game SDK yet (the SDK will be a byproduct of Anteworld development), but the primary API is C++. All other languages are wrappers over the C++ API, currently there's only the Javascript interface. It's already used for vehicle scripting.

Server support is in the works, not ready yet.
Title: Re: Programming for Outerra and Server support
Post by: Arcani on September 28, 2013, 04:21:50 pm
So C++ and Javascript? I can get behind that, thanks!