Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+2)

you can make a symbolic link and name it .mp3

symbolic link is like a super shortcut that redirects programs to the file

in cmd use>   mklink Link Target

'link' is the 'shortcut' that will be made  And 'target' is the file its pointing at  

so in cmd it will look like eg: 

mklink "C:\Users\you\AppData\Local\VotV\Assets\radio\link.mp3" "C:\myshitymusic\myshitysong.mp3"

https://www.howtogeek.com/16226/complete-guide-to-symbolic-links-symlinks-on-win...

I managed to create some, but they get stuck on "Loading" status in game. I had a .mp3 in there just to make sure the game wasn't misreading shit, and raw .mp3 was able to load while the syslink was stuck. Thanks for the help, though

(+1)

that sucks, i use them and they worked for me in game, but might not work on every system.