Posted March 21, 201312 yr Hi! i have some question about Forge API.... 1. How i can parse chat messages? 2. How i can draw strings ingame? Not blocks... only Client Side... a text... 3. I can modify the package "net.minecraft.client.gui" the class "GuiIngame.java" and compile a mod? Sry for my bad english and thx
March 22, 201312 yr Author Ummm reHi! Pne problem.... i Handle a ChatMessages NetworkRegistry.instance().registerChatListener(new ChatListenerHandler(this)); and read good the chat... public Packet3Chat clientChat(NetHandler handler, Packet3Chat message) But i like not show the message when i filter it.... how i can return a "Packet3Chat" without messages to not show it ingame chat ?¿?? Thx!
March 23, 201312 yr Author Thx diesieben07 finally i made it I have other question.... How i can get the scale of rendering?
March 24, 201312 yr Author Sry for spam messages... but i have other new question. How i can intercept chat messages from local user? Example: Local User write: "Hi! ppl " Mod read: "Hi! ppl " Mod change: "/tc Hi! ppl " Mod send chat message: "/tc Hi! ppl " Server received: "/tc Hi! ppl " thx!
March 28, 201312 yr Author diesieben07 thx for your help I finally made it modifying the class GuiChat.java problem? I need distribute a "awj.class" file :\ Now i have other question... How i can change the size of the font when i use "FontRenderer" class?? i need other way? create a new wayport? :\ thx for all
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.