Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Other songs still playing on the record player?
Updated 3 months agoOther songs still playing on the record player?
This mod uses loaforcsSoundAPI to overwrite the original sounds being played. Other mods such as LethalResonance also overwrites the record player's default music which conflicts with this mod, however you can disable the ship sounds in LethalResonance's config to remove its record track.
"But what if I want to keep the cool ship sounds?"
This works for any other mod using SoundAPI, but you will have to find the replacer line in the JSON file. You can just delete the sound file from the mod tho
If you want to keep the ship sounds but remove just the record track, go to
\BepInEx\plugins\LethalResonance-LETHALRESONANCE\LethalResonance\sounds\ship and delete RecordPlayerJazz.ogg
Afterwards, go to \LethalResonance\replacers\ship.json and look for this in the JSON and delete it:
(This step is optional, but it will throw some harmless errors in the logging console if not removed)
{
"matches": "RecordPlayerContainer:RecordPlayerJazz",
"sounds": [
{
"sound": "ship/RecordPlayerJazz.ogg"
}
]
},
Finally, just save the ship.json file and it should be ready to go!
Just know that if the creator ever decides to update the mod again, these changes may be overwritten and will need to be done again.