do you have discord? can i come to you if i have further questions?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.
Just keep posting here if you has questions so we can help other members of the community.do you have discord? can i come to you if i have further questions?
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.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.
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.
Thanks guys! im not on my pc rn but i’ll check it out laterThen 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.
I opened UserPerksComposer.cs to make false true but i saw that that is not false that was true and still cant take photoOpen 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.
Your camera probably isn't all the way coded, you have to fully code it in order to take pictures.I opened UserPerksComposer.cs to make false true but i saw that that is not false that was true and still cant take photo
Pretty sure the camera isn’t properly coded into Plus R2, which is why it’s disabled.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.