Avnzx / AZ-1

Small space sim game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AZ-1

A Small space sim game

Server

The server must use a custom version of the godot engine, with Mono and F64 enabled. This contains more info. TLDR: pass precision=double and module_mono_enabled = "yes" in your custom.py

  • The server will be compiled with a custom compiled version of godot, prefix ARGUMENTS with gds_ to apply them to the custom godot version, these will not be added to the SERVER, CLIENT, or DOCS
  • Prefix args with s_ex_ to apply them to the server export template

Brain Damage (for future development)

  • Shared Client/Server code is in the SERVER, symlink is in the CLIENT (target SERVER) to AZ1comlib (AZ-1 common library)

Remember:

Design decisions

  • To allow for screens like remote TV's (cameras with remote TV's) each "camera" does not need to have

About

Small space sim game

License:The Unlicense


Languages

Language:C# 94.4%Language:Python 5.6%