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
local array<X2WeaponUpgradeTemplate> UpgradeTemplates
Upgrade Templates = X2ItemTemplateManager.static.GetItemTemplateManager().GetAllUpgradeTemplates;
This gives you an array of all upgrade templates in the game, including the ones from my mod.
You should first equip the weapon to a soldier, THEN check whether or not that upgrade you want to apply, can actually be applied to that weapon.
My canapplyupgradetoweapon function requires that the weapon be attached to a soldier to work properly, just FYI.
[GrimyLootMod.GrimyLoot_Research]
+Pistol_T1 = M1911_CV
If that's accurate I can start work on a spectrum ini file for their laser and plasma weapons.
yeap, that's how you'd do it. Just make sure all the template names are correct.
Basically you'd need me to break my researchcompletedfn into parts where one creates an item and returns the itemstate, and another puts it into the inventory.
It's not a bad idea, I'll look into it when I have some time.
correct
It'd odd that black market usage works without needing the none trick though. I wonder why that is.
That report isn't correct though.
The current version of black market usage doesn't use a none, and it still works with my loot mod in spite of that.