Outpost Universe Forums

Community => News => Topic started by: Arklon on February 13, 2021, 07:46:41 PM

Title: Outpost 2 OPU mod 1.4.x source code
Post by: Arklon on February 13, 2021, 07:46:41 PM
Source code for Outpost 2 OPU mod version 1.4.x is now available!

New repositories have been added on our GitHub (https://github.com/OutpostUniverse):

Additionally, op2ext 3.1.0 (https://github.com/OutpostUniverse/op2ext/tree/3.1.0) is published in its own branch, pending pull request to master.
Title: Re: Outpost 2 OPU mod 1.4.x source code
Post by: Vagabond on February 15, 2021, 04:47:25 PM
Arklon,

Thank you for posting. Is there a public project you could provide a link to that consumes the new TethysAPI that would make a decent example of how to link to and use it?

Brett
Title: Re: Outpost 2 OPU mod 1.4.x source code
Post by: Arklon on February 15, 2021, 05:28:42 PM
I'll get around to making a new mission template and example for TethysAPI soon. Obviously OPUPatch uses it extensively, but that's not going to be a good reference for coding missions. I did start adding Doxygen comments, mostly under the API folder, but I honestly haven't tried actually using Doxygen to generate docs from it yet.

The beauty of TethysAPI being header-only is you don't need to link any libs or anything at all. It's easier to integrate than the old SDK, just drop it in a folder called Tethys.