-
- Downloads
Modified text and menu files can now be placed in mods/text/*
(e.g. mods/text/menu/main.msg), but only when the mods dir is configured in SCFG->System->Advanced Options (by default, this set to ../mods/). While menu-related functions will always check/read the file from the mods/text dir (if exists), printfile() function requires the new P_MODS flag to be specified to check/read the file from the mods/text directory. This resolves feature request/issue #879
Showing
- src/sbbs3/atcodes.cpp 2 additions, 2 deletionssrc/sbbs3/atcodes.cpp
- src/sbbs3/main.cpp 2 additions, 2 deletionssrc/sbbs3/main.cpp
- src/sbbs3/prntfile.cpp 31 additions, 2 deletionssrc/sbbs3/prntfile.cpp
- src/sbbs3/putmsg.cpp 1 addition, 1 deletionsrc/sbbs3/putmsg.cpp
- src/sbbs3/sbbsdefs.h 1 addition, 0 deletionssrc/sbbs3/sbbsdefs.h
- src/sbbs3/str.cpp 6 additions, 0 deletionssrc/sbbs3/str.cpp
Loading
Please register or sign in to comment