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
First, you're going to need some spelling and grammar lessons.
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.