Programmatically generated markdown files for every database table by… - #1
Programmatically generated markdown files for every database table by…#1CGarrison89 wants to merge 1 commit into
Conversation
… reading Schema.sql from game files
Sukritact
left a comment
There was a problem hiding this comment.
Could you please double check the table names. Most of them seem to be missing the final s (so it's 'BuildingReplaces' and 'District_TradeRouteYields' for instance).
Also, since this IS a database primarily about Lua, you access this info via the GameInfo table/object, so for instance GameInfo.Buildings.BUILDING_LIBRARY.Index, and it'd be good if you could change the description to reflect that.
|
Welp looks like I've been banned from the server. No wonder Civ6 modding is so backwards. I came back to make your requested changes, asked a few questions and got banned. I probably won't ever make the changes you requested now though, so you may as well close this, unless you want to make the changes yourself. |
… reading Schema.sql from game files