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

Question regarding sprites & graphics.

J.Dre

Unity Games
Joined
May 18, 2011
Messages
2,643
Solutions
3
Reaction score
639
Location
United States
Hi everyone,

If I wanted to have a translucent [ghost like] outfit for every character outfit, would I need to create a new “ghost outfit” (or sprite) for each one, or is this possible client-side? Obviously, it would require a custom client.

Pretty sure I know the answer but just double checking.

Thank you,
J.Dre
 
Solution
then you would have to modify the packet responsible for displaying new creatures on the screen / enabling this effect (both server side)

and the client would paint the outfit only, using the filters

you can start your search in setOutfit function
then you would have to modify the packet responsible for displaying new creatures on the screen / enabling this effect (both server side)

and the client would paint the outfit only, using the filters

you can start your search in setOutfit function
 
Solution
Back
Top