Jump to content

blackbeard06

Member
  • Content Count

    37
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by blackbeard06

  1. I'll check it out and see what happens. thank you for your response.. EDIT. This seems to be for hosting off of your PC. I am using a dedicated server with HFB servers. I use a console to change server related files. I'm not sure how to get this to work with HFB servers. Thanks for your help though.
  2. I have a mission called Group Training that host on my private server for my clan. I have been working with this problem for about a week now and I cannot figure it out. I have installed ALL mods on my client side, and server side, yet the server logs say missions addons.. Why?? I cannot figure it out. I have been able to host the mission by using my pc and it works perfectly fine, but once it's uploaded to a server it does not load once selected. Here is a link that provides you with my mission Group Training (Group TrainingH is another w/ mods, and Group TrainingL is a mod free variant.) I also included the server RPT log in there. The log also has other errors, but shouldn't be the cause with my missing mod situation. I made absolute sure that the mods are the exact same with the client and server. I am out of ideas and am pulling my hair out.. Please help! Thank You. https://drive.google.com/folderview?id=0B0oYjvIxr8lKYjlzcDNBOVNSYkU&usp=sharing
  3. blackbeard06

    Server, mission, Missing addons, WHY?!?!

    Thank you for your help. Everything is starting to work and so far it's great. The identity error is not breaking anything, but I will make a new profile and see what happens. I will get back on if I discover any new errors, as well as reporting what mod caused this problem.
  4. blackbeard06

    Server, mission, Missing addons, WHY?!?!

    Thank you for your help. So far I have deleted all server mods and am slowly adding 1 by 1 for testing. I can confirm that CBA, and MCC sandbox are working flawlessly. The rpt log has not found errors so I should be good to go, I'll post here otherwise. I do have one problem. Server error: Player without identity Blackbeard (id 120772905) That player is me, joining the server and testing the map. I do not know why this is happening. Should I make a new profile? My arma 3 is up to date and I don't see anything out of place in my profile.
  5. So after some troubleshooting I have narrowed down the problem to my command lines inside of the command-line manager using HFB Servers.. First of all, I did put a support ticket in with them (HFB servers) 2 days ago, and I have yet to receive any response. Secondly, After successfully uploading all mods to the server, everything is in order.. Here are my command line commands -port=2702 -name=arma3config_10966 -config=arma3config_10966\config.cfg -cfg=arma3config_10966\basic.cfg -profiles=arma3config_10966 -mod=@CBA_A3;@a3mp;@AH64;@alive;@ASDG_Attachments;@ASDG_JR;@balaclava;@bullethits;@C1987mp7A3_ver2.3.1;@Clafgan;@Fhq_accessories;@FSF_SacVentral;@HiddenIdentityPackv3;@hmmvee;@JS_JC_F18;@JumpMF;@marsof;@mcc_sandbox;@mikes;@MK18;@Nimitz;@Peral_A-10c;@R3F;@RH_M4;@rhpistol;@river_c130;@river_ch47;@sthud;@t1_silencer_fix;@task_force_radio;@TFA;@TMR;@U100;@VTS_Weaponresting;@Xeventsystem;@Xmedsys -cpucount=2 -exthreads=2 After testing this the server will not appear in the arma 3 server list, HOWEVER, when i use the default commandline (below) Everything works and the server appears in arma 3 server list. -port=2702 -name=arma3config_10966 -config=arma3config_10966\config.cfg -cfg=arma3config_10966\basic.cfg -profiles=arma3config_10966 -cpucount=2 -exthreads=2 I have looked through the above command line and I can't figure out why this will not work. Any help will be much appreciated please, and Thank You. Edit, I have found some unnecessary spaces in the wording of some mods. It looks like it works, however it also looks like I am experiencing another error... I will open a new thread on this...
  6. blackbeard06

    command line for server not loading mods

    thanks, I've been looking at it and looks like it work, I will retry to add one by one the mods... Turns out another error has occured so let me properly diagnose this problem...
  7. Not sure if this has been asked, but if it has I'm sorry. (not looking through 103+ pages for one error.) however I'm getting an error with placement modules and markers. "Warning no location found for placement, you need to include military location within the TOAR marker" I am following the tutorial videos literally the exact same way (with new recent update) however I get this error 90% of the time while setting up new military placement modules. I am 110% positive that the TOAR markers and TAOR marker name within the module are the very same (including case senstive) and yet I still get the error! why? I'm getting everything else to work. Is this a bug?
  8. why can I not press the respawn button during death -aka- knockout? The mod works great, but having to wait 10+ minutes for help sucks. While testing my server and playing alone I hate restarting arma just to go back to the editor.
  9. blackbeard06

    Randomly generated roadside IEDs

    Thank you! I see the markers and can confirm it is working perfectly! Thanks.
  10. blackbeard06

    Randomly generated roadside IEDs

    Your script is not working. Same for your sample mission. I end up running around all over and nothing happens. I am not getting any script errors. Here is my init.sqf []execVM "EOS\OpenMe.sqf"; MAC_fnc_switchMove = { private["_object","_anim"]; _object = _this select 0; _anim = _this select 1; _object switchMove _anim; }; call compile preprocessFile "EPD\Ied_Init.sqf"; I am adding markers with the name random1....etc and setting the radius to 500 and or 1000 on some. Am I missing something? I am following the directions as they are and nothing is going on.
×