It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Any way to do the online account stuff WITHOUT participating in the leaderboards?
This question / problem has been solved by rtcvb32image
Well the code is open source... That means potentially it just means commenting out some code, either in the engine (teae file) or in the actual source and recompiling it...

I'll look over the teae file and see what i can find.
After doing a general search both for online as well as high scores, i can only conclude i can't understand how it works easily with only 10 minutes of looking.

Oh i found interesting contents in the lua files, where the snapshots are taken, actually getting online, and where the high scores are registered. But i don't see where the online/offline are separate, rather it seems the character is registered when you create a new one and you go online.

This is probably the closest you'll get unless you want to pour over a lot more files than me. This particular section is for creation of a new character, and at the very end you find this tidbit...

tome-1.2.5.team/mod/class/Game.lua

-- Register the character online if possible
self.player:getUUID()
self:updateCurrentChar()
I'll give it a try myself since i make characters all the time, commenting these two lines out. Good case is nothing happens because i don't play online. Best case, it works for you, Worst case it breaks something....

edit: Well it didn't break anything :P Not for a new character anyways...
Post edited November 17, 2014 by rtcvb32
avatar
rtcvb32:
Thanks for the help, I'm not sure if I'm comfortable making those changes yet, but I will definitely keep them in mind. I am fine with logging on to online stuff to keep between characters and whatnot, but I would really prefer to not have to have my dudes on leader boards or scores or whatever it is.
Edit: Does your character not show up in leaderboards?
Post edited November 18, 2014 by ShadowWulfe