A really dumb JS project to rename .ogg files exported from Cyberpunk 2077 according to the excellent Google Sheet made by inuvivo.
Link to the Google Sheet: Cyberpunk 2077 Soundtrack Gamerip catalogue (Public)
- Download and install the latest version of Node.
- Download this project.
- From the project folder, run the command
npm install
to download dependencies. - Copy all of the .ogg audio files extracted from Cyberpunk 2077 into the ./audio folder of this project.
- Go to to the spreadsheet linked above. Select File>Download>Comma-seperated values, and save the file as data.csv in the project folder.
- Verify the settings at the top of the
index.js
file. - Run the command
npm start
.
Pull requests are welcome, but I probably won't be watching them.