sman1975
Emperor
Hello, I'm trying to add some new Resources to the game, bringing together the disparate efforts of several modders. Looking at the legacy code, I've noticed there are two tables that are confusing me:
1. Resource_FeatureBooleans
2. Resource_FeatureTerrainBooleans
Both have the same schema (Resource Type, Terrain Type). Additionally, there are overlaps in the game's versions of these table, representing duplicate entries between the two tables, and also entries in each that are unique to the table.
Question: Does anyone know the difference between the 2 tables, and/or what their relationships to each other are?
I'm not sure if I should only use one table, duplicate data into both tables, or get creative on which terrain type goes with which resource type in which table?
Thanks!
1. Resource_FeatureBooleans
2. Resource_FeatureTerrainBooleans
Both have the same schema (Resource Type, Terrain Type). Additionally, there are overlaps in the game's versions of these table, representing duplicate entries between the two tables, and also entries in each that are unique to the table.
Question: Does anyone know the difference between the 2 tables, and/or what their relationships to each other are?
I'm not sure if I should only use one table, duplicate data into both tables, or get creative on which terrain type goes with which resource type in which table?
Thanks!