Search results

    1. Zelos

      Warp-gate attempt

      Yes the Gates are Working, but they are also in alpha State, we currently have about 15 working Gates at Sun-World. This solution is temporary. I am sure in on oft the next versions 2014 there will be a official implementation! Our current solution is completly Server Side and needs no change...
    2. Zelos

      Custom Blocks ArrayIndexOutOf......(solved)

      The Problem is worng Client Caching, th client dont syncronize the Blockconfig from the Server so the Blocks have the worng IDs! Workaround, delete the configfiles form the client-database folder.
    3. Zelos

      Eh? t002.jpg doesn't have build icon associations?

      Yes a autmatic syncronisation would be really fine. Manual Updateing the Textures is unusable for most gamers!
    4. Zelos

      BlockID greater 347 dont work!

      I tried not to change som blocke to > 1500 eg. RUBY_CRYSTAL=1550 and i still get a exception ! ;(
    5. Zelos

      BlockID greater 347 dont work!

      All Blockids > 347 dont Work ! it look like bug! try : /giveid 348 1 HULL_COLOR_CORNER_BLACK_ID_EXT = 348 HULL_COLOR_CORNER_PURPLE_ID_EXT=349 HULL_COLOR_CORNER_BROWN_ID_EXT=350 HULL_COLOR_CORNER_BLACK_ID_EXT=351 HULL_COLOR_CORNER_RED_ID_EXT=352 HULL_COLOR_CORNER_BLUE_ID_EXT=353...
    6. Zelos

      Custom Blocks ArrayIndexOutOf......(solved)

      All our Custom Blocks are lost after the Update 0.0947 ! I reconfiguratet the Blocks at the XML-File (Editor dont work with that Version) and i got an Error. here a simple example: I have a Block called Ruby_Crystl with Block ID 550 BlockTypes.properties: RUBY_CRYSTL=550...
    7. Zelos

      Admin Command: /spawn_entity dont work

      The Admin Command /spawn_entity dont work in the Server-Console: ################################# [ADMIN COMMAND] SPAWN_ENTITY from org.schema.schine.network.server.AdminLocalClient@62cbe47d params: [KR_Scout_F, KR_Scout_F_03748287, 2, 2, 2, 10025, true]...
    8. Zelos

      Server(0);OverlappingBOX Causing extreme lag and local FPS drops

      We have the Same troubles, currently we have to keep all bigger ships >30.000 Block away from stations and ships! Is it possible thet the millions of debugging Messages also causes Lag, is there an WORKING option to turn off them ?
    9. Zelos

      More power in block editor

      I also want to do this, yes it would kill the game balance but i do not let the shops sell this \"advanced Power Blocks\" It should be for our Server Police fraction Ships which need a littel Bonus to Protect the Server!
    10. Zelos

      Constant Server Crashing

      Für windows : SETLOCAL SETLOCAL DISABLEEXTENSIONS :loop java -Xms512m -Xmx1024m -Xincgc -Xshare:off -jar StarMade.jar -server if %errorlevel% equ 0 ( ENDLOCAL exit ) REM with the ping we can wait ca 4 sek ping 127.0.0.1 goto loop