Trove
TheSymbols Chat Mod
Showing 101-105 of 105 entries
< 1 ... 9  10  11 >
Update: 17 Nov, 2016 @ 12:59pm

* Reverted back debugging colors (everything should be default).
* Updated help text to be more helpfull (getting big tho).
* You can now disable color customizations by changing the color to 0
* Added more color customizations:
- c_world_a
- c_c3_a
- c_c4_a
- c_c5_a
- c_c6_m
- c_c6_a
- c_c7_m
- c_c7_a
- c_club1_m
- c_club1_a
- c_club2_m
- c_club2_a
- c_club3_m
- c_club3_a
- c_club4_m
- c_club4_a
- c_club5_m
- c_club5_a

Update: 16 Nov, 2016 @ 1:41pm

* Now loads settings from "prefabs_test" language file, using the "$totem_test_key_name" text string.
* Better structure for changing color in the backend code (still not perfect).
* Added 7 more options to configuration:
- "c_w_a=" whisper author color
- "c_w_m=" whisper message color
- "c_world_m=" world message color
- "c_c3_m=" channel 3 message color
- "c_c4_m=" channel 4 message color
- "c_c5_m=" channel 5 message color
- "debug=" shows debug values for chat messages

Default configuration:
ts=1;ft=60000;ws=Play_ui_forge_use;c_w_a=15094472;c_w_m=16766720;c_world_m=4963327;c_c3_m=16753920;c_c4_m=16750807;c_c5_m=10052352;debug=0

Update: 12 Nov, 2016 @ 5:31am

* Fixed DST (Daylight saving time): should now auto update without having to create a new version.
* Fixed Whisper Sound: Sound should now be working again.

Update: 5 Nov, 2016 @ 3:01am

* Added 3 commands:
- /tcm Used to configure the chat mod (see below).
- /tcm help Used to view the different configuration options.
- /tcm reset Used to reset the configuration options back to default.

* Added configuration options for:
- Fadeout timer (default: 60000)
- Timestamp (default: 1)
- Whisper Sound (default: Play_ui_forge_use)

Sadly if you change the settings they will not be kept when you restart trove, you can however add settings into a long string to load.
Ex: /tcm ts=0;ft=15000;ws=Play_ui_forge_use

* Finally updated the version string (i always forget this)
* More code cleanup.

More configuration options will come later (like colors).

Update: 29 Oct, 2016 @ 8:08am

initial workshop version