15 lines
767 B
Markdown
15 lines
767 B
Markdown
# Fuser Stem Replacement Tool
|
|
|
|
1. Figure out which song you want to replace stems of
|
|
2. Get it's BPM
|
|
3. Prepare your own stem / song with that same BPM
|
|
4. Make sure it's **exactly** 32 bars long and optimally loops well
|
|
5. Export it as an `.ogg` file into the `mogg_input` folder
|
|
6. Copy the corresponding `.uexp` and `.uasset` file combination into the `game_input` folder
|
|
7. Run `npm start <ogg_without_extension> <game_file_without_extension>`
|
|
8. Copy the corresponding files from `game_output` into the `pakfiles` folder you have setup with the old game files and overwrite them
|
|
9. Build the new DLC `.pak` file
|
|
10. Replace it in the `Fuser/Fuser/DLC/Songs` directory
|
|
|
|
## Example (DK Rap => Adore You, 99 BPM, Vocals)
|
|
`npm start dk_rap adoreyou_lead_eb_99_fusion` |