
But iirc skyboxes are defined in .smd anyway, so they can be added afterwards. Just not visible inside SME.
But I will try again.

.smd generation definitely needs some attention...
Moderator: Moderators
Solid archive? Don't use solid compression, it causes long loading times.SpikedHelmet wrote:Another issue: Maps made with SME seem to have extremely long load times ingame. I'm making a relatively smallish map (smaller than ones I've made with mapconv) and it takes a heck of a long time to load, although the filesize isnt that large (19mb) and there's nothing in it (features etc) that I haven't used in other, larger maps which load quicker.
I wanted to code something with Java and OpenGL. Just to see if it is fast enough to be productive.TradeMark wrote:Why this cool editor must use Java btw?
Cant try the latest release now since i reinstalled windows again, and bit lazy to install java now
EDIT2: also got this error on close:sh start_lin_x86_768.sh
BrushManager: added Pattern: ellipse
BrushManager: added Pattern: noise
BrushManager: added Pattern: noise2
BrushManager: added Pattern: ellipse_cross
BrushManager: added Pattern: circle
BrushManager: added Pattern: square
BrushManager: added Texture: ice
BrushManager: added Texture: grass3
BrushManager: added Texture: stone
BrushManager: added Texture: metalpatch
BrushManager: added Texture: beach2
BrushManager: added Texture: grass
BrushManager: added Texture: beach
BrushManager: added Texture: sandstone
BrushManager: added Texture: drygrass
BrushManager: added Texture: grass2
Done smoothing heightMap ( 34 ms )
Done smoothing heightMap ( 54 ms )
Done smoothing heightMap ( 10 ms )
Done smoothing heightMap ( 25 ms )
Done smoothing heightMap ( 10 ms )
Done smoothing heightMap ( 11 ms )
Done smoothing heightMap ( 11 ms )
Done smoothing heightMap ( 10 ms )
Done smoothing heightMap ( 10 ms )
Done smoothing heightMap ( 11 ms )
Done blanking texture ( 52 ms )
Done blanking featureMap ( 0 ms )
OpenGL version: 2.1.2 NVIDIA 177.82 -> (ok)
FeatureManager: added Feature: cluster1_dead
FeatureManager: added Feature: rock1
FeatureManager: added Feature: cluster1
FeatureManager: added Feature: geovent
FeatureManager: added Feature: corecom1
Exception in thread "Thread-3" org.eclipse.swt.SWTError: Not implemented [multiple displays]
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.widgets.Display.checkDisplay(Unknown Source)
at org.eclipse.swt.widgets.Display.create(Unknown Source)
at org.eclipse.swt.graphics.Device.<init>(Unknown Source)
at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
at frontend.gui.SpringMapEditDialog$1.run(SpringMapEditDialog.java:87)
at java.lang.Thread.run(Thread.java:619)
Exception in thread "main" java.lang.NullPointerException
at frontend.gui.SpringMapEditGUI.run(SpringMapEditGUI.java:684)
at application.SpringMapEditApplication.main(SpringMapEditApplication.java:35)
Code: Select all
Exception in thread "main" java.lang.NoClassDefFoundError: application/SpringMapEditApplication
Caused by: java.lang.ClassNotFoundException: application.SpringMapEditApplication
at java.net.URLClassLoarder$1.run(Unknown Source)
at java.security.AccessController.doPriviledged(Native Method)
at java.net.URLClassLoarder.findClass(Unknown Source)
at java.lang.ClassLorder.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)