| Blockland Forums > Modification Help |
| any clientmodding tutorials? |
| << < (2/2) |
| cHeEsEpIzZa2:
--- Quote from: Kyuande on July 25, 2020, 04:44:03 AM ---if you're really itching for a client project, don't do what i did and jump into uis not knowing what i was doing unless you have experience in BL's ui already try something simple to understand and avoid using any server commands: Create a simple console bot or a chat bot that only you can see and your commands aren't sent to the server (see below for ideas). I am ignoring other methods in common chat bots. - Hint: use newChatHud_AddLine(%stringLine) for adding chats in-game for yourself package void NMH_Type::send(%chatObj) - used to send what you typed in chat, use this for modding what you send (this is actually how sending a command to the server works via "/") string %chatObj.getValue() - value of what you typed in chat ????? %chatObj.setValue(%str) - modify chat typed value Related ideas: making a simple chat bot game that stores memory || sending eval via NMHType::send() --- End quote --- mate you are ubercool, once i get pc set up i'm def going to start doin this stuff |
| Navigation |
| Message Index |
| Previous page |