Welcome to the RaGEZONE - MMORPG development forums.

Step by step tutorial on how to make custom furniture!

This is a discussion on Step by step tutorial on how to make custom furniture! within the Habbo Tutorials forums, part of the Habbo Hotel category; To start off, download: http://myhostr.com/tut/decompiler.rar http://adf .ly/5Q0Ru http://adf .ly/5Q0TG http://adf .ly/5Q0Tg - The custom we will be using Once you ...

LyncusMU
Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,704
    Liked
    255

    Step by step tutorial on how to make custom furniture!

    Tabo Hotel

    To start off, download:
    http://myhostr.com/tut/decompiler.rar
    http://adf .ly/5Q0Ru
    http://adf .ly/5Q0TG
    http://adf .ly/5Q0Tg - The custom we will be using

    Once you have downloaded these files, create a file on your desktop called 'Tut' (or anything you would like) and extract all the .rar files into that directory!


    Once you have successfully extracted all those files, you will now have to decompile the SWF, like so using our SWF COMP&DECO':



    Now you can open the SWF with our CRACKED SWF DECOMP, like this:



    So, now that we've opened the SWF, I will show you what to do... Double click on spyro.swf, like this:



    Now we open up the 'Image' folder, like this:



    And now we check all the images, and export them, like this:

    Then we right click on the 'Image' file and export the images, like this:

    *** Right click on the 'image' file, click on 'Export Resources', Browse and save the images into your 'Tut' file, witch is on your Desktop!


    Once you have exported the images, DON'T close close the decompiler, instead minimise the program, then you will need to download Paint.NET, also, at: http://www.dotpdn.com/files/Paint.NE...10.Install.zip

    Once you've downloaded paint.net, open the images you exported with it!

    Now, this is the part where you edit the rare!

    You can do anything you want, but here, I'll show you how to recolour the custom;


    And you then choose your saturation, and once you found the right colour, you can then just open the other images, press and hold Ctrl+Shift+U and press Enter and it will automatically edit to what you have already configured:


    and do the same with the last one!

    Once you've edited the images, save them, and then re-maximize the Decompiler and right click on the first image, image 4, and click on 'edit':

    Then open your edited image, like this:

    And do the same with the other images, once you've replaced the old images with the new ones, you save your new custom:



    Once you've saved your recolour, drag your SWF over the HxD file, like this:



    And once HxD opens, press Ctrl+R, like this:

    And now you replace spyro with your new SWF name! REMEMBER: The new name MUST be the same length of the original SWF, e.g: spyro has 5 characters, so you must make sure your replacement is no less or no more than 5, here's a new name example: dyegg , lets break this down for the noobs
    s = 1 // p = 2 // y = 3 // r = 4 // o = (5), there are 5 letters in the original SWF, so we need to edit those 5 so that we can make sure the custom works, like this: d = 1 // y = 2 // e = 3 // g = 4 // g = (5) - We are replacing the 5 letters with new letters to make up the custom!
    Now once you've came up with a new name for it, we will now click on 'Replace all' and replace all the old names with our new name! - Remember to check 'All':



    Once you've replaced the old text / name with your new one, save it!


    We also have to edit our SWF with the new name, in my case, I will change it from spyro to dyegg




    We can now recompile the SWF, like this:


    Now we are ready to make the SQL!
    -----------------------------------
    We can simply edit this pre-made SQL;

    SQL
    PHP Code:
    INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
    (ID 2'SWF NAME''SWF NAME''s'110.1'0''0''0'ID 2'1''1''1''1''1''default, 1, '0');

    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_snow`,`cost_pixels`, `amount`) VALUES
    (NULL, '
    PAGE ID', 'ID 2', 'FURNI NAME', '25', '0', '1'); 
    Furnidata
    PHP Code:
    ["s","ID 2","SWF NAME","ID 2","0","1","1","","FURNI NAME","Custom helped made by MyKi!","","-1","-1"], 
    Replace:
    FURNI NAME // with \\ The name of your custom, e.g: Dino Egg
    PAGE ID // with \\ The page the item will be in (94 is the defailt staff catalog id)
    ID 2 // with \\ Generate a ID, e.g: 6329752
    SWF NAME // with \\ The name of the SWF you HxD'ed, e.g: Mine was 'dyegg'

    And hopefuly this tutorial will work for you, if you have any problems, PM me and I will help you! Good luck, and enjoy!

    REMEMBER: Keep trying if you can't do it the first time, everyones first time is a little hard, so just keep trying, and following the tutorial, DON'T GIVE UP!
    Last edited by Feedback; 12-02-12 at 06:05 AM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    FenixHotel.nl >=3
    Rank
    Member +
    Join Date
    Apr 2011
    Location
    Netherlands
    Posts
    373
    Liked
    47

    Re: Step by step tutorial on how to make custom furniture!

    Wow this focktopped nice, better then the others !
    LIKE LIKE LIKE ITT!! :$ <'3

  4. #3
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,704
    Liked
    255

    Re: Step by step tutorial on how to make custom furniture!

    Quote Originally Posted by Squashing View Post
    Wow this focktopped nice, better then the others !
    LIKE LIKE LIKE ITT!! :$ <'3
    Haha, thanks a lot mate, means a lot to me!

  5. #4
    Release your Warhead!
    Rank
    Member +
    Join Date
    Sep 2011
    Posts
    1,171
    Liked
    134

    Re: Step by step tutorial on how to make custom furniture!

    I get this error when i tried to add the codes http://gyazo.com/0f1596adfc15d347ddc82a077ef424a7]

    this is my code

    Code:
    INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
    (ID 2, 'zigma', 'zigma', 's', 1, 1, 0.1, '0', '0', '0', ID 2, '1', '1', '1', '1', '1', 'default, 1, '0');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_snow`,`cost_pixels`, `amount`) VALUES
    (NULL, '94', 'ID 2', 'zigma', '25', '0', '1);
    am just new to custom making.

  6. #5
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,704
    Liked
    255

    Re: Step by step tutorial on how to make custom furniture!

    Quote Originally Posted by ManiacButcher View Post
    I get this error when i tried to add the codes http://gyazo.com/0f1596adfc15d347ddc82a077ef424a7]

    this is my code

    Code:
    INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
    (ID 2, 'zigma', 'zigma', 's', 1, 1, 0.1, '0', '0', '0', ID 2, '1', '1', '1', '1', '1', 'default, 1, '0');
    
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_snow`,`cost_pixels`, `amount`) VALUES
    (NULL, '94', 'ID 2', 'zigma', '25', '0', '1);
    am just new to custom making.
    You have to edit the SQL, it says in the tutorial, fix:

    PHP Code:
    INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
    (596385'zigma''zigma''s'110.1'0''0''0'596385'1''1''1''1''1''default, 1, '0');

    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_snow`,`cost_pixels`, `amount`) VALUES
    (596385, '
    94', '596385', 'zigma', '25', '0', '1); 
    Make sure you edit the Furnidata ID 2 to : 596385

    Enjoy.

  7. #6
    Red like a Tomato!
    Rank
    Member +
    Join Date
    Nov 2007
    Location
    Netherlands
    Posts
    309
    Liked
    15

    Re: Step by step tutorial on how to make custom furniture!

    OMG! Thank you soo Much! Just one question: can you also release it as a pdf or word file? So I can work without using internet?
    Last edited by tomad; 13-01-12 at 12:19 AM.

  8. #7
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,704
    Liked
    255

    Re: Step by step tutorial on how to make custom furniture!

    Just copy and paste the thread into a Word Document.

  9. #8
    Average Member
    Rank
    Newbie
    Join Date
    Nov 2011
    Location
    Scotland
    Posts
    65
    Liked
    8

    Re: Step by step tutorial on how to make custom furniture!

    Great thread, well imaged and described. Haven't tried doing it, so there may be errors, but thats because I can do most of it apart from the hex editting. Might try that later to see how it works out.

    Good work.

  10. #9
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,704
    Liked
    255

    Re: Step by step tutorial on how to make custom furniture!

    Quote Originally Posted by DarkoroDragon View Post
    Great thread, well imaged and described. Haven't tried doing it, so there may be errors, but thats because I can do most of it apart from the hex editting. Might try that later to see how it works out.

    Good work.
    The whole tutorial works, I tried it last night :p

  11. #10
    Alpha
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    134
    Liked
    6

    Re: Step by step tutorial on how to make custom furniture!

    THIS IS THE BEST TUTORIAL!
    Can i make a throne with follow this tutorial?
    It same right or different.

  12. #11
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,704
    Liked
    255

    Re: Step by step tutorial on how to make custom furniture!

    Quote Originally Posted by Stevehabbz View Post
    THIS IS THE BEST TUTORIAL!
    Can i make a throne with follow this tutorial?
    It same right or different.
    You follow the tutorial, but instead of using a dinoegg you use a throne. Simple, :]

  13. #12
    Alpha
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    134
    Liked
    6

    Re: Step by step tutorial on how to make custom furniture!

    :o thank i will make custom and release it haha..Can i know are u make the myhostr.com?

  14. #13
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,704
    Liked
    255

    Re: Step by step tutorial on how to make custom furniture!

    Quote Originally Posted by Stevehabbz View Post
    :o thank i will make custom and release it haha..Can i know are u make the myhostr.com?
    Okay cool, and yes, I own MyHostr.com

  15. #14
    Average Member
    Rank
    Newbie
    Join Date
    Aug 2011
    Location
    Australia
    Posts
    71
    Liked
    3

    Re: Step by step tutorial on how to make custom furniture!

    Great Release MyKi,
    I don't use a PC i use a Mac could you be able to help me make customs on mac i would be able to pay

  16. #15
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jan 2012
    Location
    C:\inetpub\
    Posts
    212
    Liked
    26

    Re: Step by step tutorial on how to make custom furniture!

    Sexy Tutorial =) Will help me alot

 

 
Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •