Where's Mastodon?

So the Wiki claims that the song by Mastodon "Blood and Thunder" is in The Faction and the song is actually both in the game files and can be bought at Scratch That but it doesn't actually show up in the radio, not even in the radio.xtbl files.
Does anybody know why? Is there any way to restore the song? I'd really like any help in this.
Here are the .xtbl files for anybody who think they can restore the song, I can't seem to figure out how to do it myself.
 

Attachments

  • radio.xtbl
    387 KB · Views: 128
  • radio_groups.xtbl
    610.5 KB · Views: 137
Oh wow good catch, I legit don't think anybody else has caught this before but could be wrong. Idk what the intro or outro name is for it if it even has them but to play the song itself should be
998fac_B_MASTOBLOODTHUN

You "should" be able to add these for example. Code has which table they go in. However I have not tested this and for all I know it may crash the game, just don't have time currently to test it.
Code:
    ---radio_groups.xtbl code---
    <RadioGroups>
        <Name>998FAC_Masto_Restore</Name>
        <Single>
            <Track>998fac_B_MASTOBLOODTHUN</Track>
            <Ducking>0.25</Ducking>
            </Single>
        <_Editor>
            <Category>The FACTION FM 99.8</Category>
            </_Editor>
        </RadioGroups>
        
        
        ---radio.xtbl code---
        <Entry>
                <Group>998FAC_Masto_Restore</Group>
                </Entry>
If that doesn't work then no idea, but that is the actual song name code wise.
 
Oh wow good catch, I legit don't think anybody else has caught this before but could be wrong. Idk what the intro or outro name is for it if it even has them but to play the song itself should be
998fac_B_MASTOBLOODTHUN

You "should" be able to add these for example. Code has which table they go in. However I have not tested this and for all I know it may crash the game, just don't have time currently to test it.
Code:
    ---radio_groups.xtbl code---
    <RadioGroups>
        <Name>998FAC_Masto_Restore</Name>
        <Single>
            <Track>998fac_B_MASTOBLOODTHUN</Track>
            <Ducking>0.25</Ducking>
            </Single>
        <_Editor>
            <Category>The FACTION FM 99.8</Category>
            </_Editor>
        </RadioGroups>
      
      
        ---radio.xtbl code---
        <Entry>
                <Group>998FAC_Masto_Restore</Group>
                </Entry>
If that doesn't work then no idea, but that is the actual song name code wise.
Ok, I tried all that but it didn't seem to work on either one of the radio files. I even messed a bi with the music.xtbl and nothing seems to work.
Not even replacing a song seems to be a possible solution, it's almost like if the game doesn't even read the .xtbl files in either misc1 or 2, must be something like what happens with the vehicle variant files in misc1 which are ignored in favour of the ones in the variants.vpp.
Edit-This actually worked and now Blood and Thunder is in of The Faction's playlist, you just gotta wait for it yo show up.
 
Last edited:
Ok, I tried all that but it didn't seem to work on either one of the radio files. I even messed a bi with the music.xtbl and nothing seems to work.
Not even replacing a song seems to be a possible solution, it's almost like if the game doesn't even read the .xtbl files in either misc1 or 2, must be something like what happens with the vehicle variant files in misc1 which are ignored in favour of the ones in the variants.vpp.
Edit-This actually worked and now Blood and Thunder is in of The Faction's playlist, you just gotta wait for it yo show up.
I read this before your edit back then lol, so were you saying what I posted above worked or were you stating song swapping worked or?
 
I read this before your edit back then lol, so were you saying what I posted above worked or were you stating song swapping worked or?
Yeah, I didn't waited back then to check if the song was there, what you said probably did work but it took me a while to find out because the song plays on all the rock radio stations, just like how all the Aisha songs play in all the rap stations.
 
Back
Top