Anyone have an idea how can I add new yield here?

Narvana

Chieftain
Joined
Nov 20, 2016
Messages
62
Right now it gives +2 culture per one built wonder. I would like it to give +2 science as well. How can I add this to this script to make it work?

I was trying different ModifiersID, adding new lines, 'YIELD_CULTURE' 'YIELD_SCIENCE' next to each other - nothing works. Game crashes everytime.

DTUAS3k.png
 
You cant do something like "+2culture and also +2science" in one modifier

You basicly need do duplicate everything you marked, and in the copy replace YIELD_CULTURE with YIELD_SCIENCE, as well as change the copied modifierid to something different so they are not identical

Also, check the Database.log file if your game crashes when starting a game, it should show you whats wrong
(And if not you can add it to your post so others can see it)
 
You cant do something like "+2culture and also +2science" in one modifier

You basicly need do duplicate everything you marked, and in the copy replace YIELD_CULTURE with YIELD_SCIENCE, as well as change the copied modifierid to something different so they are not identical

Also, check the Database.log file if your game crashes when starting a game, it should show you whats wrong
(And if not you can add it to your post so others can see it)

Thank you, it worked!
 
Back
Top Bottom