New Mapping Tool - "SpringMapEdit" - r321
Moderator: Moderators
-
- Posts: 179
- Joined: 17 Jul 2007, 00:52
Re: New Mapping Tool - "SpringMapEdit" - r658
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.
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.
Re: New Mapping Tool - "SpringMapEdit" - r658
Photoshop messes up highfields when you scale, try gimp.

edit: only if you scaled, if you didn't then there shouldn't be a problem if you use PS.
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.

edit: only if you scaled, if you didn't then there shouldn't be a problem if you use PS.
ERROR!
i use linux... here's an error!
it doesn't open or anything.....
Code: Select all
kevin@roland-desktop:~/Desktop/mapedit$ ./start_lin_x86_768.sh
bash: ./start_lin_x86_768.sh: Permission denied
Re: New Mapping Tool - "SpringMapEdit" - r658
From the error it seems you need to manually make the script executable before running it:
Alternatively you could run it this way:
Code: Select all
chmod +x ./start_lin_x86_768.sh
Code: Select all
bash ./start_lin_x86_768.sh
Re: New Mapping Tool - "SpringMapEdit" - r658
thanks... that should be somewhere accessable... thanks!!!





-
- Posts: 179
- Joined: 17 Jul 2007, 00:52
Re: New Mapping Tool - "SpringMapEdit" - r658
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.
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.
Re: New Mapping Tool - "SpringMapEdit" - r659
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
SUPER KICK @$$ edit: i know what terracing is, it's the "p" button!
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

SUPER KICK @$$ edit: i know what terracing is, it's the "p" button!
Re: New Mapping Tool - "SpringMapEdit" - r659
I may have missed this, but how do you place geo spots with SME?
-
- Posts: 179
- Joined: 17 Jul 2007, 00:52
Re: New Mapping Tool - "SpringMapEdit" - r659
@Beherith:
Just place a feature with the name "geovent".
This will get converted to a geovent inside spring, ignoring whatever it was before.
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.
(I just wanted to do some shader stuff
)
-Frostregen
Just place a feature with the name "geovent".
This will get converted to a geovent inside spring, ignoring whatever it was before.
This whole thing is just a developement log. So some changes are only on rendering side, not on actual editing side of things.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!
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.
This are also rendering features. Nothing to do with spring and editing.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.
(I just wanted to do some shader stuff

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.kburts wrote:about the other stuff, is there more than one autotexture, becasue i think there's only the basic one /texturescripts/default.tdf
-Frostregen
Re: New Mapping Tool - "SpringMapEdit" - r659
well i think i should probably look into making my own, thanks a bunch!
edit i mean text gen's
edit i mean text gen's
Re: New Mapping Tool - "SpringMapEdit" - r659
hiya Frostregen
where is the 64bit version for linux
thanks
where is the 64bit version for linux

thanks

Re: New Mapping Tool - "SpringMapEdit" - r659
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?
and is there a way to terrace to lets say 2 height levels, instead of 15?
Re: New Mapping Tool - "SpringMapEdit" - r659
Probably revision.
-
- Posts: 179
- Joined: 17 Jul 2007, 00:52
Re: New Mapping Tool - "SpringMapEdit" - r659
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...)
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...)
Re: New Mapping Tool - "SpringMapEdit" - r660
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?
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?
-
- Posts: 179
- Joined: 17 Jul 2007, 00:52
Re: New Mapping Tool - "SpringMapEdit" - r660
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?
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?
Re: New Mapping Tool - "SpringMapEdit" - r660
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.
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.
-
- Posts: 179
- Joined: 17 Jul 2007, 00:52
Re: New Mapping Tool - "SpringMapEdit" - r660
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....
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....
Re: New Mapping Tool - "SpringMapEdit" - r660
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 

Re: New Mapping Tool - "SpringMapEdit" - r660
with r-660, is there the new TTD'izing function with a customizable number of levels?
or is that still not out yet?
or is that still not out yet?