0.2 release
This commit is contained in:
parent
24883547ac
commit
f9777340af
9
CHANGELOG
Normal file
9
CHANGELOG
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
0.1
|
||||||
|
----
|
||||||
|
initial release
|
||||||
|
|
||||||
|
0.2
|
||||||
|
----
|
||||||
|
- BBCode controlled by server host
|
||||||
|
- Spawning requires host
|
||||||
|
- Clear chat button
|
14
README.md
14
README.md
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user