Jump to content

Madbull

Member
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Madbull

  1. I Deleted the lootspawner, but have tons of these messages in the rpt file.. what is this?

     

    15:03:36 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.

    mas_weapons

    15:03:36 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.

    mas_weapons

    15:03:36 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.

    mas_weapons

    15:03:36 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.

    mas_weapons

    15:03:36 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.

    mas_weapons

    15:03:36 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.

    mas_weapons

    that is from you setting up mas like you have it. You haven't deraped your mission.sqm and edited your addon array to include the mas files.

     

     

    @sonin, the missing mag problem was hotfixed in build 3 of the current update..would check to make sure you have it.

  2. @sonin, so you got the loot fixed? then you have no sappers or drone? or are you still at the no loot part? also if you followed the op's post and changed the loots.h file, double check to make sure you didn't delete the antagonist spawn table by mistake..

  3. Hi, thanks for u tutorial. 

     

    I have a question:

    //// Loot.h
     { { "acc_mas_pointer_IR2c_top", "item" }, 20 }

    Its 20 in all map this item? 

    no, depends on the table, some tables will total 100% when the whole table is added together so those are precentage and the other are the max they will drop in a lootpile. not 100 percent sure would love some confirmation on this

  4. In an earlier post someone referred to a list of Epoch Only items to located in addpackpackcargo.txt, addmagazinecargo.txt and addweaponcargo.txt files does anyone know where those files are located as I can't find them on my server?

    depends im hosting with GTX, and it is located in the arma3config\battleeye folder

  5. well @1man , kinda touched off on it. you can use the new crafting system to allow players to build and place large vehicle boxes..which are deff. easier to place then a bunch of tee-pees. 

  6. I like the guide placed by Liqu1d, i would also like to make a few points though. 1) for the lootspawn chance is broken down by catergory in the Lootspawner.sqf file. 2) also  the default spawn building list is set for cherno, to use altis use  #251 from my friend sharkking  :) .  to do that open the LSlootbuildings.sqf , and replace the cherno building list with the altis one. Dranxind be filters do work, but becareful since not all of mass weapons start with that prefix, launcher do not.when in doubt it does come with a weapon class list. and another thing that never seems to be brought up is that lootspawner does have a debug function..it does help alot if you enable it and watch your log files to try and correct errors. it is on top part of lootspawner.sqf under the heading switches.

  7. I have had one idea for fixing this, which is moving the adminlist execute above if !isDedicated so that it is outside the if. It seems like one of two things can be happening, it is running activate without having ran adminlist yet, or it is running activate before adminlist is finished executing. If we move it outside the if it must go above it or we will get an error from the antihack for undefined variable as well. If that does not fix it then it means adminlist does not finish executing.

    I tried that and the script fails to work then, any more ideas would be appreciated

×
×
  • Create New...