Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

You can also fix symlinks with

rm libfmod.so && ln -s libfmod.so.13.18 libfmod.so
rm libfmod.so.13 && ln -s libfmod.so.13.18 libfmod.so.13 
rm libfmodstudio.so && ln -s libfmodstudio.so.13.18 libfmodstudio.so
rm libfmodstudio.so.13 && ln -s libfmodstudio.so.13.18 libfmodstudio.so.13

ik, i just figured it would be easier to explain with this method to the average user