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

Front outfit sprite extraction

4drik

Advanced OT User
Joined
Jun 30, 2014
Messages
254
Reaction score
202
Hello.
How can I extract only front part of outfit and save it as looktype.png?

Example:
HsiqXVcC.png


OK, I've found a function: exportImage in thingstype.
Then I changed it to save only front sprites (x = 2) with a name of getId().

Then run client, enter game and in console write:
Code:
outfit = g_things.getThingType(1,1)
outfit:exportImage(looktype)
 
Last edited by a moderator:
Back
Top