I have a few things I want to do, but I'll be very specific to help make answering easier.
I want to change the growth rate for towns. I can modify a value in the database which is "percent" for growing towns, but it doesn't seem to affect anything. I can change the exponent value for settlement growth, but I don't want to affect city growth. Also, I want to actually see the formula that uses the exponent, and I do want to change it.
How do I actually view the innards of the game? I understand a lua script can plop in new functions, but I don't know what functions I'm modifying.
What's the starting point for this? Same for the UI. I know you can use JS. I specifically want to unlock a production menu for towns, and control what goes in it. I don't know how to "see" how this is structured for cities normally nor where toggling city v town on or off changes things.
I want to change the growth rate for towns. I can modify a value in the database which is "percent" for growing towns, but it doesn't seem to affect anything. I can change the exponent value for settlement growth, but I don't want to affect city growth. Also, I want to actually see the formula that uses the exponent, and I do want to change it.
How do I actually view the innards of the game? I understand a lua script can plop in new functions, but I don't know what functions I'm modifying.
What's the starting point for this? Same for the UI. I know you can use JS. I specifically want to unlock a production menu for towns, and control what goes in it. I don't know how to "see" how this is structured for cities normally nor where toggling city v town on or off changes things.