| Blockland Forums > Modification Help |
| Need help with sound file. |
| (1/2) > >> |
| Mauritsio:
(This was moved from Help.) So, i was going to make a sound add-on (multiple sounds). I put everything in the zip file: the sounds, description, namecheck, server.cs. So i think everything is OK, i went to blockland, checked my add-ons list, it was not there! I checked my server.cs for coding/proofing errors. Found one, but it didn't fix it. Could somebody tell me what I'm doing wrong? .rar file: http://www.mediafire.com/?k4nrsib7rcvub6b --- Code: ---datablock AudioProfile(CBSBattlecry) { filename = "./CBSBattlecry.wav"; description = AudioClosest3d; preload = false; }; datablock AudioProfile(DemomanBattlecry : CBSBattlecry) { filename = "./DemomanBattlecry.wav"; }; datablock AudioProfile(DemopanBattlecry : CBSBattlecry) { filename = "./DemopanBattlecry.wav"; }; datablock AudioProfile(DOBattlecry : CBSBattlecry) { filename = "./DOBattlecry.wav"; }; datablock AudioProfile(DukeNukemBattlecry : CBSBattlecry) { filename = "./DukeNukemBattlecry.wav"; }; datablock AudioProfile(EngineerBattlecry : CBSBattlecry) { filename = "./EngineerBattlecry.wav"; }; datablock AudioProfile(FVBattlecry : CBSBattlecry) { filename = "./FVBattlecry.wav"; }; datablock AudioProfile(HeavyBattlecry : CBSBattlecry) { filename = "./HeavyBattlecry.wav"; }; datablock AudioProfile(MauritsioBattlecry : CBSBattlecry) { filename = "./MauritsioBattlecry"; }; datablock AudioProfile(MedicBattlecry : CBSBattlecry) { filename = "./MedicBattlecry.wav"; }; datablock AudioProfile(MeltBattlecry : CBSBattlecry) { filename = "./MeltBattlecry.wav"; }; datablock AudioProfile(PainisCupcakeBattlecry : CBSBattlecry) { filename = "./PainisCupcakeBattlecry.wav"; }; datablock AudioProfile(PyroBattlecry : CBSBattlecry) { filename = "./PyroBattlecry.wav"; }; datablock AudioProfile(SaxtonHaleBattlecry : CBSBattlecry) { filename = "./SaxtonHaleBattlecry.wav"; }; datablock AudioProfile(ScoutBattlecry : CBSBattlecry) { filename = "./ScoutBattlecry.wav"; }; datablock AudioProfile(SeriousSamBattlecry : CBSBattlecry) { filename = "./SeriousSamBattlecry.wav"; }; datablock AudioProfile(SniperBattlecry : CBSBattlecry) { filename = "./SniperBattlecry.wav"; }; datablock AudioProfile(SoldierBattlecry : CBSBattlecry) { filename = "./SoldierBattlecry.wav"; }; datablock AudioProfile(SpyBattlecry : CBSBattlecry) { filename = "./SpyBattlecry.wav"; }; datablock AudioProfile(SSpyBattlecry : CBSBattlecry) { filename = "./SSpyBattlecry"; }; datablock AudioProfile(VagineerBattlecry : CBSBattlecry) { filename = "./VagineerBattlecry.wav"; }; --- End code --- I need a solution before Friday. |
| jes00:
Make sure the namecheck.txt file has the correct contents. |
| Mauritsio:
--- Quote from: jes00 on March 13, 2012, 02:39:46 PM ---Make sure the namecheck.txt file has the correct contents. --- End quote --- .zip file: Sound_BossBattles namecheck.txt: Sound_BossBattles Yes, i am making Boss Battles. |
| Mauritsio:
Edited the title to be not so misleading. |
| jes00:
--- Quote from: Mauritsio on March 13, 2012, 02:45:00 PM ---.zip file: Sound_BossBattles namecheck.txt: Sound_BossBattles Yes, i am making Boss Battles. --- End quote --- Why are there two Sound_BossBattles? Where is the server.cs? where is the description.txt? |
| Navigation |
| Message Index |
| Next page |