Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
You need the SDK to change UnrealScript, the game only reads the .u
You can't just add values into a .ini and expect the game to know what to do with them.
If there's not a pre-existing variable you can edit in the .ini, you'd need to rewrite and compile the mod yourself.
ActionPointCost = new class'X2AbilityCost_ActionPoints';
ActionPointCost.iNumPoints = 1;
ActionPointCost.bConsumeAllPoints = true;
ActionPointCost.DoNotConsumeAllEffects.AddItem('Holotargeter_DoNotConsumeAllActionsEffect');
Template.AbilityCosts.AddItem(ActionPointCost);
So, instead maybe I should change 'ActionPointCost.bConsumeAllPoints = true' to false? It won't make the ability free, but instead cost 1 AP. I would instead prefer change 'ActionPointCost.iNumPoints = 1' to 0, but I fear that it will make the ability re-usable infinitely during the same turn it's being used...
RAPID_TARGETING_ACTIONPOINTS = 1
RAPID_TARGETING_IS_FREE_ACTION = true
RAPID_TARGETING_ENDS_TURN = false
Here on Win11:
Documents\My Games\XCOM2 War of the Chosen\XComGame\Config
AML settings aren't stored there but mods that use MCM will be, sort on Create Date is best way to find the Firaxis ones. Or use AML to start the game with the -regenerateinis argument, but exit and make sure you remove it.
So by accessing documents > XcomGame > Config: Clearing them out entirely?
The mod settings that I have in particular will be saved due to AML Launcher even if I clear the config folder, right?