[BTS] Change max. number of letters for names?

danny017

Chieftain
Joined
Dec 16, 2016
Messages
10
Hey,

does anybody know if there's a way to change the max. number of letters a name (eg. city name, great person name, unit name, etc.) can have?
 
Yes, by SDK.

I think you must edit in CvDefines.h
Code:
 39 // Char Count limit for edit boxes
 40 #define PREFERRED_EDIT_CHAR_COUNT             (15)
 
Hey Ramkhamhaeng, thanks for your answer. Problem is, where do I find that file? Getting now results when trying "CvDefines.h" in Windows search :yuck:
 
Oh, I thought you had ask your question in the Civ4 modding forum! You can this only change if you compile your own DLL with the Civ4 SDK.
Thus it is more complex that you might expect.
 
Back
Top Bottom