Disable culture victory ingame in civ6

Humut_

Chieftain
Joined
Feb 25, 2020
Messages
2
I'm trying to disable culture victory ingame using firetuner, however it does not work using the option panel from civ 5.
Does anyone has the code snippet that would allow to enable or disable culture victory?
 
I'm trying to disable culture victory ingame using firetuner, however it does not work using the option panel from civ 5.
Does anyone has the code snippet that would allow to enable or disable culture victory?
Check your original post.
If accurate I am fairly certain you can not use the Civ 5 firetuner to edit Civ 6.
 
hi, thx for the response, I am using fire tuner from the dev tools for civ6, but the code below does not seem to work:
function(value)
PreGame.SetVictory(GameInfo.Victories.VICTORY_CULTURAL.ID, value)
end
So i wonder what the code would look like in civ6?
 
Back
Top Bottom