Increase maximum number of characters in the chat input box

This commit is contained in:
C.S. Melis 2021-12-18 16:54:46 +01:00
parent 35df185c94
commit b955a6baae
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -10,6 +10,7 @@ Common.dll. Base: Default from the official 1.1 Freelancer patch
Freelancer.exe. Base: Default No-CD EXE
01AD6F: Binary 80 00 -> 00 20 . Fixes a bug that causes some textures to be shown in a low-quality state.
06A440: Int8 80 -> 127 . Increases the maximum number of characters in the chat input box.
0A8004: Binary 05 -> 1A . Shows the current worth in Multiplayer.
0B1375: Int8 32 -> 100 . Increases the maximum value for the "TOTAL SOUND ELEMENTS" slider in the audio options menu.
0D094B: Binary 0F 85 2A 05 00 00 -> 74 04 FE C8 75 C4 . Includes player ships in the contact list's ship filter.