dr death jm 117 Posted April 14, 2014 I made a mission with sonicboom sound once you hit 1000 kph . in editor it works but once I send it to server for mp the boost works but the ogg file dosnt .. the mission is called Unlimited5sc.Altis you can d load it here http://binarybone.com/KaRR/Unlimited5sc.Altis.pbo maybe some one knows a fix to this. Share this post Link to post Share on other sites
SavageCDN 231 Posted April 14, 2014 (edited) how are you calling the sound? playSound? say3D? my guess is that one of those does not work in MP? also how do you have the .ogg file defined in description.ext? is it under cfgSounds, cfgMusic, etc? http://feedback.arma3.com/view.php?id=17678 Edited April 14, 2014 by SavageCDN Share this post Link to post Share on other sites
dr death jm 117 Posted April 14, 2014 (edited) class sonicBoom { name="sonicBoom"; sound[]={"sound\sonicBoom.ogg",8,1.1};titles []={}; call cba_fnc_globalSay3d; I have cba, does my server have to be running it to , too hear sound? also , It works when I host but not on dedicated server. I get the speed I need for the sonic boom but I hear nothing on dedicated server. I read the above link but im noob to scripting Im not totally understanding what the answer was. ---------- Post added at 06:42 PM ---------- Previous post was at 05:09 PM ---------- I just tried call cba_fnc_globalSay; and still works on host but not dedicated? Edited April 14, 2014 by Dr Death JM Share this post Link to post Share on other sites
R0adki11 3949 Posted April 15, 2014 i think you need cba on your server also, as it can't reference a command which doesn't exist on the serverside. Share this post Link to post Share on other sites
SavageCDN 231 Posted April 15, 2014 ^ yep what he said - your server needs to be running CBA if you are using a CBA function. Have you tried it using the default BIS function or does the CBA version provide more options / actually work? :p Share this post Link to post Share on other sites
dr death jm 117 Posted April 15, 2014 I didn't try BIS function yet, when I searched for functions I keep getting cba .. if I do need to add cba to server will players also need cba or is is possible for cba just to run on server side ? to do with the speed of the plane is cool with out the sonic sound ,but as you know hearing a sonic boom is so much more cool. also whats realy missing is the water effect (if you flying over water) id love to see the water being pushed and sprayed. ill test the bis in a bit see what my finding are, and post them here. thank for all the help Share this post Link to post Share on other sites
SavageCDN 231 Posted April 15, 2014 CBA can run server side only as long as whatever you are doing doesn't run/use CBA functions on the client. That being said I'm not sure about that particular CBA function if I were you I would ask that question in the CBA thread (post your question and what function you are using and why). Share this post Link to post Share on other sites
dr death jm 117 Posted April 16, 2014 k let me run some tests before I post on cba thread ... thanks for answers Share this post Link to post Share on other sites
dr death jm 117 Posted April 16, 2014 well this still isn't working , im using a fps server and @cba dosnt even show up as on my server this is what I have for my start up start "" /wait "arma3server.exe" -config=servercfg\A3server.cfg -cfg=servercfg\Users\Administrator\Arma3Alpha.cfg -profiles=servercfg -port=2360 -cpuCount=2 -maxMem=2047 -noSound -exThreads=1 -mod=@CBA_A3; -nosplash server=server netlog=true if you see something wrong please let me know. Share this post Link to post Share on other sites
SavageCDN 231 Posted April 17, 2014 Yeah sounds like CBA is not loading at all on your server. I would delete your @CBA_A3 folder and re-download it on the server. server=server - not sure what this line is I've never seen that before You can also check the server's RPT file (should be in same location as the profile or in root of server directory) this will tell you if @CBA_A3 is loading and hopefully give you some more info. I can't recall if CBA has a userconfig file as well but if so make sure that is also on your server in the Userconfg folder. Share this post Link to post Share on other sites
dr death jm 117 Posted April 18, 2014 Yeah sounds like CBA is not loading at all on your server. I would delete your @CBA_A3 folder and re-download it on the server.server=server - not sure what this line is I've never seen that before You can also check the server's RPT file (should be in same location as the profile or in root of server directory) this will tell you if @CBA_A3 is loading and hopefully give you some more info. I can't recall if CBA has a userconfig file as well but if so make sure that is also on your server in the Userconfg folder. ok its all fixed, server=server not sure either, my server if hosted from fps, maybe somone knows what it is will reply somtime... now the last fix i need is when plane respawns it dosnt have the trust option anymore. so if anyone want to take a look and maybe fix , let me know ill send a link to the one im working on. Share this post Link to post Share on other sites