I made an OBJ exporter for blueprints. Now you can import your ships to any 3D modeling program.

    Joined
    Jun 8, 2015
    Messages
    29
    Reaction score
    32
    • Purchased!
    • Hardware Store


    What is this?
    Have you ever wanted to import your ship or station to a 3D model editor such as 3Ds Max, Blender or any other? Now you can!

    This program will exports blueprints from StarMade into the OBJ file alongside with UV maps and textures (in four available formats: PNG, BMP, TGA, TIFF). The latest version of block configuration and textures are used to export the blueprint, these files are extracted directly from StarMade installation folder.

    Screenshot:


    Instructions:
    1. Save your ship to catalog
    2. Launch SM2OBJ
    3. Follow on-screen instructions
    4. OBJ file is located in destination folder
    5. Textures are in "textures" folder located in destination folder
    6. Have fun!

    Please, READ before using this software:

    Make sure that you have at least 500 MB of empty HDD space. This space is used only for temporary use. The target OBJ file will be much smaller. If you are exporting extremely large structures, the used space can rise up to 2 GB.

    Exporting docked ships and turrets may not be possible on some ships and may throw errors. This issue is being handled. Prefer to export the attachments manually.

    When importing ship with docked ships and turrets as OBJ (for example to Blender), they all will be located at [0, 0, 0] position! You will have to move them to proper place by yourself.

    Stuff people made:

    I am not the creator of the ship. I only rendered it. The ship is Hyperion and credits goes to user NuclearFun. The wallpapers were rendered using Blender Cycles.


    Credits: user Crusade

    Credits: user Crusade

    Credits: user yellby


    Rendered by: user yellby
    Ship: Skyloard Lukes Cobalt Exploration Frigate

    Rendered by: user yellby
    Ship: Raiben's Stargazer

    Rendered by: user yellby
    Ship: Raiben's Stargazer

    Download:
    Note: If you encounter an error saying that some DLL files are missing, you probably do not have Microsoft redistributables for Visual Studio 2013 x86 (vcredist_x86.exe). You can download it from official microsoft downloand site.

    Latest release:
    MediaFire
    GitHub

    Previous stable release:
    version 1.3.2 - win x86 (Tested with StarMade version 0.19361)
    MediaFire
    GitHub

    version 1.3.1 - win x86 (Tested with StarMade version 0.19361)
    MediaFire
    GitHub

    version 1.3 - win x86 (Tested with StarMade version 0.19289)
    MediaFire
    GitHub

    version 1.2.1 - win x86 (Tested with StarMade version 0.19228)
    MediaFire
    GitHub

    version 1.2 - win x86 (Tested with StarMade version 0.19228)
    MediaFire
    GitHub

    version 1.1 - win x86 (Tested with StarMade version 0.19228)
    MediaFire

    version 1.0 - win x86 (Tested with StarMade version 0.19228)
    MediaFire

    Source code:
    Can be found here at GitHub

    Change log:
    v1.4.0
    - New GUI
    - Fixed crash when stopping export

    v1.3.2
    - Fixed meta file loading
    - Updated FFW library

    v1.3.1
    - Minor code changes
    - Updated FFW library

    v1.3
    - Added emissive atlas export
    - Attachments (docked ships and turrets) can now be exported
    - Removed WxWidgets and replaced with original Win32 GUI
    - Added option to select texture size
    - Fixed crash when exporting BMP textures
    - Changed the program flow to recursive due to the attachments
    - Added global namespace
    - Removed variables in global scope
    - Updated FFW library

    v1.2.1
    - Fixed grass and light rods
    - Added option to not to split textures and use the atlas instead.
    - Grammar

    v1.2:
    - Added UV generator
    - Added option to enable/disable specular highlight on materials
    - Fixed block rotation. Some blocks that have 24 different rotations (such as Rail Basic) are still not properly rotated.
    - Fixed missing polygons between non-transparent and transparent materials (for example, block of glass next to the hull now has polygon between with material of the non-transparent block)

    v1.1:
    - Added GUI
    - Fixed bleeding on textures. Now it will export 216x216 textures.
    - Fixed loading IDs of blocks
    - Textures and blocks are loaded directly from StarMade folder.

    Tutorial made by user yelby (SM2BOJ v1.3.x):

    How to import the exported OBJ:
    Import the OBJ as usual. Materials should appear with textures. If not, copy .obj and .mtl file to "texture" folder (which was created if you checked "export textures") and import it again.

    Use default import options:


    Blender will not load properly alpha textures. (This is Blender issue) You will need to fix them manualy. Also, self illuminated blocks does not import properly too.

    You can fix that. Select transparent material, scroll down and set Z-Transparency Alpha to 0.0


    Next, while you have selected materials, go to textures tab and uncheck third texture (alpha) from list and select first texture (diffuse):


    Scroll down and check "Alpha" in Diffuse section:


    Now the transparent materials should render properly.

    If you want to use Cycles render, import all objects while using legacy renderer and then use this script:
    http://blenderartists.org/forum/showthread.php?247271-Cycles-Automatic-Material-Textures-Node/
    (See latest posts)

    If you use this script, the alpha textures are going to be still broken. Select the broken material and do this:

    When importing, use these settings:


    It may tell you that textures have not been found. It will give you an option to add a search patch. Point it to the exported texture folder.

    Materials seems to be alright. All textures are loaded including self illuminated blocks. You may want to enable the one option:

    I highly recommend to use atlases instead of tiles due to the performance. Also, you will need to import the OBJ into any other 3D modeling software and export it to the FBX format. Lightmap UV maps are not generated by SM2OBJ, you will to create them yourself (or do not use lightmaps at all and use dynamic lightning only).

    Please comment!
    If bug occurs or you have problems please report the issue. If you have questions or suggestions please feel free to comment, or contact me via PM, or send me an email.
     
    Last edited:
    Joined
    Nov 29, 2013
    Messages
    87
    Reaction score
    22
    • Legacy Citizen
    • Legacy Citizen 2
    • Legacy Citizen 3
    Yeah can we submit ships because I want a wallpaper like that for my stuff!
     
    Joined
    Jul 21, 2013
    Messages
    2,932
    Reaction score
    460
    • Hardware Store
    Well, congrats, you outdid me.
    Then again, I limited my own speed by NOT using 3rd party libraries of any kind, and incorporating modding support.
     

    therimmer96

    The Cake Network Staff Senior button unpusher
    Joined
    Jun 21, 2013
    Messages
    3,603
    Reaction score
    1,053
    I'll say it again

    You magnificent bastard!
     
    Joined
    Jun 8, 2015
    Messages
    29
    Reaction score
    32
    • Purchased!
    • Hardware Store
    Well, congrats, you outdid me.
    Then again, I limited my own speed by NOT using 3rd party libraries of any kind, and incorporating modding support.
    Thanks. Well, the third party library is more precisely a framework which is actually solely programmed by me. It is kind of a big wrapper for several libraries.
    [DOUBLEPOST=1433881611,1433881262][/DOUBLEPOST]
    Yeah can we submit ships because I want a wallpaper like that for my stuff!
    Sorry, I would if I had a render farm... Rendering these kind of stuff takes lot of time and processing power. Maybe someone will do this. I am trying to be focused on programming. Right now I am making a GUI.
     

    Jake_Lancia

    Official Source of Blame
    Joined
    Oct 2, 2013
    Messages
    859
    Reaction score
    1,434
    • Legacy Citizen 10
    • Competition Winner - Small Fleets
    • Community Content - Silver 2
    This could possibly herald a new era of Starmade videos. Well done!
     

    kupu

    Colouring in guy.
    Joined
    Jul 4, 2013
    Messages
    1,405
    Reaction score
    1,560
    • Schine
    • Likeable Gold
    • Arrrty Gold
    UnknownProcess This is great.

    Not sure how you are automating the textures, but the actual surface area of the visible texture is 216x216. The extra pixels to make up the 256 squares are considered a bleed zone.

    You've probably gathered that already though :D Keep up the good work.
     
    Joined
    Jul 21, 2013
    Messages
    2,932
    Reaction score
    460
    • Hardware Store
    Thanks. Well, the third party library is more precisely a framework which is actually solely programmed by me. It is kind of a big wrapper for several libraries.
    oh well, I usually don't even make libraries for myself. ^^
    In any case, can a nonwindows version ever be expected? If so I can simply put my own project on a hiatus until you stop keeping this tool up to date.
     

    therimmer96

    The Cake Network Staff Senior button unpusher
    Joined
    Jun 21, 2013
    Messages
    3,603
    Reaction score
    1,053
    Didnt seem to have an up to date config as blocks, so I copy pasted the one from my copy of sm and

    Code:
    09-06-2015 [23:02:25] [NOTICE]  Starting with 4 threads!
    09-06-2015 [23:02:25] [NOTICE]  Target blueprint: D:\Steam\steamapps\common\StarMade\StarMade\blueprints\Stagazer for poor people\DATA\
    09-06-2015 [23:02:25] [DEBUG]   Reading block type properties from: C:\Users\James\Desktop\SM2OBJ\data\BlockTypes.properties
    09-06-2015 [23:02:25] [DEBUG]   Loaded: 876 block types!
    09-06-2015 [23:02:25] [NOTICE]  Block types loaded!
    09-06-2015 [23:02:25] [DEBUG]   Reading block config from: C:\Users\James\Desktop\SM2OBJ\data\BlockConfig.xml
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_DOCKER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_BASIC
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_TURRET_Y_AXIS
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_CW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_CCW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_ENHANCER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_SPEED_CONTROLLER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: ORANGE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: PURPLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: BLACK_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: WHITE_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: YELLOW_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: ORANGE_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RED_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: PURPLE_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: BLUE_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GREEN_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: BLACK_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: LOGIC_BUTTON
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: LOGIC_WIRELESS
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: LOGIC_FLIP_FLOP
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: LOGIC_REMOTE_INNER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Plex_Door_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Glass_Door
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Glass_Door_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blast_Door
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blast_Door_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Forcefield_Red
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Forcefield_Blue
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Forcefield_Yellow
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hazard_Armor_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hazard_Armor_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hazard_Armor_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hazard_Armor_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hazard_Armor_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hazard_Armor_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Threns_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Jisper_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Zercaner_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sertise_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hittal_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Fertikeen_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parstun_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nacht_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Threns_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Jisper_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Zercaner_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sertise_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hittal_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Fertikeen_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parstun_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nacht_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hattel_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sintyr_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Mattise_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Rammet_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Varat_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Bastyn_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parsen_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nocx_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hattel_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sintyr_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Mattise_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Rammet_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Varat_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Bastyn_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parsen_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nocx_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Deco_Animated_pc
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Deco_Conduit
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Scaffold
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: SCANNER_COMPUTER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: SCANNER_MODULE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: JUMP_DRIVE_CONTROLLER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: JUMP_DRIVE_MODULE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_HATTEL
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_SINTYR
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_MATTISE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_RAMMET
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_VARAT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_BASTYN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_PARSEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_NOCX
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_THRENS
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_JISPER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_ZERCANER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_SERTISE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_HITAL
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_FERTIKEEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_PARSTUN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_NACHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Scrap_Alloy
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Scrap_Composite
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: WARP_GATE_CONTROLLER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: WARP_GATE_MODULE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hattel_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sintyr_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Mattise_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Rammet_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Varat_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Bastyn_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parsen_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nocx_Crystal_Wedge
     
    Joined
    Jun 8, 2015
    Messages
    29
    Reaction score
    32
    • Purchased!
    • Hardware Store
    UnknownProcess This is great.

    Not sure how you are automating the textures, but the actual surface area of the visible texture is 216x216. The extra pixels to make up the 256 squares are considered a bleed zone.

    You've probably gathered that already though :D Keep up the good work.
    I did not know this. I will fix it. Thanks.
     
    Joined
    Jul 21, 2013
    Messages
    2,932
    Reaction score
    460
    • Hardware Store
    Didnt seem to have an up to date config as blocks, so I copy pasted the one from my copy of sm and

    Code:
    09-06-2015 [23:02:25] [NOTICE]  Starting with 4 threads!
    09-06-2015 [23:02:25] [NOTICE]  Target blueprint: D:\Steam\steamapps\common\StarMade\StarMade\blueprints\Stagazer for poor people\DATA\
    09-06-2015 [23:02:25] [DEBUG]   Reading block type properties from: C:\Users\James\Desktop\SM2OBJ\data\BlockTypes.properties
    09-06-2015 [23:02:25] [DEBUG]   Loaded: 876 block types!
    09-06-2015 [23:02:25] [NOTICE]  Block types loaded!
    09-06-2015 [23:02:25] [DEBUG]   Reading block config from: C:\Users\James\Desktop\SM2OBJ\data\BlockConfig.xml
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Grey_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: White_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_WHITE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Black_Crystal_Armor_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_YELLOW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Orange_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_ORANGE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Red_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_RED
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Purple_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_PURPLE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blue_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_BLUE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_BLOCK_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_WEDGE_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_CORNER_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_PENTA_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GLASS_TETRA_GREEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Brown_Hull_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_DOCKER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_BASIC
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_TURRET_Y_AXIS
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_CW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_BLOCK_CCW
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_ENHANCER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RAIL_SPEED_CONTROLLER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: ORANGE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: PURPLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: BLACK_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: WHITE_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: YELLOW_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: ORANGE_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RED_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: PURPLE_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: BLUE_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: GREEN_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: BLACK_POLE_LIGHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: LOGIC_BUTTON
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: LOGIC_WIRELESS
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: LOGIC_FLIP_FLOP
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: LOGIC_REMOTE_INNER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Plex_Door_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Glass_Door
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Glass_Door_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blast_Door
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Blast_Door_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Forcefield_Red
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Forcefield_Blue
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Forcefield_Yellow
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hazard_Armor_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hazard_Armor_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Green_Hazard_Armor_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hazard_Armor_Corner
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hazard_Armor_Penta
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Yellow_Hazard_Armor_Tetra
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Threns_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Jisper_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Zercaner_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sertise_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hittal_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Fertikeen_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parstun_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nacht_Ingot_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Threns_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Jisper_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Zercaner_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sertise_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hittal_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Fertikeen_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parstun_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nacht_Motherboard_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hattel_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sintyr_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Mattise_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Rammet_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Varat_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Bastyn_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parsen_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nocx_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hattel_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sintyr_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Mattise_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Rammet_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Varat_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Bastyn_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parsen_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nocx_Charged_Circuit_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Deco_Animated_pc
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Deco_Conduit
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Scaffold
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: SCANNER_COMPUTER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: SCANNER_MODULE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: JUMP_DRIVE_CONTROLLER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: JUMP_DRIVE_MODULE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_HATTEL
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_SINTYR
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_MATTISE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_RAMMET
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_VARAT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_BASTYN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_PARSEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_CRYS_NOCX
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_THRENS
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_JISPER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_ZERCANER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_SERTISE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_HITAL
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_FERTIKEEN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_PARSTUN
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: RESS_ORE_NACHT
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Scrap_Alloy
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Scrap_Composite
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: WARP_GATE_CONTROLLER
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: WARP_GATE_MODULE
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Hattel_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Sintyr_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Mattise_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Rammet_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Varat_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Bastyn_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Parsen_Crystal_Wedge
    09-06-2015 [23:02:25] [WARNING] Could not find ID for type: Nocx_Crystal_Wedge
    You also need to copy the blockTypes.properties file.
     
    Joined
    Jun 8, 2015
    Messages
    29
    Reaction score
    32
    • Purchased!
    • Hardware Store
    Didnt seem to have an up to date config as blocks, so I copy pasted the one from my copy of sm and
    Can you please send me the config? Both *.xml and *.properties I will take a look.
    [DOUBLEPOST=1433887889,1433887839][/DOUBLEPOST]
    oh well, I usually don't even make libraries for myself. ^^
    In any case, can a nonwindows version ever be expected? If so I can simply put my own project on a hiatus until you stop keeping this tool up to date.
    Yes, it is in my to-do list.
     

    therimmer96

    The Cake Network Staff Senior button unpusher
    Joined
    Jun 21, 2013
    Messages
    3,603
    Reaction score
    1,053
    Suggestion for the next version with UI.

    Ask for it too point to a starmade installation, so that the config and textures are up to date with the latest version theyhave :)
     

    Keptick

    Building masochist
    Joined
    Sep 26, 2013
    Messages
    4,062
    Reaction score
    1,841
    • Councillor 2 Gold
    • Railman Gold
    • Thinking Positive Gold
    Mate, this is fucking awesome. I can't spam the like button hard enough.

    Time to dust off my 3D printer :D