KeenSoftwareHouse / SpaceEngineers

2.94k stars 894 forks source link

IMyTerminalAction.Icon doesn't show icon when mod-relative path is used #542

Open Quantenradierer opened 8 years ago

Quantenradierer commented 8 years ago

This works: action.Icon = @"C:\Users\leto\AppData\Roaming\SpaceEngineers\Mods\LSE_Transporter\Textures\GUI\Icons\Toggle.dds"; But action.Icon=@"Textures\GUI\Icons\Toggle.dds";` won't show an icon.

Relative paths which lead to the vanilla SE game folder are working too. So it would be useful, if relatives paths for mod folders would work too (like in the xml files, pointing relative towards models, icons, textures, sound and other...).