retrogamer97 Posted December 3, 2022 Hey guys , Im trying to extend this music mod by adding more songs but it wont play every song. Im honestly not sure if its using C or ACS. Slade claims its C/C++ but I never seen a mod use C before. I tried looking at the code but I dont see a hard coded song limit. I saw a loop going to 9999 but my mod only has like 50 songs. Please tell me the issue. https://www.mediafire.com/file/lz6zyl1e1ikrdp5/UltraCrispyMusicPatch.pk3/file 0 Quote Share this post Link to post
Edward850 Posted December 3, 2022 53 minutes ago, retrogamer97 said: Im honestly not sure if its using C or ACS. Slade claims its C/C++ but I never seen a mod use C before. This is just ACS. Slade3 assumes it's C because someone named the source file with a *.c file extension, but it's just ACS. Code-wise this logic looks arcane so I couldn't really say if anything is wrong with it, but given it plays music at random I'm not really sure why one would automatically assume some music tracks wouldn't get played. Though worth noting it expects the first music track to be 001, 000 will never be played according to this logic. 0 Quote Share this post Link to post
retrogamer97 Posted December 3, 2022 I tested the mod a bunch of times , it never plays song020-050 0 Quote Share this post Link to post
Rifleman Posted December 3, 2022 You need to add an entry in LANGUAGE for every song. You only have 22. Also, if you don't leave the string blank, it'll show the track name in game. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.