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 launched the save, there is no loot operation icon. Everything is ok in this regard.
--city, mine, guard post, hospital or repair shop
local loot_table = "ScroungeOperationWildernessLoot"
if sector.City and sector.City~= "none" or sector.Mine or sector.Hospital or sector.Guardpost or sector.RepairShop then
loot_table = "ScroungeOperationUrbanLoot"
end
local ca = sector.custom_operations[self.id]
ca.progress = 0
sector.custom_operations[self.id] = nil
if loot_table then
local items = {}
local loot_tbl = LootDefs[loot_table]
if loot_tbl then
loot_tbl:GenerateLoot(self, {}, mercs[1]:Random(), items)
-- show pop up with items
local popupHost = GetDialog("PDADialogSatellite")
popupHost = popupHost and popupHost:ResolveId("idDisplayPopupHost")
OpenDialog("SectorOperation_ScroungeLootUI", popupHost, {sector_id = sector.Id,loot = items, mercs = mercs})
end
end
In which section should I change the parameters to reduce production or remove the option to search for loot in the sector?
lootDef?
Loot definition ScroungeOperationUrbanLoot
100 Loot def: IndeustrialContainer
100 ...............Container_eExplosives_VariedUtility
100.................JunkHarvest_optional
Loot definition ScrounbgeOperationWildernessLoot
100.............EnemyValuables
100..............Container_MedStimms
100..............Container_Explosives_Batch
I will try to moderate my desires and resign myself and hope that maybe in the future there will be the ability to customize the loot, say.
Thanks for the work. I need to go to my mother
I don't feel comfortable asking you to upload the edited mod, you probably have enough to do anyway
This is due to my upbringing, I visit a psychiatrist and I'm not sure that I can just not use it
I will wait for possible corrections from you or in the future as planned, at worst I will try to fix it in the editor but I'm not sure, I've never used it.
In any case, the mod is great, it cheered me up and removed the very easy learning in afk. Thank you for updating it
If so, how do I remove it from the game? It seems too cheaty for my game