I suspect I'm overlooking something simple somewhere, been through this thread and through the issues/wiki on the github... but a couple questions...
- If I wanted to use a \Images\ folder with the entire subfolder structure what does that process look like...
- How do you remove images.mcf and imagidmap.res from the skin0 folder of the MIB?
- How do you then copy over the full filesystem form the SD?
- Or will the "Install new graphics for Skin0 from /Skinfiles/Skin0 on SD" copy the folders in the absence of images.mcf?
- I would like to add an additional "sun" to adjust overhead ambient light (which I am retrofitting)
- How do you replace the 0.gca file with an edited version?
- Or... is the answer for both of these to use the D-Link to directly access the MIB filesystem?
- If yes, I guess I need to read up on how to do that, haha
Good questions
There's no toolbox function for this yet, as it has the potential to screw up the entire MIB when performed wrongly.
1: It works like this:
- dump the graphics of skin0
- extract the graphics with the mcf tool, using the function that parses the imageidmap.res. It will generate a full folder structure with all graphics sorted per car type
- remove the images.mcf and imageidmap.res from skin0 by logging in via Dlink (here's where I don't trust a common toolbox user to do the right thing, and people will delete their files without having the means to replace them.
- put an Images folder in the skin0 folder
Code:
mount -uw /net/mmx/mnt/app
mkdir /eso/hmi/lsd/Resources/skin0/images
- copy the files from the extracted images folder to this new folder.
- enjoy
2: with the Dlink, make sure you take the gca from the right folder... it can be quite confusing which one to use, looking at the sorted images folders might help here!
3: yes
