the femt pack! a total of 18 + 2 songs to listen to while getting downed 4x in 30s!
extract this mod in assets/mod_overrides
includes everything listed below, in Heist and Menu format:
- ACT RIGHT
- AND I'M GONE
- BOTHERED
- Bullet Train Plasterboard
- DINNER
- GIRL HELL 1999
- IT'S TIME
- KATAMARI
- LOVESICK, CANNIBAL
- LOTTERY
- M3 N MIN3
- MURDER EVERY1 U KNOW [FEMTANYL]
- MURDER EVERY1 U KNOW [SALV]
- MURDER EVERY1 U KNOW [MASHUP]
- NASTYWERKKKK
- nice modems
- P3T
- POCKETS
- PUSH UR T3MPRR
- WEIGHTLESS
- WORLDWID3
HEIST TRACK REMOVAL INSTRUCTIONS
if you'd like to remove any of the tracks, simply:
- delete the folder of the music track you do not want
- open 'main.xml'
- locate '<HeistMusic id="xyz"> (where "xyz" is the name of the song you wish to remove)
- from '<HeistMusic id="xyz">' to '</HeistMusic>', delete the lines of code
one stack will look like this:
<HeistMusic id="pyroboom_xyz">
<event name="setup" source="hold_all_xyz/nice_modems-loop.ogg" start_source="nice_modems-intro.ogg"/>
<event name="control" source="hold_all_xyz/control.ogg" start_source="hold_all_xyz/control_start.ogg"/>
<event name="anticipation" source="hold_all_xyz/anticipation.ogg"/>
<event name="assault" source="hold_all_xyz/assault.ogg" start_source="hold_all_xyz/assault_start.ogg"/>
</HeistMusic>
simply delete all of those lines, and leave everything else untouched
save the .xml, and it shouldn't generate any issues
(you must keep the space present between the start of the line and the text, it's necessary for the code to work)
MENU TRACK REMOVAL INSTRUCTIONS
if you'd like to remove any of the tracks, simply:
- delete the folder of the music track you do not want
- open 'main.xml'
- locate '<MenuMusic id="xyz" source="xyz"/>
- delete the line
save the .xml, and it shouldn't generate any issues
(you must keep the space present between the start of the line and the text, it's necessary for the code to work)