ARK: Survival Evolved
Chat Evolved
Εμφάνιση 1-10 από 31 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 8 Σεπ 2021 στις 21:58

- Tweaked how messages are checked before sending, some lower-end machines seemed to have a bit of trouble with this new method as well.
- Fixed another case of invalid JSON.
- Completely redone how messages are received, processed and sent to client.
- Added ini setting for getting old messages on server join. Set this to 0 to disable. OldMsgNum=10
- Added ini settings for how old messages to fetch if OldMsgNum is not 0. OldMsgMin=15
Messages that were missed while dead can be disabled by setting both ini settings to 0. OldMsgNum=0 and OldMsgMin=0
This missed messages feature needs to be tested on an active server to see if it actually works as intended so if you have issues with it on your cluster just disable it like described above.
- Rebuilt buff to hopefully fix showing an empty buff icon even tho it was disabled and not showing in kit.

Ενημέρωση: 21 Αυγ 2021 στις 7:30

Completely redone how messages are checked before sending.
Showing last 10 global messages on joining a server.
Tweaked chat scrolling, should hopefully initially scroll properly now.

Ενημέρωση: 7 Ιουλ 2021 στις 22:37

Fixed another case of JSON error.
Fixed not sending messages when using big font.

Ενημέρωση: 2 Ιουλ 2021 στις 5:38

Fix one thing, break another! Should again not send local, tribe or ally chat to outsiders!

Ενημέρωση: 2 Ιουλ 2021 στις 0:43

Fiixed welcome text + commands.
Fixed cross-ark (hopefully works properly now).

Ενημέρωση: 30 Ιουν 2021 στις 22:36

Hopefully this fixes a JSON error that only appered after pushing to live (worked fine on test server)

Ενημέρωση: 30 Ιουν 2021 στις 21:00

Changed how message is validated.
Fixed a few cases of broken JSON.

Ενημέρωση: 15 Ιουν 2021 στις 21:10

Works in kit so doing a re-cook and re-upload.
Added extra checking for valid JSON to prevent errors/crashes.
Moved a lot of logic around in hopes of it working better in low serverfps situations.
Added some more logging (LogLevel=1)
Tweaked scrolling of chat, please report any issues regarding scrolling!
Timestamps should now work again.

Ενημέρωση: 15 Ιουν 2021 στις 18:24

Added extra checking for valid JSON to prevent errors/crashes.
Moved a lot of logic around in hopes of it working better in low serverfps situations.
Added some more logging (LogLevel=1)
Tweaked scrolling of chat, please report any issues regarding scrolling!
Timestamps should now work again.

Ενημέρωση: 10 Ιουν 2021 στις 2:39

Changed logic for sending messages, hopefully it works better in low server fps situations.
Added extra checking where JSON Deserialization succeeds, but isn\'t actually valid to hopefully avoid "invalid JSON" popup for clients.