New Mapping Tool - "SpringMapEdit" - r321 - Page 11

New Mapping Tool - "SpringMapEdit" - r321

Tutorials & Resources For Mappers

Moderator: Moderators

Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r658

Post by Frostregen »

Hm, I do not have photoshop.

Does it still happen if you export from SME, then immediately loading it again? (without modifying it in photoshop)
If not, then it may be photoshop.
Either messing around the edges (some Filter maybe?), or saving it in a non standard way.
Are there any options when saving bitmaps? grayscale, RLE, header version?
Try changing those.
User avatar
Hoi
Posts: 2917
Joined: 13 May 2008, 16:51

Re: New Mapping Tool - "SpringMapEdit" - r658

Post by Hoi »

Photoshop messes up highfields when you scale, try gimp.
Forb wrote:Once you are done smoothing, pull the heightfield into The Gimp (NOT PHOTOSHOP, PHOTOSHOP'S IMAGE SIZE ROUTINE WILL RUIN THE HEIGHTFIELD), and use the scale option on CUBIC to blow your heightmap up to the same size as your texture map will be (Texture map defines the total size of your map. For a 16 x 16 the texture map size is 8192 x 8192) and save it has a new file. Heightbig.bmp is my preferred filename.
:wink:

edit: only if you scaled, if you didn't then there shouldn't be a problem if you use PS.
User avatar
kburts
Posts: 134
Joined: 22 Mar 2009, 00:36

ERROR!

Post by kburts »

i use linux... here's an error!

Code: Select all

kevin@roland-desktop:~/Desktop/mapedit$ ./start_lin_x86_768.sh
bash: ./start_lin_x86_768.sh: Permission denied
it doesn't open or anything.....
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: New Mapping Tool - "SpringMapEdit" - r658

Post by Tobi »

From the error it seems you need to manually make the script executable before running it:

Code: Select all

chmod +x ./start_lin_x86_768.sh
Alternatively you could run it this way:

Code: Select all

bash ./start_lin_x86_768.sh
User avatar
kburts
Posts: 134
Joined: 22 Mar 2009, 00:36

Re: New Mapping Tool - "SpringMapEdit" - r658

Post by kburts »

thanks... that should be somewhere accessable... thanks!!! :mrgreen: :mrgreen: :mrgreen: :mrgreen:
Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r658

Post by Frostregen »

yes, sorry.
I can not set unix file permission when packaging from win ;)

I had the same problem, but it should be quite obvious for a linux user.

Would be nice if you tell if it works ok.
I had some strange Z issues when running it in linux.
User avatar
kburts
Posts: 134
Joined: 22 Mar 2009, 00:36

Re: New Mapping Tool - "SpringMapEdit" - r659

Post by kburts »

sorry, long time no see! well i did allot more reading this installation around (yesterday i blew away all of the crap on my dad's computer becasue he had 2Gig's left and it was being really gay... not there's 21.7)

anyhow... my first map i'd say was about 95% pathetic...
http://springrts.com/phpbb/viewtopic.php?f=13&t=18423 so.. it'd dead now, with i think 9 downloads on jobjol (i'm really not sure...)

anyhoosles i went to frostregen.darkstas.co.uk and i got VERY confused about Lighting: Smoothed out Normals how did you do that? it made the sand texture look pretty cool!

also becasue i was planning to make a water map how would i go about Water: Added Reflection map. Projective texturing an upside-down image onto the water plane.

lastly, about the water, how would i make the shimmer Water: Added Refraction map and Distorion. Projective texturing scene below water onto waterplane.

about the other stuff, is there more than one autotexture, becasue i think there's only the basic one /texturescripts/default.tdf

and final question of the day!! how would i: Experimenting with TTD'izing the map :) to give a map a very starcraft-ee feel. becasue that would be VERY cool for a map i was planning to make (not the water one though)

EDIT: if you want a copy of my run files i can provide them, but im on my brothers computer, not my dad's so i cant get the mright now

EDIT AGAIN!: wow, im on a roll E Hydraulic Erode Heightmap <- found in the readme :P

SUPER KICK @$$ edit: i know what terracing is, it's the "p" button!
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: New Mapping Tool - "SpringMapEdit" - r659

Post by Beherith »

I may have missed this, but how do you place geo spots with SME?
Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r659

Post by Frostregen »

@Beherith:
Just place a feature with the name "geovent".
This will get converted to a geovent inside spring, ignoring whatever it was before.
kburts wrote:anyhoosles i went to frostregen.darkstas.co.uk and i got VERY confused about Lighting: Smoothed out Normals how did you do that? it made the sand texture look pretty cool!
This whole thing is just a developement log. So some changes are only on rendering side, not on actual editing side of things.
Smoothed out normals means:
You have to supply OpenGL with plane normals for every edge-point (triangles...) you draw. If you use the same normal for all 3 corners, it looks blocky, like in the images before.
If you set the same averaged edge-point for all adjacent triangles, you get the smooth look you see in this image.
This is just on the rendering side of things. The sand texture was the same in all images.
kburts wrote:also becasue i was planning to make a water map how would i go about Water: Added Reflection map. Projective texturing an upside-down image onto the water plane.

lastly, about the water, how would i make the shimmer Water: Added Refraction map and Distorion. Projective texturing scene below water onto waterplane.
This are also rendering features. Nothing to do with spring and editing.
(I just wanted to do some shader stuff ;))
kburts wrote:about the other stuff, is there more than one autotexture, becasue i think there's only the basic one /texturescripts/default.tdf
Currently I supply only this one. But you may ask KaiserJ. I think he already has written some more. Or just write them yourself. They need to be finetuned for your specific map anyway.

-Frostregen
User avatar
kburts
Posts: 134
Joined: 22 Mar 2009, 00:36

Re: New Mapping Tool - "SpringMapEdit" - r659

Post by kburts »

well i think i should probably look into making my own, thanks a bunch!

edit i mean text gen's
User avatar
nixtux
TechA Developer
Posts: 100
Joined: 01 Mar 2009, 15:36

Re: New Mapping Tool - "SpringMapEdit" - r659

Post by nixtux »

hiya Frostregen

where is the 64bit version for linux :wink:

thanks :-)
User avatar
kburts
Posts: 134
Joined: 22 Mar 2009, 00:36

Re: New Mapping Tool - "SpringMapEdit" - r659

Post by kburts »

this may sound a but dunsey, but what does the "r" stand for in r-659?

and is there a way to terrace to lets say 2 height levels, instead of 15?
User avatar
Neddie
Community Lead
Posts: 9406
Joined: 10 Apr 2006, 05:05

Re: New Mapping Tool - "SpringMapEdit" - r659

Post by Neddie »

Probably revision.
Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r659

Post by Frostregen »

Yup, revision.

About terracing:
No, currently the 15 steps are hardcoded. (You are the first one to use this feature ;))
I will make it adjustable for the next version.

About 64bit:
Since this is java, it will run in 64bit as long as you provide it with native 64bit libraries.
Look into the first post:
You need two native libraries: SWT and JOGL.
(If you manage to find them, post them here. I will include them for the next release)

The easy way would be to just install a 32bit JRE, and you are fine ;)
(I need to do this too, because Eclipse won't run on JRE64bit)

Update r660:
-added linux 64 bit libs
-added windows 64 bit libs
(I finally managed to find them... had to download the complete eclipse 64bit release for win&lin though...)
User avatar
MR.D
Posts: 1527
Joined: 06 Aug 2005, 13:15

Re: New Mapping Tool - "SpringMapEdit" - r660

Post by MR.D »

Not sure if this problem was mentioned, but I've been getting wierd glitches in the height map during export.

The glitches show up as full 255 dots randomly around the heightmap, and even if they've been cleared away in an art program, recompiling the map in springmapedit causes some problems with the heightmap having wierd height spikes appearing in the game map.

Is it better to just use something else like Mothers map conv to recompile the map's layers?
Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r660

Post by Frostregen »

This should not happen...
What settings did you use? I need the following:
-MaxHeight
-Waterlevel
-Mapsize
If possible, your heightmap too.

Are the glitches only happening when exporting to SM2,
or do they happen when exporting to image formats too?

Also, 32 or 64bit?
User avatar
MR.D
Posts: 1527
Joined: 06 Aug 2005, 13:15

Re: New Mapping Tool - "SpringMapEdit" - r660

Post by MR.D »

min-max height 0-180
water level -1 ( or whatever no water is)

1281x641 8 bit exported height map.

The glitch happens right in the bitmap heightmap export, and when I clean up the glitch dots, and save, they still appear in the compiled map.

32 bit afaik.
Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r660

Post by Frostregen »

Hm, I can not reproduce the problem, it just works as it should here.

Maybe describe exactly what you have done, step by step.
(Generated new map, saved heightmap, loaded heightmap -> spikes etc...)

No idea how i can investigate this....
User avatar
nixtux
TechA Developer
Posts: 100
Joined: 01 Mar 2009, 15:36

Re: New Mapping Tool - "SpringMapEdit" - r660

Post by nixtux »

thanks i tryed getting all the 64bit lib but failed to find the last on ei needed and went for the easy option ,i now have it working with the 32bit java :-)
User avatar
kburts
Posts: 134
Joined: 22 Mar 2009, 00:36

Re: New Mapping Tool - "SpringMapEdit" - r660

Post by kburts »

with r-660, is there the new TTD'izing function with a customizable number of levels?

or is that still not out yet?
Post Reply

Return to “Map Tutorials & Resources”