How To Make Your True Music Mod Work On Build 42
Video for Visualization
Make Two New Folders
Add two new folders.
One folder you will name 42, and the other common. (Make sure to make it lower case for Linux Support)
You will leave the common folder alone, put nothing in it.
But for the 42 Folder, you will copy the media, mod.info, and poster.png files (I REPEAT COPY, NOT MOVE) and paste them into the 42 Folder.
(As well as the icon.png file if you have one)
One folder you will name 42, and the other common. (Make sure to make it lower case for Linux Support)
You will leave the common folder alone, put nothing in it.
But for the 42 Folder, you will copy the media, mod.info, and poster.png files (I REPEAT COPY, NOT MOVE) and paste them into the 42 Folder.
(As well as the icon.png file if you have one)
mod.info
Open mod.info and remove the line "require=truemusic" entirely
so that your mod won't require the B41 True Music Mod to work. Don't leave in "require=" at all 'cause then it will require a non-existent dependency. So just remove the whole line entirely.
so that your mod won't require the B41 True Music Mod to work. Don't leave in "require=" at all 'cause then it will require a non-existent dependency. So just remove the whole line entirely.
TCGMusicScriptTCBoombox.txt and TCGMusicScriptTCVinylplayer.txt
Replace every line that says:
Type = Normal
with
ItemType = base:normal
Type = Normal
with
ItemType = base:normal
TCGLoadingTCBoombox.lua
Go in this order. You don't wanna start replacing lines with WardrobeGeneric before WardrobeClassy, as if you replace WardrobeMan or WardrobeWoman before WardrobeManClassy or WardrobeWomanClassy it'll make it WardrobeGenericClassy and mess up everything.
So go in this order:
BedroomSideTable
->
BedroomSidetable
WardrobeWomanClassy
WardrobeManClassy
->
WardrobeClassy
WardrobeChild
WardrobeRedneck
WardrobeWoman
WardrobeMan
->
WardrobeGeneric
This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.