Search results

  1. C

    [Support] DZGM

    I found my problem was I had class RscTitles {#include "dzgm\icons.hpp"}; and it needs to be class RscTitles { #include "dzgm\icons.hpp" }; hope this helps any1 with similar problem
  2. C

    [Support] DZGM

    ok I am getting this error in rpt ErrorMessage: File mpmissions\__cur_mp.Tavi\description.ext, line 151: /RscTitles/: Wrong # directive my description.ext #include "dzgm\defines.hpp" class RscTitles {#include "dzgm\icons.hpp"}; #include "CfgBanned\CfgVehicles.hpp" //Snap building #include...
  3. C

    [Support] DZGM

    hrmmm well, I had hoped it was the problem.... I have a test server overpoch tavi I see you have differnt files for overwatch than epoch maybe this is my problem I am using the epoch files may I rundown my install procedure ??? this is one of those must have scripts...
  4. C

    [Support] DZGM

    I have this at verry bottom of my description.ext...................... look ok ?? #include "CfgBanned\CfgVehicles.hpp" //Snap building #include "custom\snap_build\points.hpp" //Right click options #include "custom\extra_rc.hpp" //Skin Trader #include "Skin_Trader\dialog\common.hpp" #include...
  5. C

    [Support] DZGM

    shouldnt this part be replace and not add ??? im getting wait for host.... 1. Copy player_switchModel.sqf from @DayZYourMod\addons\dayz_code\compile\ to the mission \custom\ folder 2. In compiles.sqf add this: Code (Text): if (!isDedicated) then { player_switchModel = compile...
  6. C

    [SUPPORT] - Sheeps Epoch Repack

    I tried these I found in others BE filters for the "MAV_RAVEN_BACKPACK" maybe this can give you a clue how to fix the kicks. This did NOT work for me
  7. C

    [SUPPORT] - Sheeps Epoch Repack

    anyone able to get the raven working yet ?
  8. C

    [Help] Donn Chocolat Tools

    I like this but it would be great if it only showed other players if they have it on
  9. C

    Adding Jets and Heli's

    mine are visible to all players I also had to add to description.ext #include "CfgBanned\CfgVehicles.hpp and created a new CfgVehicles.hpp I think that's how I did it its been awhile
  10. C

    Adding Jets and Heli's

    I Did get banned vehicles to spawn by adding them through the editor and creating a private value to the added vehicles in server_updateObject.sqf like this
  11. C

    [Help] Donn Chocolat Tools

    thankz for this.... how can I decrease the vehicle DRAW VEHICLES ICONS so it only displays vehicles within say 200 meters ???
  12. C

    can we start an overpoch topic ??

    I would love to start an overpoch topic with Q&A Lets get it started any questions ???
  13. C

    [SUPPORT] - Sheeps Epoch Repack

    I have had an overpoch server for a few weeks now. I have a few issues if anyone can help. I would love to get the "RQ-11 Raven A" to work. It kicks everyone and lock server when I assemble it "MAV_RAVEN_BACKPACK" this file has raven mentioned in it. I tred adding these filters but still no...
  14. C

    Ravens Broken In Overwatch

    did you ever get the raven working ??
  15. C

    Custom Loot Configurations For Epoch

    THANKS SOOO MUCH...... I was never able to get cutom loot tables working until now I was able to load into game but as soon as I mad any loot change it just locked up server.... this works great.................
  16. C

    Custom Loot Configurations For Epoch

    I have overpoch epoch napf working at traders If I wanted to add overwatch pistols to loot would I only need to edit CfgLoot ???? Like this pistols[] = {{"Drive_Stun", "Colt1911", "revolver_EP1", "glock17_EP1", "MakarovSD", "M9", M9SD, "revolver_gold_EP1","vil_USP45SD"}, {0.25, 0.23, 0.2, 0.1...
  17. C

    Custom Loot Configurations For Epoch

    If you would like to see my Cfgs just ask would you please share your overpoch Cfgs ??
  18. C

    howz that email base attack script going ?? Looks great....

    howz that email base attack script going ?? Looks great....
  19. C

    how to add and remove weapons from my server

    https://community.bistudio.com/wiki/ArmA_2:_Weapons the instructions are here https://github.com/noxsicarius/Epoch-Admin-Tools
  20. C

    how to add and remove weapons from my server

    you can/should install NoxSicarius admin tools. then spawn a weapons crate and it will spawn all possible weapons for your MOD. http://epochmod.com/forum/index.php?/topic/7501-release-epoch-admin-tools-v17/ Here is a list of almost every item................. just missing some of the rare...
Back
Top