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

Outfit Images - ANIMATED! - 10.80

Gesior.pl

Mega Noob&LOL 2012
Senator
Joined
Sep 18, 2007
Messages
2,966
Solutions
99
Reaction score
3,383
Location
Poland
GitHub
gesior
@Mokerhamer requested new outfit images with animations in thread Feature - Unpack items/outfits from any client to PNG with OTClient!
and here they are! :)

Links to 10.80 images and PHP scripts:
http://outfit-images.ots.me/animatedOutfits1080.zip
MEGA

Zip includes generator that compose all animation frames of outfit into one animated GIF.
There are also all 10.80 outfit images animation frames.

You can also use old PHP generator script with these images to generate static images of outfits.
Animated images use much more CPU power to render.

Gesior2012 config hint: New script is in file animoutfit.php, not outfit.php
 

Attachments

  • animatedOutfits1080.zip
    45 MB · Views: 79 · VirusTotal
Last edited by a moderator:
Thank you! using it now :)

Sorry for double post, but mount display isen't working :S

@Gesior.pl
Testing with this link, It used to displayed mounts.

animoutfit.php?id=683&addons=3&head=15&body=44&legs=76&feet=98&mount=4294902500&direction=3 <--- Worked in the past
 
Last edited by a moderator:
Sorry for double post, but mount display isen't working :S
I found that stupid bug. I had no mount value to test it before.
I fixed it:
http://outfit-images.ots.me/animate...ody=98&legs=2&feet=31&mount=65937&direction=2

I made official hosting for Gesior2012, for tests. I'm not sure, if it will stay forever (if it will use too much resources my hoster can block it):
http://outfit-images.ots.me/animatedOutfits1080/animoutfit.php

New links (some moderator, please replace links in first post!):
http://outfit-images.ots.me/animatedOutfits1080.zip
https://mega.co.nz/#!5pxRWBIB!8jc0joB9KOFQ2ux0z0dGcotLwRg7N0ZrpCUiWjPRM9k
 
I found that stupid bug. I had no mount value to test it before.
I fixed it:
http://outfit-images.ots.me/animate...ody=98&legs=2&feet=31&mount=65937&direction=2

I made official hosting for Gesior2012, for tests. I'm not sure, if it will stay forever (if it will use too much resources my hoster can block it):
http://outfit-images.ots.me/animatedOutfits1080/animoutfit.php

New links (some moderator, please replace links in first post!):
http://outfit-images.ots.me/animatedOutfits1080.zip
https://mega.co.nz/#!5pxRWBIB!8jc0joB9KOFQ2ux0z0dGcotLwRg7N0ZrpCUiWjPRM9k

Love it, i just love it. Thank you.
 
Love it, i just love it. Thank you.
If you got values of mounts like: 4294902500
It's not compatible with generator.
How to change it to valid value?
PHP:
$value = 4294902500;
$validValue = 65536 - ((4294967296 - $value) - 65536); // 66276
It may require some +/- 1 in formula. I can't test it. You must compare mount image:

animoutfit.php


http://outfit-images.ots.me/animate...ody=98&legs=2&feet=31&mount=66276&direction=2
 
If you got values of mounts like: 4294902500
It's not compatible with generator.
How to change it to valid value?
PHP:
$value = 4294902500;
$validValue = 65536 - ((4294967296 - $value) - 65536); // 66276
It may require some +/- 1 in formula. I can't test it. You must compare mount image:

animoutfit.php


http://outfit-images.ots.me/animate...ody=98&legs=2&feet=31&mount=66276&direction=2

O.0 it works perfectly haven't noticed any bugs orso. Mounts are being displayed good to tough.
 
Outfit.data.txt? What is it? Isn't is some old script file with errors report?

Well i've unpacked new animation outfits as in this thread, https://otland.net/threads/unpack-items-outfits-from-any-client-to-png-with-otclient.231045/

To update image files of this system https://otland.net/threads/outfit-images-animated-10-80.235053/ i just added 741 till 763 but it dosen't reconize the new outfits and mounts, after comparing i found that other folders had outfit.data.txt in them.
 
Well i've unpacked new animation outfits as in this thread, https://otland.net/threads/unpack-items-outfits-from-any-client-to-png-with-otclient.231045/

To update image files of this system https://otland.net/threads/outfit-images-animated-10-80.235053/ i just added 741 till 763 but it dosen't reconize the new outfits and mounts, after comparing i found that other folders had outfit.data.txt in them.
In animatedOutfits1080.zip is file 'cacheGenerator.php'. Just run it to generate these files in all outfit folders.
 
After unquing the last part of the script it generated the .txt files (and content). but for some reason it still dosent display the new outfits. I've upload the 10.82 images, WITHOUT using the cache script on them.
https://mega.nz/#!CkczURLZ!IB7jmSwDKY5J3h0e_YMUqk7RJV-rqfjRUUYgy-xRplM

Excuse me for the double post, i cant edit. I managed to let it display. For some reason it has to do with the color code.

Head code 123 seems to be bugged

For example this color code does not display. (i changed the outfit color ingame)
Works -> animoutfit.php?id=128&addons=3&head=124&body=12&legs=23&feet=31&mount=0&direction=2
Bugged Work -> animoutfit.php?id=128&addons=3&head=123&body=12&legs=23&feet=31&mount=0&direction=2

It works fine besides the above mentioned bug ;) Thanks
 
Excuse me for the double post, i cant edit. I managed to let it display. For some reason it has to do with the color code.

Head code 123 seems to be bugged

For example this color code does not display. (i changed the outfit color ingame)
Works -> animoutfit.php?id=128&addons=3&head=124&body=12&legs=23&feet=31&mount=0&direction=2
Bugged Work -> animoutfit.php?id=128&addons=3&head=123&body=12&legs=23&feet=31&mount=0&direction=2

It works fine besides the above mentioned bug ;) Thanks
It does not color addon. I don't know why. With addon 0/1 it works fine.
If you need outfit colors:
http://ots.me/colors
:)
 
Back
Top