Problem Kulches Mir2 orbiter 2010P1 scenario editor images problem.

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,719
Reaction score
78
Points
63
Location
Michigan,Florida
Hello,I was wondering if anybody has the same problem with kulches Mir2 images for the scenario editior most of them don't show up, is there a way to remedy this?Thanks:facepalm:
 
Hi,

the images do not show up because the config files all point to a wrong directory ("SpaceTugs")

Example (Mir2Node.cfg):
Code:
;Mir-2 station, Node module. Yuri Kulchitsky

ClassName = Mir2Node
Module = Mir2Node
ImageBmp = Images\Vessels\[COLOR=Red]SpaceTugs[/COLOR]\Mir2Node.bmp
Help=Mir2Station,Mir2_Node
You have two possibilities to fix the issue:

  1. The easy (quick'n'dirty) one:
    Rename the folder "Images\Vessels\Mir-2\" into "Images\Vessels\SpaceTugs\"
  2. The clean one:
    Replace all occurances of the wrong Path in the config files located at "Config\Vessels\" (see [1]) by the correct Image path ("Images\Vessels\Mir-2\Mir2...bmp"

/Kuddel

[1]
  • Config\Vessels\Mir2.cfg
  • Config\Vessels\Mir2Builder.cfg
  • Config\Vessels\Mir2BuilderDocks.cfg
  • Config\Vessels\Mir2Node.cfg
  • Config\Vessels\Mir2Solaris.cfg
  • Config\Vessels\Mir2Titan.cfg
 
Last edited:
Thanks for the reply,I knew something was fishy,so either way I change it,the images should show? I guess I will just go through the Mir2 addons that don't show up in the scenario editor ,and correct there CFG files.Thanks alot:tiphat:
 
Back
Top