Author Topic: Vehicle_SpeedKart w/out sounds  (Read 577 times)

I was wondering if someone would be willing to edit the server.cs of Vehicle_SpeedKart to remove anything that plays audio on the karts. This is just for the convenience of using Script_VehicleStereo on speed karts without it being cancelled out by some other sound. I know I can still use something like Script_SetMusic/boombox/whatever to play songs while in a kart, but I would still appreciate it if someone would remove anything involving audio in Vehicle_SpeedKart (just removing the audio files in the add-on folder won't help).

I only intend to use this between my friends and I, so I guess it doesn't matter that much if no one is willing to edit Vehicle_SpeedKart for me.

http://forum.blockland.us/index.php?topic=224914.0
the speedkart gamemode has speedkarts without sounds right? give this a try
Quote
This add-on simply provides the events you need for a SpeedKart track and the vehicles themselves, without all the gamemode specific modifications.
this should allow the gamemode speedkarts in

http://forum.blockland.us/index.php?topic=224914.0
the speedkart gamemode has speedkarts without sounds right? give this a try this should allow the gamemode speedkarts in

I know that the default speedkarts in Gamemode_SpeedKart have no sounds, yet I don't want to use those specific karts, which is why I enabled Vehicle_SpeedKart in the gamemode.txt to replace the default -- Vehicle_SpeedKart has engine/idle/horn sounds in the server.cs that I do not want

like the only big difference between the default karts and Filipe1020's Vehicle_SpeedKart (other than the sounds) is that the SpeedKart64 in Vehicle_SpeedKart has smooth wheels

and I'd like to have Vehicle_SpeedKart w/out sounds to be used in gamemodes other than Gamemode_SpeedKart, since idk how to rip the default karts as they are out of Gamemode_SpeedKart


Well I would think that you could edit or copy the speedkart file using notepad and either remove or comment out the sound files from the server.cs

I don't have experience with doing this so I couldn't direct you, but I don't see why that wouldn't work.

Well I would think that you could edit or copy the speedkart file using notepad and either remove or comment out the sound files from the server.cs

I don't have experience with doing this so I couldn't direct you, but I don't see why that wouldn't work.
I tried this before by searching for everything related to audio in the server.cs -- I broke the add-on somehow
that and there are audio-related bits in the server.cs for idle/engine/horn sounds for EVERY speedkart included in the add-on