Nutty
Deity
Nice!
The + icon is a nice touch. It's informational, not functional, right?
The + icon is a nice touch. It's informational, not functional, right?
is there any chance of creating a link to eras?
i tried adding to CustomModDbUpdates.sql to read
but i guess it's buried in the .dllCode:ALTER TABLE Eras ADD CityWorkingChange INTEGER DEFAULT 0;
The city stacking is potentially very useful to me. But I'd like to apply it to a specific unit type (in my mod's case, GPs) and not to military. Is that possible?
What I'd find really useful would be more general control of these kind of movement/stacking limits by unit type.
But is your point that it would be hard to do this in a generic way (with properties defined in xml) rather than hard-coding in C++ exactly what I need for my mod?
Hey, this sounds cool, can you put limits that depend on the unit class - so for instance, one limit for melee unit, another for ranged units? Or unit types? (Thinking still of my wish to limit number of Aircrafts in city to a capped value, here seems like an opening to have a handle to control this.)I've moved the unit limit onto the plot. The current code says "if I'm a city, use CITY_UNIT_LIMIT, otherwise use PLOT_UNIT_LIMIT" but a scenario modder could extend it, for example, to have a different limit in forts/citadels, or even for flat plains/grassland to support more units than hills/forests/tundra
Hey, this sounds cool, can you put limits that depend on the unit class - so for instance, one limit for melee unit, another for ranged units? Or unit types? (Thinking still of my wish to limit number of Aircrafts in city to a capped value, here seems like an opening to have a handle to control this.)
Yeah, I know I should be able to ... but anyway, thanx for answering.And anyway, you can already limit the number of aircraft in cities with the rebase events I added some versions back
[13290.208] constraint failed
[13290.208] While executing - 'INSERT INTO ArtDefine_StrategicView(StrategicViewType, TileType, Asset) VALUES(?,?,?)'
[13299.927] no such table: ContentPackage.LocalizedText
[13303.047] Validating Foreign Key Constraints...
[13303.063] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[13303.063] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[13303.063] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[13304.233] Invalid Reference on UnitGameplay2DScripts.UnitType - "UNIT_HITTITE_WARCHARIOT" does not exist in Units
[13304.233] Invalid Reference on UnitGameplay2DScripts.UnitType - "UNIT_SUMERIAN_PHALANX" does not exist in Units
[13304.233] Failed Validation.
[13307.805]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 366960 33255968
PageCache: 4389 4982
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 0 29696000
Scratch: 0 0
Largest Allocations:
Malloc: 131072
PageCache: 1160
Scratch: 6640
Prepared Statements:
Current: 6
------------------------------
[13364.246] no such table: ContentPackage.LocalizedText
[13371.032] no such table: ContentPackage.LocalizedText
[13387.256] Validating Foreign Key Constraints...
[13387.272] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[13387.272] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[13387.272] Invalid Reference on ArtDefine_Landmarks.LayoutHandler - "SPECIAL" does not exist in ArtDefine_LandmarkTypes
[13388.489] Failed Validation.
[13388.988]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 384600 33255968
PageCache: 4968 4982
LookAside: 0 0
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 0 29696000
Scratch: 0 0
Largest Allocations:
Malloc: 131072
PageCache: 1160
Scratch: 6640
Prepared Statements:
Current: 8
------------------------------
[13389.019] constraint failed
[13389.019] While executing - 'INSERT INTO Defines(Name, Value) VALUES(?, ?)'
[13389.019] constraint failed
[13389.019] While executing - 'INSERT INTO Defines(Name, Value) VALUES(?, ?)'
[13389.019] constraint failed
[13389.019] While executing - 'INSERT INTO Defines(Name, Value) VALUES(?, ?)'