28 Jun, 2013, Calipso wrote in the 1st comment:
Votes: 0
Hello, I am somewhat of a new programmer and I just need a little advice to get me in the right direction. The problem I am having is that I can not seem to find where to change the limit on the max room name length. If someone would be kind enough to tell me where to look that would be great. I believe the source we are working with is Criclemud 3.0 if that helps anyone. Thanks for your time.
28 Jun, 2013, Zeno wrote in the 2nd comment:
Votes: 0
What limit are you seeing?
28 Jun, 2013, Tyche wrote in the 3rd comment:
Votes: 0
In olc.h the largest you can edit seems to be controlled by…
#define MAX_ROOM_NAME 75

Otherwise in structs.h, I think the max room name you could set this to, has to be less than…
#define MAX_INPUT_LENGTH 256

And the max you could read in would also be in structs.h at…
#define MAX_STRING_LENGTH 8192

HTH
0.0/3