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 haven't tried the Gifts from Heaven mod, so I'm not entirely sure, but to increase the number of unique items, you may need to modify the 'max_limit_that_can_exist_at_once' in the 'ceo_template_manager_ceo_limits' table for all unique items using the Assembly Kit's Dave. Once you've made all the necessary modifications, you can export the ceo_data file and add it to RPFM. I haven't tried this myself, so I'm not sure how helpful this will be, haha.
*Translated by ChatGPT.
-- items for players start --
if query_faction:is_human() then
for i=1, 50 do changed this to 50 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
for i=1, #self.legendary_unique do
modify_faction:ceo_management():add_ceo(self.legendary_unique );
end;