technology price multiplier doesent semse not work well with this mod.
/c game.difficulty_settings.technology_price_multiplier = 1
Cant not be modified with this mod added, solution if you want to use this is to just disable the bobs tech,
Please provide some additional information. I tried it and it seemed to work for me.
My Testing Steps:
- Start a new game with Bob's Tech mod enabled
- Run the following command twice: /c game.player.print(game.difficulty_settings.technology_price_multiplier)
- Result: 1
- Check the cost of researching Optics
- Result: x10
- Run the following command: /c game.difficulty_settings.technology_price_multiplier = 10
- Run the following command: /c game.player.print(game.difficulty_settings.technology_price_multiplier)
- Result: 10
- Check the cost of researching Optics
- Result: x100