I created a mod and tested it, but it didn't work. So I checked the log file, and this came up:
What the hell does that mean?
Code:
[875.150] columns StrategicViewType, TileType are not unique
[875.150] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[941.746] no such table: ContentPackage.LocalizedText
[964.678]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 8468928 68146656
PageCache: 5 10
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 8042664 56243376
Scratch: 0 0
Largest Allocations:
Malloc: 262144
PageCache: 1172
Scratch: 6640
Prepared Statements:
Current: 10
------------------------------
[1144.282] columns StrategicViewType, TileType are not unique
[1144.282] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[1163.486] no such table: ContentPackage.LocalizedText
[1193.672] no such table: ContentPackage.LocalizedText
[1274.013]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 6243712 68146656
PageCache: 7 12
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 5725944 56243376
Scratch: 0 0
Largest Allocations:
Malloc: 262144
PageCache: 1172
Scratch: 6640
Prepared Statements:
Current: 19
------------------------------
[1275.120] no such column: Type
[1275.120] In Query - select * from Natural_Wonder_Placement where Type = ? LIMIT 1
What the hell does that mean?