
What title says. Basically when I'm trying to load project.script the error pops "Mod Script Error".
I followed this guide https://modworkshop.net/showthread.php?tid=788
Here's the script:
@Name Duel Of The Fates
@Author Gambler
@Description Replaces Shadows And Trickery with Duel Of The Fates.
@Version 1.15
;Files included in this project
soundbanks/music.bnk : mod\script.script
soundbanks/streamed/music/120831995.stream : mod\120831995.stream
soundbanks/streamed/music/281413119.stream : mod\281413119.stream
soundbanks/streamed/music/989733159.stream : mod\989733159.stream
soundbanks/streamed/music/586552360.stream : mod\586552360.stream
soundbanks/streamed/music/965428519.stream : mod\965428519.stream
soundbanks/streamed/music/471133328.stream : mod\471133328.stream
I don't see any issues with the script itself (apart from Name, but that's probably the forum messing it up anyway), are the files actually present? For example, if project.script is at C:\Example\Folder\project.script then the files above would need to be in C:\Example\Folder<strong>mod, otherwise you'll get an error.