Add new parts and mechanics🚀
Moreparts adds new parts and mechanics to the game. Next, each improvement that this mod adds will be detailed as a tutorial.
Colonies
are new buildings made up of different buildings that add benefits to the player and that you can create on any planet in the solar system (except Earth). To build each building, you will need to deposit resources by pressing the J
key near the colony to deposit resources. Now each building is detailed below:
-
Colony Base
: This building is the main base of the colonies and functions as an antenna for the ARPANET network. -
Refinery
: Therefinery
will allow you to recharge your rocket fuel and processMaterial
. This building needs electricity to work, so you will need to createSolar Panels
. This building will refuel your rocket automatically when you are near it. (100mts) -
Solar Panels
: TheSolar Panels
will allow you to recharge the batteries of your rockets and provide electricity to other buildings that need it to function.It will recharge your batteries automatically when you are close (100mts) -
VAB
: TheVAB
will allow you to create rockets in your colony. -
Launch Pad
: TheLaunch Pad
will allow you to launch rockets from your colony, but the rocket must be created in your colony (you need to have theVAB
).
To open the colony menu, you must be close to your colony and press U
to display the following menu:
This menu allows you to create buildings in your colony and also view your resources
and the name of the colony. The colony name is used to display your colony on the map as a landmark.
You can also generate new resources from Materials
collected from Resource Deposit
. To do this, you just need to build a refinery
and deposit Material
in your colony. Once you have enough Material
, you need to click on the resources you want to crate in the Colony Menu
.
When you enter the build screen, a colonies button should appear at the top right of your screen.
This button is used to select your launch pad. When you click on it, a menu will appear in the center of your screen with all your colonies (only colonies with VAB
and Launch Pad
built will appear).
There is a restriction to launch your rocket from your colony. The restriction is that you need Rocket Material
in your colony, because this material is used to build your rockets. To calculate the Rocket Material
for your rockets, the mod takes the mass of the rocket and subtracts the mass of the fuel to get the dry mass of the rocket, this mass is used to find out if it is possible to launch your rocket. For example, if my dry mass is 10 tons (rocket without fuel) and my colony has 8 tons of Rocket Material
, launch is not possible and will throw an error dialog.
Note: If you want to launch your rocket normally it is not necessary to select space center in the colony menu every time.
The information of your colonies is saved in the following path Spaceflight Simulator Game\Saving\Worlds\(YOUR WORLD)\Persistent\colonies.json
. The file structure is this:
[
{
"angle": angle,
"position": {
"x": x,
"y": y
},
"name": "Name",
"hidden": false,
"address": "Earth",
"structures": {
},
"buildings": [],
"resources": {},
"rocketParts": 0
}
]
As you can see there is an option called hidden
, if you make this attribute true
you can hide colony buildings and keep the functionality. This was a feature requested by some players.
This is the new feature introduced in v2.2.0
. Now the planets have Resource Deposits
, this deposits are usefule to extract Material
resources. This resource is necesary to generarate: Electric Compenents
, Construction and Rocket material
on Refinery
building.
To found this Resource Deposits
you will need to install in your satellite a GeoEye
part. This part only can be activated in the space and not over 50 km where the atmosphere ends. For example, if the atmosphere ends at 30 km, you can only turn on the GeoEye
between 30 km and 80 km.
When a resources is discovered, it will show up in your map as landmark
To start extracting resources, you will need to create a rover with Excavator
and Material Cargo
. You will need to go to a Resource Deposit
with the purpose of turn on the Excavator
, otherwise you won't be able to turn on the part.
The ARPANET
is the name of the constellation of satellites that you can create to control your rockets. This game mechanic is optional and can only be activated by implementing the Telecommunication dish
or Antenna
part on your rocket.
Once the antenna is implemented in the rocket it will need electricity to work and it is necessary to activate the antenna, to activate it press the letter Y
. Once activated, the antenna will connect to the space center antenna
and allow the rocket to be controlled.
Once the rocket is in orbit, it needs to have a connection to the space center antenna. This connection can occur directly or indirectly.
Note: To show or hide telecommunications lines press I
.
Also some new parts are added to the game. Some of them are listed below:
-
Balloon
: This part adds aballoon
to the game that allows you to lift objects without the need for motors. The thrust force of the balloon is calculated by the atmospheric density, so in an environment with low atmospheric density, the thrust force is less.
-
Electronic Cargo
: This part is used to transport Electronic components. it's used to createcolonies
.
-
Construction Cargo
: This part is used to transport Construction Material. it's used to createcolonies
.
-
Parts cargo
: This part is used to transport rocket material. With this material you can assemble rockets in colonies.
-
Material cargo
: This part is used to transportmaterial
. With thismaterial
you can generate rocket, construction and electronic materials in colonies.
-
Rotor
: Add a rotor to the game that allows you to fly in the Game. TheRotor
needs electricity to work, so you need to installElectricity Part Pack
.
-
Continuous Track
: This part is like a wheel. TheContinuous Track
needs electricity to work, so you must install theElectricity Part Pack
.
-
Excavator
: With this part you can extract resources from theResource Deposit
. TheExcavator
needs electricity to work, so you need to install theElectricity Parts Pack
, and you will also need to add theMaterial cargo
part to deposit the resource mined from the ground.
-
GeoEye
: This is the planetary scanner. With this part you can discover a newResource Deposit
. TheGeoEye
needs electricity to work, so you must install theElectricity Part Pack
.