Dynaverse.net

Taldrenites => Dynaverse II Experiences => Topic started by: FPF-DieHard on February 02, 2005, 02:36:03 pm

Title: Webmap Crackwhore's Anonymous
Post by: FPF-DieHard on February 02, 2005, 02:36:03 pm
My name is DieHard, and I am a Webmap crackwhore

Who else hot's refresh every 2 minutes while working?
Title: Re: Webmap Crackwhore's Anonymous
Post by: KAT Chuut-Ritt on February 02, 2005, 02:39:24 pm
Iaidoka did....... ;D

Are you going to have the Labrador barking orders on Teamspeak for you now?

<Snicker>
Title: Re: Webmap Crackwhore's Anonymous
Post by: Kroma BaSyl on February 02, 2005, 02:47:59 pm
My name is DieHard, and I am a Webmap crackwhore

Who else hot's refresh every 2 minutes while working?

Actually I have been trying to find the link to the webmap. Mind posting it?
Title: Re: Webmap Crackwhore's Anonymous
Post by: Dizzy on February 02, 2005, 02:49:45 pm
Hehe, funny u bring it up. I'm not happy with the webmap and talked to bonk this morning about it.

I want the map to better shade for DV's. on the 'Defense' overlay. I'd like better shading for DV's below 21 and one shade for those above 30.

Be nice to see shades for DV's fluctuating around 1-10-21.
Title: Re: Webmap Crackwhore's Anonymous
Post by: Bonk on February 02, 2005, 02:49:59 pm
lol, glad to see its holding up...  ;D  no sense refreshing it faster than the turn rate though (5.9 min) as its reading (read only mode - no lock) from the autosave db to avoid conflicts with the running server.

Title: Re: Webmap Crackwhore's Anonymous
Post by: Bonk on February 02, 2005, 02:50:24 pm
My name is DieHard, and I am a Webmap crackwhore

Who else hot's refresh every 2 minutes while working?


Actually I have been trying to find the link to the webmap. Mind posting it?


http://www.slavegirls4.dns2go.com:30033/
Title: Re: Webmap Crackwhore's Anonymous
Post by: FPF-DieHard on February 02, 2005, 02:55:58 pm
lol, glad to see its holding up...  ;D  no sense refreshing it faster than the turn rate though (5.9 min) as its reading (read only mode - no lock) from the autosave db to avoid conflicts with the running server.




Ahhhh!! This being the case in my multi-server environment, we can run it on another PC if need be if we ever have demands or it!!!  ;D
Title: Re: Webmap Crackwhore's Anonymous
Post by: Bonk on February 02, 2005, 02:57:04 pm
Hehe, funny u bring it up. I'm not happy with the webmap and talked to bonk this morning about it.

I want the map to better shade for DV's. on the 'Defense' overlay. I'd like better shading for DV's below 21 and one shade for those above 30.

Be nice to see shades for DV's fluctuating around 1-10-21.


I'm not entirely happy with the overlay colors either (blue, green yellow, orange, red). I spent nearly a whole day trying to come up with a color scheme that worked and did not conflict with any of the empire/cartel colors (making them invisible...)

I tried neons, greyscales, various single color schemes... what I have now is the best I came up with (logical, and most visible on the map without overwhelming everything else):

(http://www.dynaverse.net/webmap_op/hexOL0.png)(http://www.dynaverse.net/webmap_op/hexOL1.png)(http://www.dynaverse.net/webmap_op/hexOL2.png)(http://www.dynaverse.net/webmap_op/hexOL3.png)(http://www.dynaverse.net/webmap_op/hexOL4.png)

I can try any pallete or division scale anyone comes up with... its tricky to find one that works though... one needs a very precise card/monitor and eye to distinguish 16 levels of green (as an example monochrome scheme) on the map... and gauge the transparency required of each shade to allow info to show thorugh...

I could just adjust the divisions on this scheme... currently set to:

Code: [Select]
round(($FNdv/$FNmaxdv)*4);
(chooses overlay png number 0-4 based on the hex's DV relative to the max DV on the map)

So I could make it a six or 10 level scale... but a seperate image is required for each so the minimum number of divisons on the scale is best for bandwidth. Using five now... a 10 level scale would be ok I guess... (i.e. round(($FNdv/$FNmaxdv)*9)) - just need a color scheme...


Hmmm... I could just use the same five images and instead of a generalised continuum based on max DV, i could quantise it and make the levels configurable in the config file....
Title: Re: Webmap Crackwhore's Anonymous
Post by: Dizzy on February 02, 2005, 03:49:35 pm
Looks like that confusing terrorist threat level colors. Hehe.

Ok, how about this if we have to use only 5 colors...


OR

If we have 7 shades we can use:

Title: Re: Webmap Crackwhore's Anonymous
Post by: Bonk on February 02, 2005, 03:59:25 pm
Looks like that confusing terrorist threat level colors. Hehe.

Ok, how about this if we have to use only 5 colors...

    Black Shade (no shade) 0-5 DV
    Grey Shade   6-10 DV
    Orange Shade 11-15 DV
    Yellow Shade  16-21
    Red Shade   30+ (30, 40, 50, 99)


I can give that a try... give it a day or so, maybe the weekend...