ULTRAKILL
Custom music support is broken
With the last update the Cybergrind music folder no longer detects audio files of any formats.

I previously had the folder of mp3 tracks detected with no problem and now my previously added custom music is gone and when I try to select custom from the track select the game doesn't list any content.

Bravo Hakita, one of the updates of all times
< >
Showing 1-12 of 12 comments
MMRBKane Feb 25 @ 2:14pm 
Same here.
Happening to me as well, so glad it's not just me being dumb
Yeah, I had the same issue. It seems like any tracks that you currently have added in your playlist work fine, but when I try to add or switch, it doesn't recognize any of my music files.

For now, I'm stuck on Nero Forte by Slipknot
Same issue here. Came to discussions to make sure I wasn't alone with this issue. Hopefully it gets fixed really soon, I was hoping to vibe out in cybergrind without needing to open youtube in the background.
Came on here to report the extra same issue. Let me listen to 6up 5oh Cop-Out ♥♥♥♥♥♥♥♥♥!!
Yeah
Originally posted by ThunderStruck115:
Yeah, I had the same issue. It seems like any tracks that you currently have added in your playlist work fine, but when I try to add or switch, it doesn't recognize any of my music files.

For now, I'm stuck on Nero Forte by Slipknot
Strange. Like I said I previously had my custom playlist but with the last update it was obliterated into existence for some reason. Glad you still have the old music doe
Last edited by Sborraman VINDICATED; Feb 26 @ 6:51am
H.E.K Feb 26 @ 7:21am 
man i just wanna +PROJECTILE BOOST to my own songs
coralbeau Feb 26 @ 11:18am 
If anyone is desperate to fix it in the meanwhile: (credit to nicy0451 on the new blood discord)
Originally posted by Nicy0451:
close ultrakill
install vscode
install python in vs code
insert this script into vscode and run with python
import os import json def generate_file_list(directory): files = [] for filename in os.listdir(directory): filepath = os.path.join(directory, filename) if os.path.isfile(filepath): files.append({"path": filepath, "type": 1}) data = { "_ids": files, "_loopMode": 0, "_selected": 2, "_shuffled": True } return json.dumps(data, indent=4) # change directory, there need to be two slashes, for example: C:\\SteamLibrary\\steamapps\\common\\ULTRAKILL\\CyberGrind\\Music\\<your folder> directory = r"your folder located in the ultrakill/cybergrind/music folder" json_output = generate_file_list(directory) print(json_output)
copy the output and paste it into slot1.json, located in ULTRAKILL\Preferences\Playlists
Originally posted by coralbeau:
If anyone is desperate to fix it in the meanwhile: (credit to nicy0451 on the new blood discord)
Originally posted by Nicy0451:
close ultrakill
install vscode
install python in vs code
insert this script into vscode and run with python
import os import json def generate_file_list(directory): files = [] for filename in os.listdir(directory): filepath = os.path.join(directory, filename) if os.path.isfile(filepath): files.append({"path": filepath, "type": 1}) data = { "_ids": files, "_loopMode": 0, "_selected": 2, "_shuffled": True } return json.dumps(data, indent=4) # change directory, there need to be two slashes, for example: C:\\SteamLibrary\\steamapps\\common\\ULTRAKILL\\CyberGrind\\Music\\<your folder> directory = r"your folder located in the ultrakill/cybergrind/music folder" json_output = generate_file_list(directory) print(json_output)
copy the output and paste it into slot1.json, located in ULTRAKILL\Preferences\Playlists
We must spread the ancient scrolls far and wide.
Last edited by <#76428a>Sharkbilby; Feb 26 @ 4:48pm
Originally posted by coralbeau:
If anyone is desperate to fix it in the meanwhile: (credit to nicy0451 on the new blood discord)
Originally posted by Nicy0451:
close ultrakill
install vscode
install python in vs code
insert this script into vscode and run with python
import os import json def generate_file_list(directory): files = [] for filename in os.listdir(directory): filepath = os.path.join(directory, filename) if os.path.isfile(filepath): files.append({"path": filepath, "type": 1}) data = { "_ids": files, "_loopMode": 0, "_selected": 2, "_shuffled": True } return json.dumps(data, indent=4) # change directory, there need to be two slashes, for example: C:\\SteamLibrary\\steamapps\\common\\ULTRAKILL\\CyberGrind\\Music\\<your folder> directory = r"your folder located in the ultrakill/cybergrind/music folder" json_output = generate_file_list(directory) print(json_output)
copy the output and paste it into slot1.json, located in ULTRAKILL\Preferences\Playlists
Doesn't seem to work, I've put the output json into the playlist folder, ingame they are recognized but they don't play at all
Originally posted by 76561198050374170:
Originally posted by coralbeau:
If anyone is desperate to fix it in the meanwhile: (credit to nicy0451 on the new blood discord)
Doesn't seem to work, I've put the output json into the playlist folder, ingame they are recognized but they don't play at all
New update must've broke this fix...sigh.
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Feb 25 @ 4:59am
Posts: 12