Jump to content

Blake2394

Member
  • Posts

    69
  • Joined

  • Last visited

Posts posted by Blake2394

  1. Just now, Blestda86ta said:

    I felt dumb after I posted that XD didn't know there was another spot in the forum 1 down to find that stuff

    No problem :) It happens to the best of us. Good luck on your server!

  2. Hi guys,

    Im having a strange issue with SteamCMD. When ever I launch my BAT file to install Arma 2 and Arma 2 OA, It says that it has installed Arma 2 but its actually not downloading all the files. It then moves on to Arma 2 OA and downloads those files just fine. I know this because when I launch the server It gives me errors that i am missing Chernarus and stuff. Looking in the addons directory, its missing a few files from Arma 2. I have included my Update BAT I have been using for years without issue. Tried this on 2 Different Computers on 2 Different Networks. Has anyone had this issue? I also tried 33900 but obviously that did not work.

    @ECHO OFF
    SET SteamCMDLocation=C:\SteamCMD
    SET SteamCMDUsername=removed
    SET SteamCMDPassword=removed
    SET ServerLocation=C:\GameServers\Arma2
    
    CD %SteamCMDLocation%
    START "SteamCMD" /WAIT "SteamCMD.exe" +login %SteamCMDUsername% %SteamCMDPassword% +force_install_dir %ServerLocation% +app_update "33910" validate +quit
    START "SteamCMD" /WAIT "SteamCMD.exe" +login %SteamCMDUsername% %SteamCMDPassword% +force_install_dir %ServerLocation% +app_update "33930" validate +quit
    
    EXIT

     

  3. 21 hours ago, theduke said:

    Im on a dedi also, but my server files are not automatically updated.  I copied the files from the arma folders to a new folder i created on the desktop.  So for me the server files havnt been updated.  There is too much that went wrong in the corepatch im not taking the chances till the epoch devs can figure out the mess the behemia corepatch team did...  as for the steam CMD i dont know.  

    If you server files have been update then maybe thats why you are getting that error.  As my server isnt updated, just the client

    Hi!

    Thanks for all your help. I used the steam client to download the legacy version of Arma and it looks like its back to working!

    Thanks Again,

    Blake2394

  4. 2 hours ago, theduke said:

    tell them to revert the update.  there is probly a mod you have or something they are doing at that very moment that the corepatch team has changed, like a core variable that is causing that.  I explain how to revert it here

    http://epochmod.com/forum/index.php?/topic/40560-problem-with-manual-dl-dayz-launcher/&do=findComment&comment=270317

    Hi theduke!

     

    Thanks for the reply! I host the server myself on a dedibox so how would I do that using SteamCMD? Is that possible?

     

    Thanks,

    Blake2394

  5. Hello Everyone!

     

    After updating Arma to the latest patch, some of my players are getting kicked for (RemoteExec Restriction #0) and when I look in the remoteexec.txt all I see is (02.01.2016 15:22:33: AuTel (75.135.1.33:2002) **GUID** - #0 ""). What could be causing this? Out of date filters? I am running the latest version of infistar.

     

    Thanks,

    Blake2394

  6. I should also note for anyone having the same issue, there are more than one global messages than the one posted above.

     

    They look like this:

    [nil,nil,rTitleText,"The bank lost 1 Gold Bar during the robbery!", "PLAIN",6] call RE;

     

    Make sure to comment all of them out or you will still get kicked.

  7. Hello Again!

     

    So I applied the infi tweaks first with no luck. Then re-enabled the settings back to true and commended this line out of the robbank.sqf and it worked!

     

    [nil,nil,rTitleText,"The Del Grangos is getting robbed!", "PLAIN",6] call RE;

     

    So my next question would be, is there another way to globally broadcast this message that would not cause the crash?

     

    Thank you for all your help scet27!

     

    Regards,

    Blake2394

  8. Hello scet27!

     

    Thanks for the quick reply. I am going to test this out when i get home. I just checked the file and saw that there was a "_ALLOWED_Dialogs" setting. I am assuming instead of disabling _CUD completely, I could allow this dialog in there? I'm not sure what number i would need to put in there to make that work.

     

    Here is what it currently has:

    /*  ALLOWED Custom Dialogs "_ALLOWED_Dialogs" are only used if you have "_CUD =  true;"  */
    /*  If you want install custom scripts using dialog windows, you can add IDD numbers  */
    /*  from the custom script's desc.h file included through MPMIssions/description.ext  */
    _ALLOWED_Dialogs = [-1,106,2200,6900,6901,6902,6903,420420,41144,711194,666,667];

     

    This script dose not have a desc.h file so i would not know what to add.

    Anyways, when I get home I am going to try and completely disable _CUD to see if that works. I will report back my findings.

     

    Regards,

    Blake2394

  9. Hello Everyone!

     

    I am trying to get infi's anti-hack to work with the bank robbery script found here:

    http://epochmod.com/forum/index.php?/topic/12375-wiprelease-bank-robbery-v3/&page=1

     

    The script works just fine when anti-hack is disabled. So it defiantly has something to with the 2 clashing. I even noticed towards the end of the thread (Page 11) that some other people were having the same issue. I have no clue what would be causing it as I am no expert. But I did gather some files and pointed out some lines that may help you figure it out.

     

    fn_selfActions.sqf: (Lines: 101-110 is the scripts action menu)

    http://pastebin.com/7VCdsGqz

     

    arma2oaserver.RPT: (Can’t find anything here)

    http://pastebin.com/3SYMu020

     

    ArmA2OA.RPT: (Starting at line 455 is where the errors start)

    http://pastebin.com/qMSaZbA1

     

    I hope that was what is needed to help me out. Thanks in advance!

     

    Regards,

    Blake2394

  10. Hello,

     

    I am trying to give ai that spawn at missions gold coins in there wallet. I have searched the forums and cant fins a solution for wai. How can I do this if possible. I am using the private hive coin system.

     

    Thanks in advance!

×
×
  • Create New...