PlusEMU R2 Camera

LeBlanc1

Member
Apr 27, 2019
33
5
Does anyone know how to put a camera for PlusEMU R2? i followed SentimentalX habbo retro tutorial but it doesn’t have a camera feature. Thanks!
 

Daltron

Web Developer
Aug 6, 2015
283
152
You have to open the emulator in visual studios and search the entire project for 'camera' and where it says false; or something along those lines make it true; and debug and your good to go.
 

harambe

Donator
Dec 3, 2018
154
115
Open UserPerksComposer.cs using Visual Studio and find the following:

Code:
base.WriteString("CAMERA");
base.WriteString(""); // ??
base.WriteBoolean(false);

Just change "false" to "true". Then make sure camera is enabled in your swfs.
 

Daltron

Web Developer
Aug 6, 2015
283
152
Open UserPerksComposer.cs using Visual Studio and find the following:

Code:
base.WriteString("CAMERA");
base.WriteString(""); // ??
base.WriteBoolean(false);

Just change "false" to "true". Then make sure camera is enabled in your swfs.
Then you'll have to figure a way to post it on the site, I'm unsure of how to do that as I've never done it besides using arcturus which is automatically configured.
 

LeBlanc1

Member
Apr 27, 2019
33
5
Open UserPerksComposer.cs using Visual Studio and find the following:

Code:
base.WriteString("CAMERA");
base.WriteString(""); // ??
base.WriteBoolean(false);

Just change "false" to "true". Then make sure camera is enabled in your swfs.
Then you'll have to figure a way to post it on the site, I'm unsure of how to do that as I've never done it besides using arcturus which is automatically configured.
Thanks guys! im not on my pc rn but i’ll check it out later
 

availableman

New Member
Jul 13, 2018
12
3
Open UserPerksComposer.cs using Visual Studio and find the following:

Code:
base.WriteString("CAMERA");
base.WriteString(""); // ??
base.WriteBoolean(false);

Just change "false" to "true". Then make sure camera is enabled in your swfs.
I opened UserPerksComposer.cs to make false true but i saw that that is not false that was true and still cant take photo
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
You have to open the emulator in visual studios and search the entire project for 'camera' and where it says false; or something along those lines make it true; and debug and your good to go.
Pretty sure the camera isn’t properly coded into Plus R2, which is why it’s disabled.

You would have to code this feature in.
 

Users who are viewing this thread

Top