bobmarley765
New Member
- Dec 17, 2018
- 5
- 1
Hi all,
I have been out of the Retro Development game for quite some time now (2 years+) and I am trying to create a hotel on my localhost machine.
I have got everything working and the hotel loads to 100% including getting to the hotel view landing and the moderation tools popping up.
Shortly after my client will crash with a few errors in my development console which are as follows:
GET
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
Originally my release of SWFs I downloaded had a blank External_override_variables file so I replaced it with a 2016 version which I found online. That is listed below also.
I have tried a few things but still cannot seem to figure out what is wrong with my code. I am thinking it is something simple such as an error with my external_override_variables but any help would be appreciated as I have been stuck on this issue for a while now.
My production is PRODUCTION-201601012205-226667486
Thank-you all.
I have been out of the Retro Development game for quite some time now (2 years+) and I am trying to create a hotel on my localhost machine.
I have got everything working and the hotel loads to 100% including getting to the hotel view landing and the moderation tools popping up.
Shortly after my client will crash with a few errors in my development console which are as follows:
GET
You must be registered for see links
404 (Not Found)28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
You must be registered for see links
404 (Not Found)28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
You must be registered for see links
404 (Not Found)28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
You must be registered for see links
404 (Not Found)28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
You must be registered for see links
404 (Not Found)28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET
You must be registered for see links
404 (Not Found)Originally my release of SWFs I downloaded had a blank External_override_variables file so I replaced it with a 2016 version which I found online. That is listed below also.
Code:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds
ads.domain=89.163.219.107
roomenterad.habblet.enabled=false
diamonds.enabled=true
camera.enabled=true
builders.club.enabled=false
toolbar.stories.enabled=false
supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=false
offers.enabled=false
offers.sponsorpay.appid=0
offers.supersonic.enabled=false
avatareditor.promohabbos=http://127.0.0.1/swf/gamedata/habblet/xml/promo_habbos.xml
game.center.default_game=basejump
game.center.enabled=true
game.center.promoted_game=basejump
embed.showInRoomInfo=true
sms.identity.verification.button.enabled=false
sms.identity.verification.enabled=false
multi.item.trading.enabled=true
disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://127.0.0.1/swf/dcr/hof_furni/
flash.dynamic.avatar.download.configuration=http://127.0.0.1/swf/gamedata/figuremap.xml
group.badge.url=http://127.0.0.1/swf/habbo-imaging/badge/%imagerdata%.gif
habbopages.url=http://127.0.0.1/swf/gamedata/habbopages/
flash.client.url=http://127.0.0.1/swf/gordon/PRODUCTION-201601012205-226667486/
external.texts.txt=http://127.0.0.1/swf/gamedata/external_flash_texts.txt
external.override.texts.txt=http://127.0.0.1/swf/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://127.0.0.1/swf/gamedata/override/external_override_variables.txt
productdata.load.url=http://127.0.0.1/swf/gamedata/productdata.txt
furnidata.load.url=http://127.0.0.1/swf/gamedata/furnidata.xml
I have tried a few things but still cannot seem to figure out what is wrong with my code. I am thinking it is something simple such as an error with my external_override_variables but any help would be appreciated as I have been stuck on this issue for a while now.
My production is PRODUCTION-201601012205-226667486
Thank-you all.