Page 1 of 1

[solved] Debugging

Posted: Sun Mar 27, 2016 9:29 pm
by Impatient
hi,

i need help with debugging. is there (0.12.29) a way to display values ingame continuously. not printing to the console but like the ingame f4-debug overlay?
thanks!

Re: Debugging

Posted: Mon Mar 28, 2016 1:56 pm
by ratchetfreak
create a gui element and update it with the new value

Re: Debugging

Posted: Mon Mar 28, 2016 2:33 pm
by Impatient
ratchetfreak wrote:create a gui element and update it with the new value
yes. i thought of that too. thanks! i am programming that right now. will make a mod that has a remote interface, so it can be used from other mods too.