[help] using firetuner to counter the economics bug on prepatch saved

Karmah

Emperor
Supporter
Joined
Mar 3, 2011
Messages
1,128
Hi,

I'd like to continue a game after the patch.But I have already researched economics and my trading post are stuck at +1 gold (known bug)

I installed civ SDK hoping that this so called firetuner would allow me to
change the status of economics to available then back to researched in order to trigger the +1 gold update as it should be ... but I don t understand firetuner at all (empty boxes all around ) , can't find a manual anywhere (yes I would love to RTFM)

Is there any expert around that could give me a step by step process on how to 'unsearch' a science and then make it researched again ?

(I m pretty sure this does interrest some other players in my case too )
THX!

EDIT: OK I discovered that u have to launch SDK PRIOR to the game I got data
 
echo in the dark .....
 
1) Start FireTuner,
2) Start Civ V,
3) Load your game in Civ V as usual.

4) On the "Lua Console" panel, change the drop-box in the upper-left to "InGame"

5) Copy and paste the following into the text bar at the bottom of the Lua panel, then press Enter:
Code:
Teams[Players[Game.GetActivePlayer()]:GetTeam()]:SetHasTech(35, false)
(35 is the default ID of the Economics tech; it is unlikely but possible that this may have been changed by a mod. If it's affecting a tech other than Economics, try looking in the SQL database with the SQLite Manager addon for Firefox, under the Technologies table.)

6 (optional) : Save and reload, repeating step 4) after you've reloaded

7) Copy and paste the following into the text bar at the bottom of the Lua panel, then press Enter::
Code:
Teams[Players[Game.GetActivePlayer()]:GetTeam()]:SetHasTech(35, true)


It's ugly and not the ideal way to code in Lua, but it'll work, and it's easier to do than breaking it up into smaller steps.
 
I gave this a try ... it did what was asked but didn't have the desired outcome, at least for me. I lost economics but I also lost the 1 gold that the trade posts gave me. So, basically I have a bunch of trade posts that do absolutely nothing. Then I re-learn economics and the trade posts become a value of 1 gold. Is there a way to use firetuner to just set the default gold per trade post to 2?
 
Back
Top Bottom