Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Apollyon - The Arcturus PNG Camera

Junior Spellweaver
Joined
Jun 29, 2012
Messages
143
Reaction score
187
EMiNCN - Apollyon - The Arcturus PNG Camera - RaGEZONE Forums

The Arcturus PNG Camera

Download :

How to Use:
Step one, create the following folder structure, this tutorial was written for those who use xampp:
C:\xampp\htdocs\yourswffolder

Make a new folder in there called Camera, and another inside that called thumbnails.

Step Two:
Place the plugin inside the plugins folder, and run Arcturus. it will generate some new emulator_config stuff we'll use.

Step Three:
Modify these so they apply to you in emulator_config, don't forget the backslashes.
l2Z3xdR - Apollyon - The Arcturus PNG Camera - RaGEZONE Forums

Make sure camera.enabled is set to 1 and camera.item_id is set to the correct item in items_base.

Step Four:
Change your external_variables to have these:
navigator.thumbnail.url_base=http://localhost/swfs/camera/thumbnails/
stories.image_url_base=http://localhost/swfs/camera/

Now, download this habbo.swf and replace yours, it's needed for the camera to work.


Step Five:
Edit permissions and allow all ranks to have access to acc_camera.



Pictures:

tbje41D - Apollyon - The Arcturus PNG Camera - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Apr 19, 2011
Messages
562
Reaction score
53
Re: Arcturus PNG Camera

Any chance you could tell us what you did edit in the SWF? Just so we can use our own SWF. How does this even work? As TheGeneral made his own cameraserver for Arcturus to create pictures.
 
Junior Spellweaver
Joined
Jun 29, 2012
Messages
143
Reaction score
187
Re: Arcturus PNG Camera

Any chance you could tell us what you did edit in the SWF? Just so we can use our own SWF. How does this even work? As TheGeneral made his own cameraserver for Arcturus to create pictures.


Right so. You'll want to use THIS version of 1.16.0. Not the version on TheGeneral's website, as because he wants everyone using his camera server and not this for free he's added checks that stop it working.



Now, in explaining how this works:
When the plugin is loaded it runs this:
public static void systemLoaded(EmulatorLoadedEvent event) throws Exception
{
Emulator.getConfig().register("camera.url", "http://yourdomain.com/swfdirectory/camera/");
Emulator.getConfig().register("imager.location.output.camera", "C:\\yourdirectory\\swfdirectory\\camera");
Emulator.getConfig().register("imager.location.output.thumbnail", "C:\\yourdirectory\\swfdirectory\\camera\\thumbnails");
ICallable callable4 = new CameraRoomPictureEventPlugin();
Emulator.getGameServer().getPacketManager().registerCallable(Integer.valueOf(3226), callable4);
ICallable callable5 = new CameraPurchaseEventPlugin();
Emulator.getGameServer().getPacketManager().registerCallable(Integer.valueOf(2408), callable5);
ICallable callable6 = new CameraThumbnailEventPlugin();
Emulator.getGameServer().getPacketManager().registerCallable(Integer.valueOf(1982), callable6);
}

Which hijacks the packets 3226, 2408 and 1982 which are camera related.
When those packets are called instead of arcturus handling them the plugin does, here's an example of CameraRoomPictureEventPlugin


Hope that helps!



The way to patch the camera is easy. Just grab Habkit.
then extract it to a folder and put your swf in the folder. Type HabKit.exe Habbo.swf /rawcam

Thats all it does to patch the camera to work :) If you want yours doing post it below and ill patch it for you.
 
Junior Spellweaver
Joined
Jun 29, 2012
Messages
143
Reaction score
187
Re: Arcturus PNG Camera

Giving people the API to hijack packets and implement custom routing doesnt look like him trying to stop you.


No but making the interaction for pictures only work from his domain, and blackscreening if you use another url does.
 
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
Re: Arcturus PNG Camera

Download for the emulator is down.
 
Junior Spellweaver
Joined
Jun 29, 2012
Messages
143
Reaction score
187
Re: Arcturus PNG Camera

Here's an update, works with TheGeneral's latest 1.16.0 release, but there's a few minor things you'll need to do:


Search for external_image in your database under items_base, and change it to external_image_png

List of fixes with 1.1:
- Works with 1.16.0
- Now checks if a user has the currency to purchase a photo.
- Sends the correct extradata.
- Adds a purchase cooldown.

If you wish to use this instead of arcturus's camera, download your photos from TheGeneral's site and then run this:
UPDATE items SET extra_data = REPLACE(extra_data, 'https://arcturus.pw/camera/Name/', 'http://127.0.0.1/swfs/camera/') WHERE `item_id` = 'cameraid' AND extra_data LIKE '%arcturus.pw%';

Replace 127.0.0.1 with your domain.
 
Newbie Spellweaver
Joined
Apr 19, 2018
Messages
10
Reaction score
2
Re: Arcturus PNG Camera

@Harmonic

Does this capture all clothes and furniture and hair?
thank you for releasing this.. We shouldn't be charged for anything that is copyright and belongs to Sulake / Habbo
It does capture everything in the room, even ad_backgrounds. It's creating a png file which it stores in your local files. There has been setup a test hotel on if you want to go try it out.
 
Newbie Spellweaver
Joined
Nov 10, 2009
Messages
17
Reaction score
2
Re: Arcturus PNG Camera

I have followed all your indication but this error in emulator, arcturus 1.16.0




LqXJOot - Apollyon - The Arcturus PNG Camera - RaGEZONE Forums


Edit : Fixed ( My cache not reloaded so i reloaded and then it work !

@harmonic thanks for your work, wish you all my best for you
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jun 29, 2012
Messages
143
Reaction score
187
Re: Arcturus PNG Camera

I have followed all your indication but this error in emulator, arcturus 1.16.0




LqXJOot - Apollyon - The Arcturus PNG Camera - RaGEZONE Forums


Edit : Fixed ( My cache not reloaded so i reloaded and then it work !

@harmonic thanks for your work, wish you all my best for you

___________________________________________


New Problem : i take the photo, it' work and go to the inventory, i open the inventory then -> client disconnect crash, i reconnect and re open inventory boom disconnected, no error in emulator, i empty my inventory with the command then no disconnect .. ? why

I have correct emulator_settings
i have correct swf of your have provided
I have the plugin in plugins emu
Thumbnail work very well
i don't know why it' disconnect on inventory,

my item_base :
uqSu5FJ - Apollyon - The Arcturus PNG Camera - RaGEZONE Forums

Your interaction_type should be external_image_png for camera pic and Habbo Selfie.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 10, 2009
Messages
17
Reaction score
2
Re: Arcturus PNG Camera

Thanks it's fixed and working very nice !
I don't have money for the moment on my paypal, but i will give a small donation in the future if you have ?
 
Junior Spellweaver
Joined
Jun 29, 2012
Messages
143
Reaction score
187
Re: Arcturus PNG Camera

Thanks it's fixed and working very nice !
I don't have money for the moment on my paypal, but i will give a small donation in the future if you have ?

It's free my man, this software shouldn't cost people money!
 
Initiate Mage
Joined
Apr 4, 2019
Messages
4
Reaction score
0
Re: Arcturus PNG Camera

I don't seem to have a file called emulator_config..
 
Skilled Illusionist
Joined
Dec 24, 2015
Messages
336
Reaction score
31
Re: Arcturus PNG Camera

I don't seem to have a file called emulator_config..
It's in your database. Just search for it and I'm sure if you're using Arcturus you'll find it.
 
Initiate Mage
Joined
Apr 4, 2019
Messages
4
Reaction score
0
Re: Arcturus PNG Camera

Found it in emulator_settings. Thanks.
TMoTmBe - Apollyon - The Arcturus PNG Camera - RaGEZONE Forums

Seem to have this issue though
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Dec 1, 2014
Messages
98
Reaction score
4
Re: Arcturus PNG Camera

Solved.
 
Last edited:
Newbie Spellweaver
Joined
Dec 1, 2014
Messages
98
Reaction score
4
Re: Arcturus PNG Camera

Maybe it is or was better to tell how and what you did for future users. Maybe with the ID what it was and where you found it..

The solution is on the thread, for that i said nothing :)
Anyway, i have a problem guys.
If you shutdown the Server and Start it again, the photo are black. How we can solve that?

EDIT:
The problem is when u place more than 1 photo in room (after the restart):

0e5d8606fee1c5e8c10c551600ada4f1 - Apollyon - The Arcturus PNG Camera - RaGEZONE Forums


1 saved, the other one not!
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top