I’m used to editing xvm files etc but this one has me stumped. I am using the latest version of ProMod which contains the following file ..modsconfigsoldskool.json . I have renamed my sixth sound icon to ‘something.png’ and placed it in the stated folder in the text. – I cannot get it to load a custom .png file. I have tried saving the .png with 3 different editors, to ensure the format is correct. Custom sound works but … Help please
The .json file has also been amended and contains the following text
/// PROMODS EASY SIXTH SENSE MOD – HOW TO PUT YOUR OWN AUDIO AND IMAGE
/// ———————————————————————————
/// Name your sixth sense image to something.png and make sure its PNG format.
/// Copy that file into ..modsconfigsoldskoolsixthsensesingle
/// Change “file” value to your file name. (something.png)
/// Place your audio file named as sixthsense.mp3 into /res/audioww/
/// (We use RES instead RES_MODS so your file stays there while doing clean installs)
/// ProMod now will detect ur custom sound. Set the ingame setting to custom/userdefined.
/// Ur done, have FUN :]
{
// default (Default Game Sixth Sense) – duration (Sixth sense Timer)
“sixthsense”: {
“default”: true, “duration”: 11.0
},
// Sixth sense image mode [single / animated] “sixthSenseMode”: “single”, // Sixth sense sound “soundEvent”: “”, // Sixth Sense Single Mode Settings “single”: { “width”: 200, “height”: 200,
“file”: “something.png”
}, // Sixth Sense Animated Mode Settings
“animated”: {
“config”: “”
}
}
submitted by /u/Johnyysmith
[link] [comments]