Mihara / RasterPropMonitor

Plugin for Kerbal Space Program. This repository is out of date and is primarily of historic interest. See https://github.com/JonnyOThan/RasterPropMonitor
http://forum.kerbalspaceprogram.com/threads/57603
Other
116 stars 67 forks source link

JSI External Camera Part model URL change, due to Squad re-arranging stock folder structure #683

Open StoneBlue opened 5 years ago

StoneBlue commented 5 years ago

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 :)