liamcottle / rustplus.js

Unofficial NodeJS library for controlling Smart Switches in the PC game Rust
228 stars 46 forks source link

getCameraFrames will break nearby player's point of view #5

Closed KuroNoDev closed 3 years ago

KuroNoDev commented 4 years ago

I noticed that players near enough to a CCTV that has been requested for a frame at least once will break those players' POVs. Reconnecting to the server (but still staying within the affected area of the CCTV) will temporarily fix it but will only last for a few seconds.

CCTV BUG

Do you have an idea on why this happens?

liamcottle commented 3 years ago

Can't say I've ever seen this happen, however the CCTV stuff was still in early development at the time and wasn't actually available in the mobile Rust+ app. Pretty sure CCTV is still disabled in the app, but I haven't checked this for a long time.

D3XX3R commented 3 years ago

This issue still exists. I didn't notice it till I looked down. Happens when your client is handling the rendering.

normie94 commented 3 years ago

could you share the snippet you used to get a camera frame?

D3XX3R commented 3 years ago

I used this here https://github.com/liamcottle/rustplus.js/issues/2#issuecomment-645316862

liamcottle commented 3 years ago

CCTV still isn't in the Rust+ app as far as I can tell, and you have to go out of your way to enable it on the server. I'm assuming the devs are aware of the bugs, hence it's not available for us to play with in the official app.

I'm going to close this issue since it's not something we can fix in this library :)