Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Game Information
GameID = everybody-edits-su9rn58o40itdbnw69plyw
Version = 219
it's really easy to forget to update the Version but I went to go use it because EE says 221.4
is it possible this can be added on the "what to do before an update:" list that ee may/maynot have
also: is ee ver 221, or 221.4?
Offline
What do you need this for? I think there is some way to completely remove the need for that, I havent worried about it ever, and I dont think any of my bots have broken because of it
Offline
You can just right click EE for the correct version. But why do you even need it.
Offline
You need the EE version to join an unopened world with a bot.
But don't hardcode the EE version, ever. Load it from BigDB:
client.BigDB.Load("config", "config")["version"]
Or in the connection code:
client.Multiplayer.CreateJoinRoom(roomID, "Everybodyedits" + client.BigDB.Load("config", "config")["version"], true, null, null, delegate (Connection rawr) ...
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
[ Started around 1732703212.3564 - Generated in 0.096 seconds, 12 queries executed - Memory usage: 1.38 MiB (Peak: 1.47 MiB) ]