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
Should the mod author return to update this mod, or request its removal, I'll remove my version.
@lugabal Thanks!
@Siegfried It's still working, just tested it today. What updates do you think are needed?
How do I prevent it the AI Breakthrough was not in the queue when I walked away.
[code]
print('[ErpAIBreakthroughRevealer] Revealing random breakthrough')
for i=1,#city.tech_field['Breakthroughs'] do
local r = Random(1,#city.tech_field['Breakthroughs'])
tech_id = city.tech_field['Breakthroughs'][r]
if not city:IsTechDiscovered(tech_id) then
city:SetTechDiscovered(tech_id)
print('[ErpAIBreakthroughRevealer] Revealing: ' .. tech_id)
break
else
print('[ErpAIBreakthroughRevealer] ' .. tech_id .. ' is already revealed')
end
end
[/code]
I thank you for your time and effort for this wonderful mod sir
I am testing this with the outsourcing booster mod and the overfunded gameplay modifier and spending all of the money possible to boost to the research.
also noticed the AI one that grants breakthroughs repeatable stops at a certain point. It is no longer giving me more breakthroughs after about 5-6 in.
Sorry guys, I didn't have time yet to fix the name issue.
i have a question about " Event Driven Architecture " the RP that given, is for the research in dev, or that give the RP to your Global RP ? :o
Thanks btw for the update, i will tell you if that give us all of them :)
I didn't test all the way through. I'm hoping you guys can tell me that.. :)
so i test it this morning and it's work perfectly now ! thanks :)
i just wanted to know if that can research all the breakthrough, or only those who are avaible on the seed ?
thanks for the update btw :)
It seems the techs are not random anymore for the same map seed. Because of this I can't simply reveal a random breakthrough anymore, but I managed to reveal the next one in the line. Enjoy!
I come here just to say the breakthrough tech unlocker don't work anymore, and i think that the same to every mod who touch Breakthrough since the last update
They made an update few days ago to fixe some bugs, don't know if that fixe it tho :/