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
EE Map
EEMap - Create maps that look like a world in EE with ease, programically!
EEMap is a library that adds a new control to your toolbox for making bots. What it adds is an EEMap to your toolbox, that functions like a map of EE! You can use this to view parts of a world, as if you were in EE.
EEMap stores its blocks in a uint[,,] - the first dimension being the layers (0 or 1), the second and third dimension being the width and height of the world, so it's easy to convert a world into a picture.
^In github, there's an example project, and if you download it, it looks something like this^
Download Links:
Nuget:
Nuget EEWorldMap Website
PM> Install-Package EEWorldMap
Raw Zip:
Zip File Download
Github:
Github Website
Offline
Does this also allow for player drawing?
Offline
Does this also allow for player drawing?
No, however I could add it if you want me to.
Offline
Could be nice, I assume you'd be limited to block locations though? And can't place them on every pixel.
Offline
What does this do that EEditor doesn't do?
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
What does this do that EEditor doesn't do?
This one of to programmetically display it. So instead of it being an external tool, you basically make your own tool, useful when you're using an in-game "wand" to make a selection, which will then be visible in your bot gui, for example.
Offline
Could be nice, I assume you'd be limited to block locations though? And can't place them on every pixel.
Well players can overlap themselves, and players can be on any pixel. I could also add a "name" tag to players, so you'd add a player, their name, and then their X and Y pixel position on the map perhaps.
Offline
den3107 wrote:Could be nice, I assume you'd be limited to block locations though? And can't place them on every pixel.
Well players can overlap themselves, and players can be on any pixel. I could also add a "name" tag to players, so you'd add a player, their name, and then their X and Y pixel position on the map perhaps.
If you were to add this functionality, maybe also add a code snippet so you can basically see the world live in your winform? Obviously for live player positions you'd need EEPhysics though.
Offline
Pages: 1
[ Started around 1732418600.4714 - Generated in 0.064 seconds, 12 queries executed - Memory usage: 1.5 MiB (Peak: 1.65 MiB) ]