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

New Mapping Tool - "SpringMapEdit" - r321

Tutorials & Resources For Mappers

Moderator: Moderators

User avatar
Sausage
Posts: 272
Joined: 05 Jan 2010, 23:47

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Sausage »

get it working with win7 64bit plx
User avatar
Sausage
Posts: 272
Joined: 05 Jan 2010, 23:47

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Sausage »

Image
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Satirik »

you can edit the file and change the command line yourself you know

http://javahowto.blogspot.com/2006/06/6 ... -heap.html
User avatar
Sausage
Posts: 272
Joined: 05 Jan 2010, 23:47

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Sausage »

Satirik wrote:you can edit the file and change the command line yourself you know

http://javahowto.blogspot.com/2006/06/6 ... -heap.html
I know I had to change the path for x64 but then this problem came up and I couldn't be bothered trying to fix it, I saw overkill fix like 5 errors and kept getting different ones each time and I don't particularly want to waste my time doing that, not that I could.
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Beherith »

start_w32.bat :
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -classpath springmapedit.jar;lib_win32/gluegen-rt.jar;lib_win32/jogl.jar;lib_win32/swt.jar -

Xms128m -Xmx1024m -Djava.library.path=lib_win32 application.SpringMapEditApplication
pause
This worked fine for me.
User avatar
Erik
Posts: 283
Joined: 20 Aug 2009, 20:49

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Erik »

How to export a map with features etc. ?
Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Frostregen »

Features are exported automatically.
(into smf)

You have to copy the required feature tdf/models/textures into the sd7 archive.
From Forboding Angels Tutorial wrote:To add the features, you need to make a folder called "objects3d", another folder called "features" with the sub directory "All Worlds", and yet another called "unittextures"

Your directory structure should look like this:

c:\Mymapname

features - All Worlds
maps
objects3d
unittextures

Put the s30/3do in the objects3d folder.
Put the tga/dds/png in the unittexture folder.
Put the tdf file in the All Worlds folder.
Or simply extract an existing map and look where the files should go.
This step will be automated in the future.
SpikedHelmet
MC: Legacy & Spring 1944 Developer
Posts: 1948
Joined: 21 Sep 2004, 08:25

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by SpikedHelmet »

I don't know what's up but the latest version is insanely unstable

Never had a problem with it before but all of a sudden it's crashing/freezing up every god damned 5 minutes with exception errors.
Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Frostregen »

Could you copy&paste those exceptions? It would help me finding the problems ;)

Since the latest version is quite "old", it should not have changed in stability recently.
ruan
Posts: 6
Joined: 24 Feb 2010, 15:33

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by ruan »

disregard this post, reinstalled windows XP and SME works.
Last edited by ruan on 03 Jun 2010, 19:50, edited 1 time in total.
SpikedHelmet
MC: Legacy & Spring 1944 Developer
Posts: 1948
Joined: 21 Sep 2004, 08:25

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by SpikedHelmet »

I haven't had an exception in awhile, fortunately!

Feature request: ability to "group" add features, by selecting a bunch of features (for instance a bunch of different kinds of trees) at once and then adding them, it will randomly place all features at a density more or less determined by brush strength over an area determined by brush size. So for instance if I select 10 different trees and have a brush strength of like 10 or whatever it'll place them quite openly, but if I have a brush strength of 500 it'll place rather densely...

Would be great.
dimm
Posts: 473
Joined: 01 Oct 2009, 23:03

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by dimm »

Thank you for SME. My library doesn't allow access to your wiki site for some silly reason.
Frostregen
Posts: 179
Joined: 17 Jul 2007, 00:52

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Frostregen »

They may limit access to webservers on port 80. But my wiki runs on port 8085. You could try to access the site via some proxy/anonymizer.
User avatar
SanadaUjiosan
Conflict Terra Developer
Posts: 907
Joined: 21 Jan 2010, 06:21

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by SanadaUjiosan »

SME isn't working and I'm not sure why. I recently upgraded to Windows 7, from XP, where SME was a piece of cake to get running. I downloaded the offline java package, but neither the 32 bit or 64 bit batch file will make SME start up. Here's a screenshot of the error I get.

Image
By sanada_ujio at 2010-10-02
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Beherith »

Make sure to install the latest Java, and when done, type PATH in a command line. Make sure Java is there too.

If its not there, type path = %PATH%;C:\Program Files (x86)\Java\jre6\bin
into the command line. (using your path to java.exe ofc)
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by hoijui »

since java 5 or so, it installs java.exe to system32, so should always be found.
User avatar
oksnoop2
Posts: 1207
Joined: 29 Aug 2009, 20:12

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by oksnoop2 »

Yeah after playing with that path command It seems i broke SME. Now it says java is not a valid win32 application.
User avatar
Beherith
Posts: 5145
Joined: 26 Oct 2007, 16:21

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by Beherith »

So is it still not working for you?
User avatar
oksnoop2
Posts: 1207
Joined: 29 Aug 2009, 20:12

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by oksnoop2 »

It's still not working for either of us. Though for different reasons it seems. I'll post a proper error message up when i get home.
User avatar
SanadaUjiosan
Conflict Terra Developer
Posts: 907
Joined: 21 Jan 2010, 06:21

Re: New Mapping Tool - "SpringMapEdit" - r913

Post by SanadaUjiosan »

hoijui wrote:since java 5 or so, it installs java.exe to system32, so should always be found.
java definitely installs to my program files. should i pick system32 as the destination folder?
Post Reply

Return to “Map Tutorials & Resources”