Space Engineers

Space Engineers

Chat History
16件中 1-10 を表示
< 1  2 >
更新: 2016年1月14日 @ 11時03分

- Fixed not working in v01.117 due to API changes.

更新: 2015年12月19日 @ 21時13分

- Set chat message limit back to 50 because the UI window has been fixed.

更新: 2015年12月19日 @ 21時08分

更新: 2015年11月20日 @ 8時06分

- Fixed message spam due to ModAPI changes.
- Temporarily lowered stored lines from 50 to 10 until the popup issue is fixed in the game.

更新: 2015年9月3日 @ 8時58分

- Fixed server not sending the messages to the proper client ID;
- Changed save file from world name to world's folder name for consistency between those two systems;
- Deletes old 'debug.log' file if exists since it now uses info.log (as all of my newer mods);

更新: 2015年9月2日 @ 7時30分

Code overhaul!

- Does not use a block anymore, clients send the messages to the server and the server to everybody else;
- Chat is saved in the Storage folder under the world name (unsupported filename characters are replaced with _ );
- Changed time format from exact to relative (now, 5s, 15mins, 4 days, etc);
- Deletes the old chat block automatically;

更新: 2015年3月27日 @ 6時55分

- Fixed crashing due to recent API changes.

更新: 2015年1月25日 @ 12時17分

Changed stored time to UTC instead of local for each player.

NOTE: This won't affect past messages.

更新: 2015年1月24日 @ 7時19分

Fixed not working properly on dedicated servers;
Added logger to send some info to debug.log;

更新: 2015年1月23日 @ 15時42分

Notifying clients when creating the chat block.