-
- Downloads
Add support for ctrl/text.ini, used for sysop-override of text.dat strings
The syntax of text.ini is: <id>: "string" <id>: "string" Where <id> is the named identifier of a text.dat string as seen ctrl/text.dat and string is a literal string value (optionally, in double-quotes). Line continuations (for long strings) are not supported: you'll just need to put your string all on one long line (up to 1024 char string). C-escape characters for control chars and hex-encoded chars are supported. This should address feature request issue #644
parent
31baaede
No related branches found
No related tags found
Showing
- src/sbbs3/load_cfg.c 39 additions, 4 deletionssrc/sbbs3/load_cfg.c
- src/sbbs3/load_cfg.h 1 addition, 0 deletionssrc/sbbs3/load_cfg.h
- src/sbbs3/sbbs.h 1 addition, 0 deletionssrc/sbbs3/sbbs.h
- src/sbbs3/sbbs.vcxproj 1 addition, 0 deletionssrc/sbbs3/sbbs.vcxproj
- src/sbbs3/str.cpp 9 additions, 0 deletionssrc/sbbs3/str.cpp
- src/sbbs3/text.h 12 additions, 6 deletionssrc/sbbs3/text.h
- src/sbbs3/text_defaults.c 6 additions, 8 deletionssrc/sbbs3/text_defaults.c
- src/sbbs3/textgen.c 16 additions, 1 deletionsrc/sbbs3/textgen.c
Please register or sign in to comment