• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 0.X Import newer outfits?

Rallelele

Member
Joined
Jun 11, 2017
Messages
69
Reaction score
9
Hello. I'm running a TFS 0.4 8.6 server, is there any possibility to import outfits from later clients(10.x+) to it? For example the Golden Outfit? And make it obtainable through quests?

Cheerios.
 
Yes, it’s possible.

I recommend you to export the outfit sprites you want with OBD exporter and then import them to your 8.6 spr with Object Builder.
 
You can use cipsoft client, but if you want to exceed the 65k sprite limit you'll need to use OTClient or edit cip client to read extended spr file.
 
Thanks! Is it necessary to use a custom client? Or doable with normal?

With OTClient, just enable extended sprites on things.lua

With "normal" client, just paste this inside client folder and modify config.ini (you must allow extended option)
Code:
hirestimer = false
extended = true
alpha = false
cachesprites = true
drawmanabar = false

Then, if you're using 8.6 import the newer outfits using Object Builder 0.4.8 (attached on post) and export as extended. Remember that your new outfit must have the same properties than other outfits.

obj builder.png

Last step, register the new outfits in outfit.xml, the outfit from Object Builder must match the .xml file.
match.png
 

Attachments

Last edited:
Back
Top