安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
+AliasPairs = (T = "Sidearm_CV", A = "Autopistol_T1")
+AliasPairs = (T = "Sidearm_MG", A = "Autopistol_T2")
+AliasPairs = (T = "Sidearm_CG", A = "Autopistol_T3")
+AliasPairs = (T = "Sidearm_LS", A = "Autopistol_T4")
+AliasPairs = (T = "Sidearm_BM", A = "Autopistol_T5")
+AliasPairs = (T = "Sidearm_CG_Schematic", A = "Autopistol_T2_Schematic")
+AliasPairs = (T = "Sidearm_MG_Schematic", A = "Autopistol_T3_Schematic")
+AliasPairs = (T = "Sidearm_LS_Schematic", A = "Autopistol_T4_Schematic")
+AliasPairs = (T = "Sidearm_BM_Schematic", A = "Autopistol_T5_Schematic")
"Sidearm_CG" is "Autopistol_T3" (Tier 3),
But why is "Sidearm_CG_Schematic" a "Autopistol_T2_Schematic", and MG as T3?
At Long War of the Chosen, I was able to exchange Tiers by editing the DPS of the weapons and the research requirements.
But the Research here is done differently and seems to be represented with:
+AliasPairs = (T = "CoilGunTech_LW", A = "Tech_T2_Basic")
+AliasPairs = (T = "AdvancedCoilGunTech_LW", A = "Tech_T2_Adv")
+AliasPairs = (T = "MagnetizedWeapons", A = "Tech_T3_Basic")
+AliasPairs = (T = "GaussWeapons", A = "Tech_T3_Adv")
+AliasPairs = (T = "LaserWeaponsTech_LW", A = "Tech_T4_Basic")
+AliasPairs = (T = "AdvancedLaserWeaponsTech_LW", A = "Tech_T4_Adv")
+AliasPairs = (T = "PlasmaRifle", A = "Tech_T5_Basic")
+AliasPairs = (T = "PlasmaSniper", A = "Tech_T5_Adv_Sniper")
+AliasPairs = (T = "HeavyPlasma", A = "Tech_T5_Adv_Cannon")
+AliasPairs = (T = "AlloyCannon", A = "Tech_T5_Adv_Shotgun")
+AliasPairs = (T = "AutopsyAdventStunLancer", A = "Tech_T2_Melee")
+AliasPairs = (T = "AutopsyMuton", A = "Tech_T3_Melee")
+AliasPairs = (T = "AutopsyArchon", A = "Tech_T4_Melee")
+AliasPairs = (T = "AutopsyAndromedon", A = "Tech_T5_Melee")
How should we reorder the tier to CV, LS, MG, BM, CG then?
Is it only the research tiers you're struggling with? Because if so, there's a long and somewhat involved process but let's see if I can help.
There is a Quick and supremely Dirty method of doing this that I think will work... Please make sure to backup a copy of the original config before attempting this.
The reason we don't swap Coil and Plasma is that it's a pain and would require us to define a lot more. Again, this is quick and dirty and is basically the stuff you do at like 3AM when the coding project is due in an hour. You shouldn't do this, but the explanation of what to do is... even more involved.
From here, go to Config\1AllWeapons\XcomTemplateEditor.ini, you can see a section labelled 'Tech Requirements'.
Each Level of Tech is seperated into Basic and Advanced tiers (With the exception of Plasma, but we'll get to that). Currently, it's in order. Thus the research tiers are T2->T5, with each basic research requiring AT LEAST the Advanced version of the previous tier, and possibly other projects.
By altering the previous Aliases in 2WeaponTiers, we have altered it so the current research path (but not weapon tiers) is Lasers into Mag into Coilguns into Plasma. Our alterations here are for the final step, swapping the Plasma and Coilgun tiers.
This will set the research so that A)Plasma Weapons Require Elerium and Advanced Magnetic Weapons to be researched and B) Coil Guns Require each of the Advanced Plasma Weapons to be researched, all of which require the Plasma Rifle to be researched already.
This will set up the research to follow the correct path. In order to change the weapons themselves is an entirely different system. A minor aside, back in 2WeaponsTiers\XComTemplate.ini there is a section that has 'Delete configuration below if you change positions of magnetic or coil tiers.' above it. You should delete this as I believe that it swaps the appearence of Mag weapons and Coilguns. Otherwise,
you'll be using Coilguns as your 3rd tier and Mag weapons as your final tier.
If you want to know how to switch all weapons to fit tier, that's a different thing that would require a different post. This one is long enough as is.
EDIT: Oh, actually, someone should sanity check my work, I only think this will work. Make sure to backup the original configs before attempting anything etc etc.
Okay so now here's the question: Will this actually affect the damage/production of the weapons? I want my coilguns to be last tier in both stats and not able to be manufactured at the start.
EDIT: Just tested it by the way, the research works but it does not implement the proper screenshots/labels. On the research end, Mag Rifles are Pulse Lasers; and on Production, they are categorized as Coilguns. They are the mag rifles and are tier 2. I haven't tested the gameplay (or past T2 for that matter) or checked stats, but I plan on doing that later.
I'm trying to see what INI tweaks need to be done; and then once I have all the INI tweaks I need to make it all consistent I'm gonna try to learn how to override them externally. From there I'm gonna upload the INI overrides to the workshop.