Search results

  1. S

    Compile.sqf

    You van get a vanilla DayZ_code from your Arma 2 OA folder located in your steam folder, then just look into your Mod folder
  2. S

    Compile.sqf

    Nope nope nope! You need to take the original compiles.sqf and place it into your mission.pbo located in your mpmission folder. After you have done that you need to edit your init.sqf in your mission.pbo so you get the right direction to your custom compiles.sqf in your mission.pbo Then you can...
  3. S

    Modifying deploy bike - Wall glitching

    I had d me similar problems with the towing script. In the end the whole script is gone now but I had some fixes for the same problems, maybe this can help you or at least give you some more ideas: _isWall...
  4. S

    Compile.sqf

    It's in your day_code/init folder https://github.com/vbawol/DayZ-Epoch/blob/master/SQF/dayz_code/init/compiles.sqf
  5. S

    Remove Right Click

    It will disable completely right click on the item you choose.
  6. S

    Remove Right Click

    in your custim ui_selectSlot.sqf add somewhere near the top after if (!DZE_SelfTransfuse && ((gearSlotData _control) == "ItemBloodBag")) exitWith {}; if ((gearSlotData _control) == "YOURITEMCLASSNAME") exitWith {};
  7. S

    Remove Ammo/Weapon from Cars/Armors/Heli in Epoch 1.0.5.1

    http://opendayz.net/threads/release-remove-weapons-ammunition-thermal-from-vehicle-epoch-version.18044/
  8. S

    Adjust Zombie Speed ..

    Post #2 has your answer
  9. S

    [Support] PVE Prison punish after a kill

    nice work mate. I dont like this PvE Idea but your work is still well done!
  10. S

    Putting map addons into server pbo

    try using this version instead: if (isServer) then { _vehicle_87 = objNull; if (true) then { _this = createVehicle ["Land_HBarrier_large", [11830.977, 12592.087, -1.5258789e-005], [], 0, "CAN_COLLIDE"]; _vehicle_87 = _this; _this setDir 30.962219; _this setPos [11830.977, 12592.087...
  11. S

    [1.8.3] How to Change Serverside Viewdistance ?

    in your mission.pbo >> init.sqf put somewhere near the end: setviewdistance 1200; or maybe it could work when you put it in your server.pbo >> server_monitor.sqf before the last }; with: setviewdistance 1200;
  12. S

    Disable or edit hide body action

    why not simply replace the dead body with something else like the grave from epoch (or something else for other mods) and add the gear into them. You even could easiy modify the study body action to get the name it if needed. Its way simpler in you even clean corpses immediately which is less...
  13. S

    [Discussion] Who's your GSP or SP and why?

    I have a dedicated server from 1&1 (Germany) and of course they do not support anything with DayZ but what they support they do very great!
  14. S

    [Support] NOS for cars!

    Thanks for the idea blanks (σˋ▽ˊ)σ
  15. S

    [Support] NOS for cars!

    An Update or allow these actions will not work for infistar. Easiest way to get this done is to disable the Keybinds check if I remember right.
  16. S

    No Base Maintenance /Admin Trader

    If you do not have a dedicated hoster, then you will need to ask an admin from your provider to change that for your, since most hoster do not give access to this file. But on normal Epoch folder_structure it is in your instance_11_Chernarus or if not using chernarus then something like...
  17. S

    No Base Maintenance /Admin Trader

    HiveExt.ini [Objects] ;Which table should the objects be stored and fetched from ? Table = Object_DATA CleanupPlacedAfterDays = -1 and this little helper: http://epochmod.com/forum/index.php?/topic/1673-how-to-cpc-indestructible-bases/ This should be what you are looking for
  18. S

    [Support] ESS

    Pastebin.com Paste it there and post the link in here
  19. S

    New Trading Menu

    the existing one is working fine, why changing a running system?
  20. S

    Help. How to remove grass from dedicated server

    if using infistar, there is a line in the ahconfig.sqf where the terraingrid is defined, just for information
Back
Top