0.2 release

This commit is contained in:
Lucia Ceionia 2024-11-02 18:54:39 -05:00
parent 24883547ac
commit f9777340af
2 changed files with 19 additions and 4 deletions

9
CHANGELOG Normal file
View File

@ -0,0 +1,9 @@
0.1
----
initial release
0.2
----
- BBCode controlled by server host
- Spawning requires host
- Clear chat button

View File

@ -2,13 +2,19 @@ LucysTools
---------- ----------
Uses GDWeave. Uses GDWeave.
Client Features:
- Makes the client (tunably) read all packets. This fixes chat messages dropping. - Makes the client (tunably) read all packets. This fixes chat messages dropping.
- Optionally knocks people back when they punch you.
- Lets you clear gamechat
- Sends messages on P2P channel 2 (This should make your messages more reliable for users who don't have LucysTools)
Host Features:
- Lets you set a custom server name and message that will be sent when someone joins. - Lets you set a custom server name and message that will be sent when someone joins.
- Lets you spawn rainclouds & meteors. - Lets you spawn rainclouds & meteors.
- Lets you do 'raw' messages & BBCode in messages. - Lets you do 'raw' messages & BBCode in messages. If enabled, other players on the server can use BBCode too. (Not secure or anything, implemented client side)
- Optionally knocks people back when they punch you.
- More coming soon! More coming soon!
- Probably certainly full of bugs. Probably certainly full of bugs.
Packet options: Packet options:
- 'Per Frame Packets' is the number of net packets your client will attempt to read per frame. - 'Per Frame Packets' is the number of net packets your client will attempt to read per frame.