higoka / habbo-downloader

⚡A tiny script to download various files directly from Habbo.
https://www.npmjs.com/package/habbo-downloader
MIT License
59 stars 32 forks source link

Add furniture that is hidden by an alias (posters and campaign furniture) #24

Closed Quackster closed 5 months ago

Quackster commented 8 months ago

Hello,

This pull request adds all the posters and campaign furniture that is failed to be fetched by just parsing the furnidata alone. These were not being downloaded before.

For example "poster" as .swf doesn't actually exist but poster2.swf does, yet only "poster" is in furnidata.

These numbers are found by the external texts (demonstrated below), but I hardcoded them into the JavaScript since Sulake is no longer adding more numbers for new posters.

poster_2_desc=Take pride in your veg!
poster_2_name=Carrot Plaque

Another example, you can only find ads_calip_parasol.swf in external variables, yet ads_calip_parasol_cmp.swf exists, which still has its campaign branding.

ads_calip_parasol.swf

image

ads_calip_parasol_cmp.swf (was previously not downloaded)

image

higoka commented 5 months ago

thx for the info. it has been added to v2.25.0