• 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!

ObjectBuiler quick adding object from sprite

Creater

From 0 to Hero :>
Joined
Oct 15, 2018
Messages
107
Reaction score
7
Location
Poland
Hello everyone,

Is it possible to quick add sprites to objects in object builder than dropping everything one by one?
h8zmz2b.png

Like on this photo but I need makes items. I have around 500 parts sprites and want make a new positions in left column.
 
Solution
Doesn't matter. :)

@edit

I put all one by one, and after this I add all items to items.xml and put to rme editor and set like before and add line like:

<item fromid="24610" toid="25208" />

Showing me only sprites, not items what I made in object builder
Did you also add them with Item Editor?
Edit > Create Missing items
1571713143838.png

Then tools > Reload item attributes
1571713067463.png
Then just save
Also remember that in OB you need to configure them if they are pickupable, tile, border, etc
In the official OB (Not the 10.9x mod) you can just drop the sprite sheet in the Object, let's take this sheet as an example:
100.png
Is a 128x128 sprite, so let's configure the Object in OB:
1571639282415.png
Then we just drop it in the square:
1571639350892.png

After this you just click save and when prompted:
1571639397798.png
Say no.

There you go, result:
1571639420222.png
 
In the official OB (Not the 10.9x mod) you can just drop the sprite sheet in the Object, let's take this sheet as an example:
View attachment 39812
Is a 128x128 sprite, so let's configure the Object in OB:
View attachment 39813
Then we just drop it in the square:
View attachment 39814

After this you just click save and when prompted:
View attachment 39815
Say no.

There you go, result:
View attachment 39816

Thanks, but I want to ask about not putting one by one sheet, but add like in one time around for example 10 or 100 sheets.

When you have got column on left site (items) I have got 1-10 empty fields and in one time I want to fill them by one sprite each other
 
In the official OB (Not the 10.9x mod) you can just drop the sprite sheet in the Object, let's take this sheet as an example:
View attachment 39812
Is a 128x128 sprite, so let's configure the Object in OB:
View attachment 39813
Then we just drop it in the square:
View attachment 39814

After this you just click save and when prompted:
View attachment 39815
Say no.

There you go, result:
View attachment 39816
Waaait whaaaaat 😒😒 So much time wasted 😭
Ive been dropping each 32x32 pic to each hahaha..
But ohwell the more you learn!
 
Last edited:
Doesn't matter. :)

@edit

I put all one by one, and after this I add all items to items.xml and put to rme editor and set like before and add line like:

<item fromid="24610" toid="25208" />

Showing me only sprites, not items what I made in object builder
Did you also add them with Item Editor?
Edit > Create Missing items
1571713143838.png

Then tools > Reload item attributes
1571713067463.png
Then just save
Also remember that in OB you need to configure them if they are pickupable, tile, border, etc
 
Solution
Back
Top