Skip to content

Rast1234/FlatOut2MusicManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlatOut2MusicManager

What it does:

  • Reads your music in any format
  • Converts it and adds to FlatOut 2 race playlist

Features

  • Supported formats: ".mp3", ".ogg", ".wav", ".wma", ".aac", ".ac3", ".flac"
  • Reads ID3 tags and tries to embed Artist - Track into the game
  • Creates a backup of main game archive fo2a.bfs.bak

How to use

  1. Have FlatOut 2 (tested for Steam version)
  2. Have 6+ GB of free space
  3. Place your music in some directory, eg C:\Music. Subdirectories are supported too
  4. Install dependencies (read below)
  5. Get latest release
  6. Run FlatOut2MusicManager "C:\Program Files (x86)\Steam\steamapps\common\FlatOut2" "C:\Music"

Dependencies

FFMpeg

Multimedia swiss army knife. Used to convert filse into .OGG format.

Get it here

It has to be installed globally (added in %PATH%)!

bfs2pack

Tool to work with .bfs archives

Get it here

2 files have to be placed inside game directory:

  • bfs2pack_con.exe
  • zlib1.dll

bfs2pack

How to use

Arguments:

  • First is where game is installed (should have fo2a.bfs archive)
  • Second is where you placed your music

Example:

FlatOut2MusicManager "C:\Program Files (x86)\Steam\steamapps\common\FlatOut2" "C:\Music"


Release created with this command: dotnet publish --self-contained -r win-x64

About

Easily add any music to FlatOut 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages