what program ??

what program ??

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

Moderator: Moderators

User avatar
wired
Posts: 100
Joined: 10 Oct 2005, 21:02

what program ??

Post by wired »

what program is the best to make bmp textures with ???.

and is there any tuts on making good hieght mps also ??
User avatar
wired
Posts: 100
Joined: 10 Oct 2005, 21:02

Post by wired »

i read that like 5 times i need a better tut
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Post by SwiftSpear »

wired wrote:i read that like 5 times i need a better tut
that's the only one. If you have specific questions we can answer you, but you really are going to need to just try to follow that tut if you want to build a map.
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

But first off, what image editing programs do you have? Cause depending on what you have is how we can help you. Or, if you want, download TerraGen. Its a program that will generate a realistic looking terrain for you. Many map makers here use it.
User avatar
wired
Posts: 100
Joined: 10 Oct 2005, 21:02

Post by wired »

thank you for wanting to hlep me hehe.

ok my main questions are this.
i see a map like.
suken out post.
and i wonder how in the hell did he make a hieght map for it like that. such a perfect hieght map. how do you do that.
and the texture did he use terregen ??

2. i use photoshop cs2 and im a graphics designer its a hobby so im very good in it.
i have terregen but need some good up todate tuts on it =/
dose it make good looking maps and hieght maps ??.

whats this tiles thing where can i read to use it effectly
thnx guys =D.
User avatar
[K.B.] Napalm Cobra
Posts: 1222
Joined: 16 Aug 2004, 06:15

Post by [K.B.] Napalm Cobra »

Thats an old map, he either ripped the heightmap or copied it very closely. Terragen makes PRETTY heightmaps but not PLAYABLE. You may be better off doing it by hand, or using L3DT to generate it and modifying it in paint or whatever you use.
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

Tiles are basically repeating images. They are exactly the same. The map compiler, by comparing peices to the texture to each other, sees which little square tiles in your texture are exactly alike. If they are the same, instead of wasting precious harddrive and bandwidth space, the compiler sets a reference from on tile to the next. If your map is made out of only one small tile, repeating for the whole texture, the map will compress extreemly well. Down to only a few kilobytes. But this would look very boring. So most map makers use a variety of tiles to make their map more interesting. A good map maker will find a balance between looks and size.

To make a tile:
Open up your image editing program.
Create a new image.
As the Spring engine uses a 32 pixel tile engine, you have to set your image size to 32 pixels, or a multiple of 32 pixels. Therefore, tile sizes should be one of the following:
32x32 pixels,
64x64 pixels,
96x96 pixels,
128x128 pixels
etc.
Tiles also do not have to be square, it is perfectly possible to make rectangular tiles. Tiles should also be seamless, so that when repeated do not seem to have an obvious edge.

Once you have created your tile, do a Fill operation with a texture. The texture of course is our tile that we have made in the previous step. If you do not know how to do this, ask around. Make sure to state which image editing software you use, so we can help you easier.

Now, once you have your basic tile down, add in different features on your map, such as mountains, rivers, seas, deserts, grasslands, or whatever your map has. Remeber, for smaler file sizes make these different features out of tiles as well. If you do all of this properly, you can get your file size down very small, and this will keep everyone happy.

Someone add this to the wiki in a good spot, if you think its good enough. I dont know where it should go.

Hope this helps wired.
User avatar
wired
Posts: 100
Joined: 10 Oct 2005, 21:02

Post by wired »

yes very much thank you.

this is what i did from my other map lol, it was a ota map and i converted it.
I exported it from ann as a bmp and the hieght map. blah blah blah.
and it looked shitty cause of the blue water tiles.
so your telling me i could of just exported the hieght map. used the 512x512 city tile and made my map with out the blue ?? water tiles X_X.
also if i have more then 1 tiels how do i know were they are gunna be placed ??
Last edited by wired on 13 Oct 2005, 09:39, edited 1 time in total.
User avatar
[K.B.] Napalm Cobra
Posts: 1222
Joined: 16 Aug 2004, 06:15

Post by [K.B.] Napalm Cobra »

Wiki'd.
User avatar
wired
Posts: 100
Joined: 10 Oct 2005, 21:02

Post by wired »

and in suken coast the map has multiple textures not just one how did he do that using tiles i dont get it.
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Post by aGorm »

You getting a biut confused with teh whole tiles thing.

Your map texture is ONE big picture, that can look liek whatever you want.
The actully map compiler generates hundreds of different tiles to fit you map. :-)

However you can help it out by useing repeting tile patterns in you map texture, that are of the 512x512, 256 x 256 etc... type. the game will then obviosly pick them out as a possible tile and use them.

Take a look at core pyramid... the metal texture in the middle is a repeting texture, and i just made a cool transition onto the grass of the rest of the map. the game uses the metal texture as a tile, but also generates a load of tiles for teh fadding into grass texture... You dont have to set up the tiles your self.

The tut I made is very out of date, bucause recently I've been way top busy. I may re-write the whole thing, as time is freeing up now...

Any quires just dump them in here I'm bound to get back.

aGorm
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

OK revision of my last post to clear up some confusion. The tiles are placed into the Texture.bmp . You make the texture as normal, but just use the repeating 32*32 or whatever tile for the majority of your map. So:

Say you have a maily grass map. You make a tile that is 128*128 pixels big for the grass. You open up your image editor, make a huge picture for the texture map, and then place the basic grass tile all over the whole texture. So now you have a huge picture that is entirley composed of one small repeating tile. This is still in the image editor. Then, if you want to add in a river, mountain or other feature, you just draw that in over your repeating texture. Still in the image editor. Then, when you are happy with your texture, you save it as a BMP and run the compiler on it. The compiler looks through and works out what to make into a new tile, and where/how to tile the texture.

Basic steps written over again:
1) Make a repeating texture, that has a size that is a multiple of 32.
2) Fill your whole texture BMP with this repeating texture. Most advanced image editing programs have a fill texture button.
3) Add in features like rivers and mountains.
4) Save as a BMP and compile.
5) Show off your cool map with an even cooler file size.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Hmmm

Post by Pxtl »

What would happen to the tiler if I used a non-repeating pattern, like a fog fractal? Would hte engine panic and scream like a baby because each tile is unique and a mindblowing amount of texture data is needed?
User avatar
wired
Posts: 100
Joined: 10 Oct 2005, 21:02

Post by wired »

ok i think im starting to under stand. but could anyone possible show me one of there texture things b4 they make it into a map just so i can get a visual idea =D that would help me out so much.

thnx for your guys help your awesome =D
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Post by SinbadEV »

Depending on Compression... your fractal would likely have enough similar 32x32 tiles for some to be re-used... otherwise you'd get a very large SMT and SMF file (not nearly as big as the orriginal bmp, because the map format does use dds files, which I think use jpg style compression)...
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Post by aGorm »

SinbadEV is right... It would work anyway.

as for an example...

Image

Is that any help??

Area one is a repeting metal texture.

Area 2 is some grass, fractule sort of area that you may want to replace with a repeting grass texture...

Area 3 is so bland that the map conv will not make much fuss when creating a tile for it.

Bare in mind thats not actully size i had to shrink teh image to about 20 percent the actull size. Plus its just a small portion of the map. (core pyramid)

Any good??
User avatar
wired
Posts: 100
Joined: 10 Oct 2005, 21:02

Post by wired »

omg yes very very helpfull ty so much man i get it now =D
User avatar
wired
Posts: 100
Joined: 10 Oct 2005, 21:02

Post by wired »

jsut one more question did you make that using brushes in photoshop ?? or what it looks so damn nice =/
User avatar
aGorm
Posts: 2928
Joined: 12 Jan 2005, 10:25

Post by aGorm »

Myself? I use Terregen to do the basic textures... then I do work on it to make some bits tiled ect... (IE replace vast areas of similer texture with just one texture to reduce file size when compressed) and add in metal and stuff liek that afterwards. No specil brushes needed... just a good knowledge of layers and how they blend and stuff.

aGorm
Post Reply

Return to “Map Creation”