安装 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(越南语)
Українська(乌克兰语)
报告翻译问题










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