ASTRONAUTICS is a sandbox game where you can build, drive and survive in an infinite space.
ASTRONAUTICS has been design to have the same physics behaviurs like in real life, so object reacts to collisions, bullets, pressure and temperature!
All this physics are optimize to offer the best quality
ASTRONAUTICS is capable of supporting all your creations, from small ships, to huge space ships or stations your imagination is your limit!
ASTRONAUTICS actually has no Co-Op and Multiplayer but is a important objetive to develop, in next updates this feature will become available
You can share your ships design with the community, or download a ship design you like!
ASTRONAUTICS will recieve free and for life updates, also we will listen to our community to know what they want to add, remove or modify
ASTRONAUTICS has been built-in with mod support from scratch, so you can add all things that you image! Mod support:
Creating a mods is super easy, you can check this article to create your own mods
The information that must contain ModInfo.json is this:
{
"id": "",
"name": "",
"keyName": "",
"gameVersions": [],
"modDependencies": [],
"enabled": true,
"description": "",
"keyDescription": "",
"author": "",
"logo": "",
"version": ""
}
Where:
Here is the ModInfo.json of Core Mod:
{
"id": "astronautics.coreMod",
"name": "Core mod",
"keyName": "",
"gameVersions": [
"A.0.0.2"
],
"modDependencies": [],
"enabled": true,
"description": "This description is in english",
"keyDescription": "modDescription",
"author": "Astronautics",
"logo": "logo.png",
"version": "1.0"
}
We recommend that you validate the json before testing.
If there's no error ASTRONAUTICS will load the mod:
Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.