Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
i want to be Amrikan Chad
In -strategy/masters/projects/research/, there are files called research_duration0-9. Each file contains the info on research time. If you want, you can change the "_max": line to whatever you want in each file.
In -strategy/projects/research/, each research file's first line is
"$content": "xenonauts-:-Xenonauts.GameScreens.Strategy-::-masters/projects/research/research_durationX.json",
You can change the file name for the duration0-9.json. It will use whatever "_max": is in that duration file.
2. find the line that controls the range of the weapon. In this case it is:
{"_min":0.0,"_val":9.0,"_max":3.402823E+38,"$type":"Xenonauts.GroundCombat.LongRange"},
copy that EXACTLY from the original template, including the comma at the end.
3. open the template for the magnetic shotgun (ballistic_shotgun_v2.json)
4. find where it starts listing the components for the weapon. in this case the first component listed is the one for armour penetration:
{"_min":0.0,"_val":3.0,"_max":100.0,"$type":"Xenonauts.GroundCombat.ArmourPenetration"},
5. RIGHT after the comma in the above line, paste the line for range value you copied from the basic template.
6. Now change the value 9.0 in that line to 12.0.
7. save the file and reload the game.
Example: say you want magnetic shotguns to have 3 more range than standard ballistic.
...
Navigate to: Xenonauts2\assets\assets\xenonauts\template\strategy\masters\actor\combatant\human\xenonauts
Look for Scientist_Master and Engineer_Master
Within the files, you're looking for Xenonauts.Strategy.Systems.ExpenseComponent and Xenonauts.Strategy.Components.OperationPoints
Follow the above guide to get to the /construction folder
For Workshop and Laboratory, make sure you edit all three of them! Workshop, Workshop_Improved, and Workshop_Advanced, same for Labs
Search for "Xenonauts.Strategy.Components.PersonnelSlotsLink":
You'll find 5 identical entries in a row. Copy one (or more) and paste them below the ones already there, being sure to put a comma at the end of the last one currently listed
The entries look like this:
{
"$content":"xenonauts-:-Xenonauts.GameScreens.Strategy-::-construction/personnel_slot/workshop_slot.json",
"$type":"Common.Content.AssetReference`1[[Artitas.Template, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]"
},
Again, you need to do this for all three versions of each building.