Search results

  1. F

    Putting Edited .sqf's in Client files

    That's weird...who's your host?
  2. F

    Putting Edited .sqf's in Client files

    No it's part of the server pbo, so the client doesn't need to download anything.
  3. F

    Putting Edited .sqf's in Client files

    Here's what I did: 1) Created a new folder on the server in the same directory that the compile/init/system folders are: e.g. 'mapedits' 2) Copy your map file to the 'mapedits' folder: e.g. 'stuff.sqf' 3) In server_functions.sqf, added the following line at the bottom: [] execVM...
  4. F

    Putting Edited .sqf's in Client files

    Don't need to create a separate pbo for it, just store your edited map files somewhere on the server and make the call in server_functions.sqf: http://opendayz.net/threads/adding-sector-fng-to-epoch-server.12723/#post-64467 edit: re-reading your post, I guess you didn't mean an actual new...
  5. F

    looking for a uid dome

    This one works well for me: http://dayz.st/w/Protected_Dome
  6. F

    [Release] DayZChernarus Mission System

    Have you tried to run this with Sarge AI turned off?
  7. F

    adding sector fng to epoch server

    Nope I just created a new folder called 'buildings' and dropped the sectorFNG files in there
  8. F

    Helper?

    Best advice I could offer is to give it a try and come back here with any questions you might have. Folks will help out where they can.
  9. F

    adding sector fng to epoch server

    Yes the weapon crates work too.
  10. F

    adding sector fng to epoch server

    Not sure about the overlapping buildings, but this is how I do it: 1) Map file location: dayz_epoch\buildings\map.sqf 2) dayz_epoch\init\server_functions.sqf Add at the bottom: [] execVM "\z\addons\dayz_server\buildings\map.sqf";
  11. F

    adding sector fng to epoch server

    Both methods should work.
  12. F

    [Release] DayZChernarus Mission System

    Thank you, will try this.
  13. F

    [Release] Sector FNG Inland Version

    Hey Paddy, you can alter the skill levels in DZAI: https://github.com/dayzai/DayZBanditAI/blob/master/DZAI/init/dzai_variables.sqf Not sure if there's a fortify command, but I notice the AI can get quite crafty in the proper environment (they like to climb ladders too). :)
  14. F

    UCAZ Servers

    Wait...there's a Panthera 2017?
  15. F

    Remove Clothes from dead bodies!

    You referring to civilian clothing or other types?
  16. F

    [Release] DayZChernarus Mission System

    Installed and working fine, but......missions seem to stop triggering after a couple hours or so. Not sure why, but this also seems to suppress the radio notifications from mmmyum's air bombing script. While this mission system is up and running, no radio notifications are sent, but once the...
  17. F

    Server Side vs. Client Side Mods

    So, I've managed to move all my map additions (a whole lot of them) to the server PBO and updated the calls in server_functions.sqf. Works great...if I'm understanding this correctly, most scripts can be packaged the same way and function as if they were in the mission PBO? Are there any...
  18. F

    DayZ Epoch Easy Way To Restock Items?

    You'd change that in init.sqf. No idea if 999 would work though, there's probably a limit of some kind. // DayZ Epoch config ... MaxVehicleLimit = 999; // Default = 50 ...
  19. F

    DayZ Epoch Easy Way To Restock Items?

    If you mean more of certain types, just increase the number in dynamic_vehicle.sqf
  20. F

    [Release] Mamu´s Point of Interest 2

    Where is this located? Kinda looks like Klen but not sure.
Back
Top