We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the recent Squad part revamps, the linearRCS model was renamed and moved. This is the model the JSI External Camera part uses.
Heres an easy fix, if the JSI part is not loading in-game:
In a standard text editor, open the external-camera.cfg file (found here JSI\RasterPropMonitor\Library\Parts\ExternalCameraPart\ ...)
Look for this line in the MODEL{ }: model = Squad/Parts/Utility/linearRCS/model
Replace it with this: model = Squad/Parts/Utility/linearVernorRCS/Assets/linearRCS
Save the .cfg... Profit :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the recent Squad part revamps, the linearRCS model was renamed and moved. This is the model the JSI External Camera part uses.
Heres an easy fix, if the JSI part is not loading in-game:
In a standard text editor, open the external-camera.cfg file (found here JSI\RasterPropMonitor\Library\Parts\ExternalCameraPart\ ...)
Look for this line in the MODEL{ }:
model = Squad/Parts/Utility/linearRCS/model
Replace it with this:
model = Squad/Parts/Utility/linearVernorRCS/Assets/linearRCS
Save the .cfg...
Profit :)
The text was updated successfully, but these errors were encountered: