Map Colors...

Is there any way to change the background color of the map from black to something else, or am I stuck that way?

Note that I've tried changing it in the image itself (in Nova Graphics 3); it didn't work.

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)

Background color of what map? The hyperspace map? I dont think so.
-Az

------------------
It is here. EVNEW Public Beta (url="http://"http://www.aznt.com/EVN/EVNEW")www.aznt.com/EVN/EVNEW(/url)
Stuffit is a piece of .sit.

If you mean the background when you look at the map of systems, sure there is. Just make a "nebula" which covers the entire map. If you mean the background color of individual systems (flying in them), afaik there is a bgcolor field in the syst resource.

MickyBIs

------------------
Who is John Galt?
"I've never heard maniacal laughter from a robot before. It's good to have brought something new and wonderful into the world"-(url="http://"http://freefall.purrsia.com/")Freefall(/url)

Quote

Originally posted by MickyBIs:
If you mean the background when you look at the map of systems, sure there is. Just make a "nebula" which covers the entire map.

Of course. Don't I feel stupid. Well, there's just one problem. As far as I recall, the map is infinate. Can anyone confirm/deny this?

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)

Quote

Originally posted by orcaloverbri9:
**Of course. Don't I feel stupid. Well, there's just one problem. As far as I recall, the map is infinate. Can anyone confirm/deny this?

**

It has limits - 2^16 pixels on a side, centered around earth. This isnt too helpful. You wouldn only need to make a nebula large enough to cover the area the player will be in though. Even so, it would be a large pict....
-Az

------------------
It is here. EVNEW Public Beta (url="http://"http://www.aznt.com/EVN/EVNEW")www.aznt.com/EVN/EVNEW(/url)
Stuffit is a piece of .sit.

You could try making a plugin with a replacement for PICT 8509 (the original is in Nova Graphics 3) and replace the black background in that with whatever you want. That would solve the problem of the largeness of the map itself and not require a gigantic nebula image.

------------------
Get (url="http://"http://www.aznt.com/EVN/EVNEW")EVNEW(/url) - the free, open-source EVN plugin Editor for Windows!

Quote

Originally posted by Aprosenf:
You could try making a plugin with a replacement for PICT 8509 (the original is in Nova Graphics 3) and replace the black background in that with whatever you want. That would solve the problem of the largeness of the map itself and not require a gigantic nebula image.

No, I've tried that. It automatically stuck black on there.

Anyhow, I don't see any problem with making a nebula that big. So it'll increase loading time. Why should I care? Hehe. Anyway, I just came up with a really good way of displaying the map. Thanks for the size, Az!

2^16 is two to the sixteenth, right? And what about zooms besides 100%?

Edit: Wait. I've got most of it. Shouldn't it be 2^16/2 for 50% and 2^16/4 for 25%? But what are the other zooms?

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)

(This message has been edited by orcaloverbri9 (edited 01-01-2004).)

Quote

Originally posted by orcaloverbri9:
**No, I've tried that. It automatically stuck black on there.

Anyhow, I don't see any problem with making a nebula that big. So it'll increase loading time. Why should I care? Hehe. Anyway, I just came up with a really good way of displaying the map. Thanks for the size, Az!

2^16 is two to the sixteenth, right? And what about zooms besides 100%?

Edit: Wait. I've got most of it. Shouldn't it be 2^16/2 for 50% and 2^16/4 for 25%? But what are the other zooms?

**

If it's 16 bit color and not compressed, it will take up 2^33 bytes. 8 mb.
-Az

------------------
It is here. EVNEW Public Beta (url="http://"http://www.aznt.com/EVN/EVNEW")www.aznt.com/EVN/EVNEW(/url)
Stuffit is a piece of .sit.

Quote

Originally posted by Azratax2:
**

Quote

Originally posted by orcaloverbri9:
**No, I've tried that. It automatically stuck black on there.

Anyhow, I don't see any problem with making a nebula that big. So it'll increase loading time. Why should I care? Hehe. Anyway, I just came up with a really good way of displaying the map. Thanks for the size, Az!

2^16 is two to the sixteenth, right? And what about zooms besides 100%?

Edit: Wait. I've got most of it. Shouldn't it be 2^16/2 for 50% and 2^16/4 for 25%? But what are the other zooms?

**

If it's 16 bit color and not compressed, it will take up 2^33 bytes. 8 mb.
-Az**

:eek: Woah...okay, I've got it, and the black should fit how I've planned it anyway, although it would be nice to have something else. Thanks anyway!

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)

Well, fortunately for you, picts ARE compressed, and a solid color compresses quite nicely. If my calculations are correct, it will come out to be about 256 kb.

(Edit)Oh yeah, and 2^33 bytes would be 8 giga bytes, not 8 megabytes.(/Edit)

------------------
Get (url="http://"http://www.aznt.com/EVN/EVNEW")EVNEW(/url) - the free, open-source EVN plugin Editor for Windows!

(This message has been edited by Aprosenf (edited 01-01-2004).)

Quote

Originally posted by Aprosenf:
**Well, fortunately for you, picts ARE compressed, and a solid color compresses quite nicely. If my calculations are correct, it will come out to be about 256 kb.

(Edit)Oh yeah, and 2^33 bytes would be 8 giga bytes, not 8 megabytes.(/Edit)**

Well, what I'm planning to do takes place on Earth, so I figured I'd have a map as the nebula. Figuring the map would be similar in size to:
Posted Image
with proportions doubled or so, how much would it increase it do you think (just a rough estimate)?

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)

At exactly twice that size, it takes about 489 kb (and no that's not an estimate, I just made a quick plugin and looked at the file size).

------------------
Get (url="http://"http://www.aznt.com/EVN/EVNEW")EVNEW(/url) - the free, open-source EVN plugin Editor for Windows!

Quote

Originally posted by Aprosenf:
At exactly twice that size, it takes about 489 kb (and no that's not an estimate, I just made a quick plugin and looked at the file size).

So figure roughly 450-500 kb. That shouldn't be too bad, right?

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)

No, that shouldn't be too bad. The big shipyard picts are quite large in memory and Nova has no problems with those. Of course, you should probably get rid of the © 1999 maps.com (then again, maybe not if you actually care about other people's copyrights), and maybe fade the edges so that there's a clean transition between the map and the black background instead of a sharp cutoff.

------------------
Get (url="http://"http://www.aznt.com/EVN/EVNEW")EVNEW(/url) - the free, open-source EVN plugin Editor for Windows!

Quote

Originally posted by Aprosenf:
No, that shouldn't be too bad. The big shipyard picts are quite large in memory and Nova has no problems with those. Of course, you should probably get rid of the Š 1999 maps.com (then again, maybe not if you actually care about other people's copyrights), and maybe fade the edges so that there's a clean transition between the map and the black background instead of a sharp cutoff.

Heh, I wasn't intending on using that particular one. I was just using it as an idea of the type of map I'd be using. 🙂

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)

Alternatively, you could just split it into multiple nebulas (like was done in Polycon), with each image being smaller than one big image. I'm not sure if that would be better for you or not, but keep it in mind. Also, make sure in your chär resource that you set all the nebulas to explored so that parts of the map don't just automagically appear (unless you want that). 🙂

------------------
Here a slice, there a slice,
everywhere a slice slice.

(quote)Originally posted by Katana:
**Alternatively, you could just split it into multiple nebulas (like was done in Polycon), with each image being smaller than one big image. I'm not sure if that would be better for you or not, but keep it in mind. Also, make sure in your chär resource that you set all the nebulas to explored so that parts of the map don't just automagically appear (unless you want that).:D

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)
**

That's easy: just add Xxxx NCB tags to explore each system. 'Tis easy.

------------------
Here a slice, there a slice,
everywhere a slice slice.

Quote

Originally posted by Katana:
That's easy: just add Xxxx NCB tags to explore each system. 'Tis easy.

I never asked for how to do it...

By the way, I've heard of problems with the chär ncb set expressions (COUGHUTCOUGH)...or is that just Txxx?

------------------
The programmer's code of entomology: there's always another bug.
Windows users: stop asking for plugins. (url="http://"http://www.aznt.com/EVN/EVNEW/")Make one yourself.(/url)
(url="http://"http://www.cwssoftware.com")Sephil Saga Website(/url)

Quote

Alternatively, you could just split it into multiple nebulas (like was done in Polycon), with each image being smaller than one big image. I'm not sure if that would be better for you or not, but keep it in mind. Also, make sure in your chär resource that you set all the nebulas to explored so that parts of the map don't just automagically appear (unless you want that).

Well, the image splitting in Polycon was not done to save any space, I imagine the files actually came out larger than they would have if the map background was all one file. The map backround was split up because the plugin was originally made for EV Classic, and in EV Classic, large nebulas would be replaced with static at higher zoom levels.

------------------
68K Mac Liberation Army-- 22 Macs Liberated.
(url="http://"http://www.evula.org/anubis/index.html")Polycon EV(/url), a total conversion for EV Nova. (url="http://"http://www.ev-nova.net/forums/viewforum.php?f=20")Polycon EV Fourm(/url)