My map is HUGE

My map is HUGE

Discuss maps & map creation - from concept to execution to the ever elusive release.

Moderator: Moderators

User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

My map is HUGE

Post by Caydr »

Working on a map project right now. Comes out of standard mapconv at 40 megabytes even with 1.5 compression. Any ideas? It's 20x20.
User avatar
genblood
Posts: 862
Joined: 19 Jan 2005, 03:37

Post by genblood »

You might try changing your texture map to a jpg format, instead
of a 24bit bmp. That should reduce the overall size ...
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Post by aGorm »

No, No,No, and again.... No. It wont change a thing. All mapconv does it takes teh hpg , turns it into raw image data, and then compresses teh already ossy jpg into dds files. If fiel size drops its because its made the dds's compress smaller, but they wilol also look a darn site craper.

You can actully get away with alot more thant 1.5 and still have it look good, if you carfully replace certain areas of the map with tiles aswell, that serverly reduces the file size.

For instance If you have a grassy area with is just random motteled greens, replace most of that with a repeating texture, and fade taht texture to teh moteld green, where there terrain changes (so IE, dont replace the grass next to the transition to say rock, but just fill in the areas that are bulk.

Best way i find is use the selection tool to grab right up to the edge, shrik selection by say 25 and then feather teh selection by 10, and then just fill in new texture on a new layer. Also, weirdly, sometimes it looks cooler if you do dithered blending between teh layers, rather than teh normal alpha ones.

hope you can make sence of all that!

aGorm
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Post by Forboding Angel »

caydr, do this

tile your flat grounds with a 32x32 texture and put Full grass on it (assuming its a grassy area).

THe grass will hide the fact of the texture being so small.

Grass tends to cover a lot of mistakes :D
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Post by Guessmyname »

Replace "grass" with "stars" if this map is for what I think its for
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

Ugh...... I don't want to tile this. It looks too good. I guess I'll try shrinking it to 16x16 and using an even higher compression :( This really sucks...
User avatar
Masse
Damned Developer
Posts: 979
Joined: 15 Sep 2004, 18:56

Post by Masse »

i dont care what the size is ! KEEP THE QUALITY !
User avatar
Min3mat
Posts: 3455
Joined: 17 Nov 2004, 20:19

Post by Min3mat »

yeah 40 MB is small peanuts IMO
User avatar
NOiZE
Balanced Annihilation Developer
Posts: 3984
Joined: 28 Apr 2005, 19:29

Post by NOiZE »

Good tiling goes unnoticed!!!
User avatar
Masse
Damned Developer
Posts: 979
Joined: 15 Sep 2004, 18:56

Post by Masse »

NOiZE wrote:Good tiling goes unnoticed!!!
NOT IN SPACEMAPS ! they are not supposed to be only stars everywhere !
it needs to be all kinds of funky colourful gas "clouds" everywhere... NO BORING AND PLAIN REPETIVE STARS EVERYWHERE... and blood !

actually we dont know for sure what kinda map caydr is doing :P
User avatar
FizWizz
Posts: 1998
Joined: 17 Aug 2005, 11:42

Post by FizWizz »

Not everyone has inexhaustible (for all practical Spring-related purposes) system resources and badnwidth, Min3Mat. I seriously doubt that a 40mb map will enjoy wide circulation, regardless of its quality, although with Caydr's... let's say past trends, it may be wildly popular anyways. Hopefully he will come to some solution to remedy the current problem anyways.
User avatar
Felix the Cat
Posts: 2383
Joined: 15 Jun 2005, 17:30

Post by Felix the Cat »

Masse wrote:
NOiZE wrote:Good tiling goes unnoticed!!!
NOT IN SPACEMAPS ! they are not supposed to be only stars everywhere !
it needs to be all kinds of funky colourful gas "clouds" everywhere... NO BORING AND PLAIN REPETIVE STARS EVERYWHERE... and blood !

actually we dont know for sure what kinda map caydr is doing :P
Y'know, you're allowed to use more than one tile, so you can put "funky colourful gas "clouds"" on as tiles as well... or tile everything that isn't "funky colourful gas clouds"...
User avatar
Masse
Damned Developer
Posts: 979
Joined: 15 Sep 2004, 18:56

Post by Masse »

when i think of a space map... theres VERY little tiling :roll:

and spacemaps are all abaut picture quality anyway :)
User avatar
NOiZE
Balanced Annihilation Developer
Posts: 3984
Joined: 28 Apr 2005, 19:29

Post by NOiZE »

when i think of space there will also be a lot of blackness which can be tiled easily
IMSabbel
Posts: 747
Joined: 30 Jul 2005, 13:29

Post by IMSabbel »

Well, as DDS uses a fixed compression factor algorithm, those resulting 40Mbyte files COULD be compressed quite a bit by the sd7 packing.

I just checked some other texture files i had lying around that had little detail, and they were packable to 1/3 of the original dxt-compressed size.
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Post by SwiftSpear »

Tile where you can get away with it. You don't have to tile your whole map into 5-6 tiles to signifigantly decrease file size. Even if you can tile all the starscape into 15 seperate tiles you are saving a massive ammount of space compared to the whole map being random feild generated.

Like noize said, blackness can be tiled easily.
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

It's not a space map... I'd use a cubemap for that sort of thing.

It's actually just an exceptionally high quality Terragen render... took 18.5 hours with a 720 megabyte cache on my 3 ghz system... and I rendered it at half-size.
User avatar
Masse
Damned Developer
Posts: 979
Joined: 15 Sep 2004, 18:56

Post by Masse »

http://www.bbc.co.uk/science/space/imag ... _large.jpg
how much black is there :wink: well doesnt it compress all the black pixels allready ? "automatically"
User avatar
Neuralize
Posts: 876
Joined: 17 Aug 2004, 23:15

Post by Neuralize »

Give us some screenshots, then we can evaluate whether it would be worth the 40 :P
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Post by Forboding Angel »

ehh set swapsize to 4 gigs and make sure you have 1.5 gigs of ddr

the shit will fly

post a screenie.
Post Reply

Return to “Map Creation”