Increased the max width of the player name on the char screen (#305)

Updated version number.
This commit is contained in:
NovaRain
2020-06-04 06:38:48 +08:00
parent d888161128
commit 703073e255
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
;sfall configuration settings
;v4.2.5
;v4.2.6
[Main]
;Change to 1 if you want to use command line args to tell sfall to use another ini file.
+4 -1
View File
@@ -701,7 +701,10 @@ void MiscPatches::init() {
// Highlight "Radiated" in red color when the player is under the influence of negative effects of radiation
HookCalls(ListDrvdStats_hook, {0x43549C, 0x4354BE});
// Increase the max text width of the information card in the character screen
// Increase the max text width of the player name on the character screen
SafeWriteBatch<BYTE>(127, {0x435160, 0x435189}); // 100
// Increase the max text width of the information card on the character screen
SafeWriteBatch<BYTE>(145, {0x43ACD5, 0x43DD37}); // 136, 133
F1EngineBehaviorPatch();
+3 -3
View File
@@ -24,7 +24,7 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 2
#define VERSION_BUILD 5
#define VERSION_REV 2
#define VERSION_BUILD 6
#define VERSION_REV 0
#define VERSION_STRING "4.2.5.2"
#define VERSION_STRING "4.2.6"