Skip to content

Beta Release 12

Robosturm edited this page Apr 5, 2020 · 21 revisions

in development

Features

  • Resizing a map in the game editor
  • added links to wikipages. Clicking on a terrain/unit etc. no directs you to the given wikipage.
  • changed opengl shader programs from oxygine implementation to qt implementation

Modding

  • added support for none co/building/unit etc-scripts in the respective folder start the file with two _ e.g. __Custom.js
  • changed how folders get loaded to have more things avaible when a mod gets initialy loaded
  • added version control for mods for multiplayer game. Just add "version=String" to the mod.txt file String=is any string you want for version i recommend to use the normal versioning Main.Major.Minor

Bug Fixes

  • fixed wrong usage of QTcp-Clients when closing connections leading to crashes.
  • fixed open gl updating when resizing the window

Clone this wiki locally