0 Members and 3 Guests are viewing this topic.
You forgot making scroll wheel zoom in and out. Good otherwise.
Awesome!
This reminds me of when I wanted to make a heatmap of where people die or kill, among other things.
I'd love a switch to polygon view and spawns/flags
Quote from: DorkeyDear on March 07, 2015, 05:57:20 amThis reminds me of when I wanted to make a heatmap of where people die or kill, among other things.That's a very interesting idea indeed
Edit: ok, I added mouse wheel for zooming now (hopefully it's not backwards)
With "switch to polygon view" do you mean to show only polygons? or some kind of wireframe mode?
wtf? empty links..
Also, Could you add some sort of progress bar for loading the map elements? Staring at a black screen for a few seconds while the map loads is less than ideal.Additionally, put the PMS filename in the <title> tag so it's easy to discern a bunch of tabs open at once.
If you're talking about the black screen, you have to wait a few seconds for the map to load, fuckstick.
Also note that this stuff won't work on shitty old browsers. I only tried it on Chrome and Firefox. Internet Explorer has a long history of being shitty so I wouldn't be surprised if it doesn't work there. I don't have the newer one so I can't really tell though.
Got just one problem. Fancy climb maps are always black. Doesn't it load textures of size of hundreds of kBs, or is it a server/filename problem?
cd soldat-map/datafind scenery-gfx/ -name '*[A-Z]*' | while read f; do lc=$(echo "${f}" | tr A-Z a-z); mv "$f" "$lc"; donefind textures/ -name '*[A-Z]*' | while read f; do lc=$(echo "${f}" | tr A-Z a-z); mv "$f" "$lc"; done
I'm using Firefox :p