14
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 02 Aug 2026
14 points (100.0% liked)
Game Development
6345 readers
1 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 3 years ago
MODERATORS
This is a documentation issue, AKA “I need to explain how shit works better” which is an ongoing process. Dbglua is for connecting to the debug socket for inspecting the game state directly, the code for this is in the debug.rs file. Clientlua is an example lua client that connects to the actual gameplay socket. My apologies, proper documentation is on the todo list. Glad you took interest in it tho!!!