• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

ObjectBuilder [10.32]

Object Builder was updated to version 0.2.3.

Features:

  • Export objects as sprite sheet with PNG, BMP or JPG formats.
  • Remove objects.
  • Import multiple sprites.
  • Export selected sprites to PNG, BMP or JPG formats.
  • Create a new sprite.
  • Remove selected sprites.
  • New tool to crop images larger than 32x32 pixels.
  • Context menu to sprite list.



Export to Sprite Sheet:

noug.png







Import and crop a image:


7c7k.png
 
Hey man, I have a problem, 2 actually. First, it only loads 10.10 files, and it just takes years to load or idk it kinda freeze in load (Loading::Metadata::Sprites) it never ends! I hope you can help me, awesome program
 
Object Builder 0.2.4

Features:

  • Direction buttons for outfits and missiles.
  • Option auto save for objects.
  • Compiling very faster if nothing was changed in the sprite list.
  • New log window and messages for property changes.
  • New slider.
  • Buttons for tool bar.
  • Less pop-up windows.

Direction buttons for outfits and missiles:

direction_buttons.png



New log window:

new_log_window.png


Download:

Object Builder

Scan
 
Could you get support to 10.35? I'm using the newest TFS and I can't open my .dat files anywhere!
 
@pedrofrança
Find the installation directory and add in versions.xml

after:
<version value="1034" string="10.34" dat="52E74AB5" spr="52E74ADA" otb="0"/>

add:
<version value="1035" string="10.35" dat="52FDFC2C" spr="52FDFC54" otb="0"/>
 
I get this error when i trying to load the dat and spr file:
Code:
Error: Unknown flag. flag=0x63, previus=0x0, category=item, id=101
    at nail.otlib.things::ThingTypeStorage/readThingType()
    at nail.otlib.things::ThingTypeStorage/loadThingTypeList()
    at nail.otlib.things::ThingTypeStorage/readBytes()
    at nail.otlib.things::ThingTypeStorage/load()
    at nail.objectbuilder.core::ObjectBuilderWorker/onLoadAssets()
    at nail.workers::NailWorker/mainToWorkerMessageHandler()
 
Back
Top