Furni, Catalog, etc not loading

Status
Not open for further replies.

ream

New Member
May 24, 2020
5
1
Hello, I'm trying to setup a retro on localhost for some tinkering, however nothing is loading apart from the figure map, everything is configured correctly in the configs.

Using PlusEmu and BrainCMS

You must be registered for see images attach

brain-config.php
Code:
<?php
    if(!defined('BRAIN_CMS'))
    {
        die('Sorry but you cannot access this file!');
    }
    
    /* Database Setting */
    $db['host'] = '127.0.0.1'; //Mysql's Host
    $db['port'] = '3306'; //Mysql's port
    $db['user'] = "root"; //Mysql's user
    $db['pass'] = ''; //Mysql's password
    $db['db'] = "hotel"; //Mysql's database
    
    /* Emu Settings */
    $config['hotelEmu'] = 'plusemu'; // plusemu // arcturus

    /* Client Setting */
    $hotel['emuHost'] = "127.0.0.1"; //IP of VPS//IP of Proxy
    $hotel['emuPort'] = "30000";  //Port of VPS//Port of Proxy
    $hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)
    $hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client
    $hotel['homeRoom'] = '0'; //Set the start room when you get in the hotel
    $hotel['external_Variables'] = "http://127.0.0.1/swf/gamedata/external_variables.txt";
    $hotel['external_Variables_Override'] = "http://127.0.0.1/swf/gamedata/override/external_override_variables.txt";
    $hotel['external_Texts'] = "http://127.0.0.1/swf/gamedata/external_flash_texts.txt";
    $hotel['external_Texts_Override'] = "http://127.0.0.1/swf/gamedata/override/external_flash_override_texts.txt";
    $hotel['productdata'] = "http://127.0.0.1/swf/gamedata/productdata.txt";
    $hotel['furnidata'] = "http://127.0.0.1/swf/gamedata/furnidata.xml";
    $hotel['figuremap'] = "http://127.0.0.1/swf/gamedata/figuremap.xml";
    $hotel['figuredata'] = "http://127.0.0.1/swf/gamedata/figuredata.xml";
    $hotel['swfFolder'] = "http://127.0.0.1/swf/gordon/PRODUCTION-201701242205-837386173";
    $hotel['swfFolderSwf'] = "http://127.0.0.1/swf/gordon/PRODUCTION-201701242205-837386173/Habbo.swf";
    $hotel['onlineCounter'] = true; // Enable the user count in the client.
    $hotel['diamonds.enabled'] = true; // Enable diamonds in the hotel.
    
    /* Website Setting */
    $config['hotelUrl'] = "http://127.0.0.1";//Address of your hotel. Does not end with a "/"
    $config['skin'] = "brain"; //Skin/template of your website
    $config['lang'] = "en"; //Language of your website en/nl/es
    $config['hotelName'] = "BrainCMS"; //Name of your hotel
    $config['favicon'] = "http://127.0.0.1/favicon.ico";
    $config['staffCheckHk'] = true; //Enable the staff pin in the housekeeping (true) or disable it (false)
    $config['staffCheckHkMinimumRank'] = 4; //Minium staff rank to get the staff pin in the housekeeping
    $config['maintenance'] = false; //Enable the maintenance of your website (true) or disable it (false)
    $config['maintenancekMinimumRankLogin'] = 4; //Minium staff rank to login when the website is in maintenance
    $config['groupBadgeURL'] = "http://127.0.0.1/swf/c_images/Badgeparts/generated/";
    $config['badgeURL'] = "http://127.0.0.1/swf/c_images/album1584/";
    $config['userLikeEnable'] = true; // Enable user likes
    $config['newsCommandEnable'] = true; //Enable news commands
    $config['newsCommandFilter'] = true; //Enable wordfilter on news commands (the filter use the db tabels wordfilter and wordfilter_characters)
    $config['alertReferrer'] = false;
    $config['alert'] = ''; //Alert message. If you don't want a alert, you do leave it blank.
    $config['brainversion'] = '1.9.1'; // Please do not change.
    
    /* Email Settings */
    $email['mailServerHost'] = 'smtp.gmail.com';
    $email['mailServerPort'] = 587;
    $email['SMTPSecure'] = 'TLS';
    $email['mailUsername'] = '[email protected]';
    $email['mailPassword'] = '*****';
    $email['mailLogo'] = 'http://127.0.0.1/templates/brain/style/images/logo/logo.png';
    $email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';
    
    /* Social settings */
    $config['facebook'] = 'https://www.facebook.com/*****/';
    $config['facebookEnable'] = true;
    $config['twitter'] = 'https://twitter.com/*****';
    $config['twitterEnable'] = true;
    
    /* Register Setting */
    $config['startMotto'] = "Welcome in Brain!"; //Register start motto
    $config['credits']    = "10000";
    $config['duckets']    = "20000";
    $config['diamonds']    = "10";
    $config['diamondsRef']    = "10";
    $config['registerEnable'] = true;
    $config['look'] = "hr-3163-1035.hd-3092-2.ch-215-63.lg-3320-1189-62.sh-3089-1408.ca-3219-110.wa-2001-0";
    
    /* Google recaptcha Site Key 
       Go to this website to create a recaptcha Site Key: https://www.google.com/recaptcha/intro/index.html    */
    $config['recaptchaSiteKey'] = "6LdzewwUAAAAABkJ3vsdfCDca9qmLGDaWAHqMRtFEs2";
    $config['recaptchaSiteKeyEnable'] = false;
    
    /* Buy VIP Settings */
    $config['vipCost'] = "25";
    $config['vipRankToGet'] = "3";
    $config['vipBadge'] = "vip";
    
    switch($config['hotelEmu'])
    {
        case "arcturus":
        $emuUse['user_wardrobe']  = 'users_wardrobe ';
        $emuUse['ip_last'] = 'ip_current';
        $emuUse['respect'] = 'respects_received';
        $emuUse['user_stats'] = 'users_settings';
        $emuUse['user_stats_user_id'] = 'user_id';
        $emuUse['OnlineTime'] = 'online_time';
        break;
        case "plusemu":
        $emuUse['user_wardrobe']  = 'user_wardrobe ';
        $emuUse['ip_last'] = 'ip_last';
        $emuUse['respect'] = 'Respect';
        $emuUse['user_stats'] = 'user_stats';
        $emuUse['user_stats_user_id'] = 'id';
        $emuUse['OnlineTime'] = 'OnlineTime';
        break;
        default:
        //Nothing
        break;
    }

external_override_variables.txt
Code:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds

ads.domain=
roomenterad.habblet.enabled=false

diamonds.enabled=false
camera.enabled=false
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://localhost/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://localhost/swf/dcr/hof_furni/
flash.dynamic.icon.download.name.template=icons/%typeid%%param%_icon.png
group.badge.url=http://localhost/swf/habbo-imaging/badge/%imagerdata%.gif

habbopages.url=http://localhost/swf/gamedata/habbopages/

flash.client.url=http://localhost/swf/gordon/PRODUCTION-201701242205-837386173/
external.texts.txt=http://localhost/swf/gamedata/external_flash_texts.txt
external.override.texts.txt=http://localhost/swf/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://localhost/swf/gamedata/override/external_override_variables.txt
productdata.load.url=http://localhost/swf/gamedata/productdata.txt
furnidata.load.url=http://localhost/swf/gamedata/furnidata.xml

external_variables.txt
 

ream

New Member
May 24, 2020
5
1
I believe your variables aren't connecting to the right things, change the plusemu.dev/game to your link
Everything in the configs is set to " " which is the correct folder.
I've tried to find anything with "plusemu.dev" in it and nothing turns up results.
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Everything in the configs is set to " " which is the correct folder.
I've tried to find anything with "plusemu.dev" in it and nothing turns up results.
It’s still trying to pull data from the Plus link, try clearing your cache if you’ve managed to edit all of the links.
 
Status
Not open for further replies.

Users who are viewing this thread

Top