Retro View

Silver

Active Member
Aug 17, 2016
152
28
Retro View

At the moment I have a blank view.


I want to update it to the xmas14 view, I have the file up to change it and the .png of xmas14 in reception folder.


I did update it to what I think it is right but no changes in client yet and if anyone can inform me how.
 

Hender

King Tinkerer
Mar 3, 2016
304
122
Retro View

At the moment I have a blank view.


I want to update it to the xmas14 view, I have the file up to change it and the .png of xmas14 in reception folder.


I did update it to what I think it is right but no changes in client yet and if anyone can inform me how.
It's in your variables.

You'd need to then clear your cache.
 

Hender

King Tinkerer
Mar 3, 2016
304
122
Could you use team viewer? Otherwise the link to the image file is broken and what would it be?

Search for reception in your Variables, should show something like this:
Code:
Habbo Variables found 2016-08-11
landing.view.background_back.uri=https://game.fluxrp.com/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_background_hotel.uri=https://game.fluxrp.com/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_front.uri=https://game.fluxrp.com/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_gradient.uri=https://game.fluxrp.com/c_images/reception/partyboat16_bg_gradient.png
landing.view.background_gradient_top.uri=https://game.fluxrp.com/c_images/reception/partyboat16_bg_hotel_top.png
landing.view.background_horizon.uri=https://game.fluxrp.com/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_hotel_top.uri=https://game.fluxrp.com/c_images/reception/partyboat16_bg_hotel_top.png
landing.view.background_left.uri=https://game.fluxrp.com/c_images/reception/olympic16_background_left.png
landing.view.background_right.uri=https://game.fluxrp.com/c_images/reception/default_new_bg_right.png
 

Silver

Active Member
Aug 17, 2016
152
28
Search for reception in your Variables, should show something like this:
Code:
Habbo Variables found 2016-08-11
landing.view.background_back.uri=https://game.fluxrp.com/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_background_hotel.uri=https://game.fluxrp.com/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_front.uri=https://game.fluxrp.com/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_gradient.uri=https://game.fluxrp.com/c_images/reception/partyboat16_bg_gradient.png
landing.view.background_gradient_top.uri=https://game.fluxrp.com/c_images/reception/partyboat16_bg_hotel_top.png
landing.view.background_horizon.uri=https://game.fluxrp.com/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_hotel_top.uri=https://game.fluxrp.com/c_images/reception/partyboat16_bg_hotel_top.png
landing.view.background_left.uri=https://game.fluxrp.com/c_images/reception/olympic16_background_left.png
landing.view.background_right.uri=https://game.fluxrp.com/c_images/reception/default_new_bg_right.png

I am on that part in my variables, so now I want to use;
xmas14_background_gradient.png
xmas14_background_left.png
xmas14_background_right.png
They're in my reception folder in swfs/c_images.
 

Hender

King Tinkerer
Mar 3, 2016
304
122
I am on that part in my variables, so now I want to use;
xmas14_background_gradient.png
xmas14_background_left.png
xmas14_background_right.png
They're in my reception folder in swfs/c_images.


So just change:
Code:
landing.view.background_gradient.uri=YOURLINK/swfs/c_images/xmas14_background_gradient.png
landing.view.background_left.uri=YOURLINK/swfs/c_images/xmas14_background_left.png
landing.view.background_right.uri=YOURLINK/swfs/c_images/xmas14_background_right.png

That's if the images are in the root of your c_images, reception images usually are in /c_images/reception/
 

Silver

Active Member
Aug 17, 2016
152
28
Code:
landing.view.background_gradient.uri=YOURLINK/swfs/c_images/reception/xmas14_background_gradient.png
landing.view.background_left.uri=YOURLINK/swfs/c_images/reception/xmas14_background_left.png
landing.view.background_right.uri=YOURLINK/swfs/c_images/reception/xmas14_background_right.png

The problem is that my URL is not up with the name servers so it is with my IP at the moment. It worked, thank you.
 

Users who are viewing this thread

Top