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.
Pages: 1
Topic closed
Searching for past threads on this topic turned up this thread.
Does Captain9's EEPhysics still work accurately? At most I'd be tracking players moving around on dots and going through portals.
If not, is there a different library that does the same job?
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
I don't think it's updated yet, but it was fairly accurate, it takes every single thing in account but it was a bit heavy on the CPU (if I remember correct).
It's not flawless (at least it wasn't on my laptop on which I couldn't even draw at a 20ms delay, so it could actually be flawless on a stronger pc) but I'm pretty sure it's the best you can find.
Offline
The pvp battle, i think what was called, that was on a few days ago has ee physics.
Offline
The pvp battle, i think what was called, that was on a few days ago has ee physics.
Whose bot was it?
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
I updated the package EEPhysics on nuget to make it work with the latest Everybody Edits version (v207)
Other than that:
"Does Captain9's EEPhysics still work accurately?"
Yes, it still works accurately.
"At most I'd be tracking players moving around on dots and going through portals."
It will be flawless for this!
"It was a bit heavy on the CPU (if I remember correct)."
I think it's your computer specs, for me it doesn't use any CPU at all.
"It's not flawless (at least it wasn't on my laptop on which I couldn't even draw at a 20ms delay, so it could actually be flawless on a stronger pc) but I'm pretty sure it's the best you can find."
It is, it's probably your internet. I tested this and it still draws a block on my position. It could be your internet speed and how far you are away from EE's servers.
Hope these answers help!
Thanks a lot, Sensei1, for drawing this amazing avatar for me <3
Offline
May I ask how do you use the EEPhysics to get the player x/y? I have put all of the stuff into separate classes (EEPhysics.config, PhysicsPlayer, PhysicsWorld, etc)
Not sure how I use this to get the x/y of the player
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
May I ask how do you use the EEPhysics to get the player x/y? I have put all of the stuff into separate classes (EEPhysics.config, PhysicsPlayer, PhysicsWorld, etc)
Not sure how I use this to get the x/y of the player
Offline
Sorry if I'm sounding dumb right now but:
It says you should already have a class player but I only have the dictionary "players". I even tried making a class and doing what it said and it still didn't work. Maybe I'm thinking too hard on this or something
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Sorry if I'm sounding dumb right now but:
<Image>
It says you should already have a class player but I only have the dictionary "players". I even tried making a class and doing what it said and it still didn't work. Maybe I'm thinking too hard on this or something
Here is an updated example: http://pastebin.com/bxN3Schp
If you want to grab the player within the "m" message you would do this:
case "m":
Player player; if (!Players.TryGetValue(m.GetInt(0), out player)) return;
//Do stuff with player.
break;
Thanks a lot, Sensei1, for drawing this amazing avatar for me <3
Offline
I updated the package EEPhysics on nuget to make it work with the latest Everybody Edits version (v207)
Awesome.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
It's saying that m[5] isnt a string and its an int that equals 40. How do I fix this? It's not like I can just change m for it
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
It's saying that m[5] isnt a string and its an int that equals 40. How do I fix this? It's not like I can just change m for it
It's probably an unsigned int, no idea how to fix it tho.
Offline
It's saying that m[5] isnt a string and its an int that equals 40. How do I fix this? It's not like I can just change m for it
You need to install the latest version (EEPhysics v1.4.2) from nuget by going to Tools > NuGet Package Manager > Package Mandager Console In Visual Studio. Then by typing in the following command: Install-Package EEPhysics
It should automatically add EEPhysics to your project!
Thanks a lot, Sensei1, for drawing this amazing avatar for me <3
Offline
op requests close
it's super effective
proc's discorb stylish themes for forums/the game
꧁꧂L O V E & C O R N꧁꧂ ᘛ⁐̤ᕐᐷ
danke bluecloud thank u raphe [this section of my sig is dedicated to everything i've loved that's ever died]
?
Offline
Pages: 1
Topic closed
[ Started around 1732432895.4337 - Generated in 0.049 seconds, 12 queries executed - Memory usage: 1.61 MiB (Peak: 1.81 MiB) ]