Search results

  1. Hertizch

    Map Port Question

    Oh man, I don't know.. I had to change the location for all 100 entries in mission file to the same place as respawn_west. Did you do that too?
  2. Hertizch

    Map Port Question

    After I changed the spawn points and debug, I did some changes to my server_playerSetup.sqf and it seems to work now. Try this code, and add in the name of your map on line 183 if it is an island: (I'm using 1.8.0.3) private...
  3. Hertizch

    Map Port Question

    What did you do?
  4. Hertizch

    Creating a spawn intro cut-scene?

    Exactly ;)
  5. Hertizch

    Creating a spawn intro cut-scene?

    Change these two: waitUntil {!isNil ("PVDZ_plr_LoginRecord")}; PVDZ_plr_LoginRecord = nil; To: waitUntil {!isNil ("PVDZE_plr_LoginRecord")}; PVDZE_plr_LoginRecord = nil; The last one in your init may not be needed...
  6. Hertizch

    Database auto backup

    Then maybe http://www.heidisql.com/
  7. Hertizch

    Database auto backup

    Easiest way is just to use navicat. It has the option for scheduled backups (via task scheduler) ;)
  8. Hertizch

    Error when i start my ported map

    Look at the Config/cfgWorlds.hpp in your dayzcode, you should add the sounds there!
  9. Hertizch

    Ban for duping?!

    You are so in the wrong place dude...
  10. Hertizch

    Taviana 2.0 for Dayz 1.8 (Sharks Build)

    Push it out! :)
  11. Hertizch

    Military Checkpoint - Chernarus

    I've decided to start releasing the additions I've made for Taviana and Chernarus. This place I've simply called, Checkpoint 1, located between Cherno and Elektro. This place is a simple military checkpoint. Install server-side: Put the file checkpoint1.sqf somewhere in your server...
  12. Hertizch

    some1 Please help a brotha out.I Need More Zedz

    You need to override your loot tables, have a look at this.
  13. Hertizch

    Black Forest Outpost - Chernarus

    I've decided to start releasing the additions I've made for Taviana and Chernarus. This place I've called, Black Forest Outpost, located around the Black Forest area. This place is a military outpost with some good loot locations. It also acts as a checkpoint. Install server-side: Put...
  14. Hertizch

    Stary Outpost - Chernarus

    I've decided to start releasing the additions I've made for Taviana and Chernarus. This place I've called, Stary Outpost, located at Stary Sobor. This place is a military outpost with some good loot locations. Install server-side: Put the file staryOutpost.sqf somewhere in your...
  15. Hertizch

    Helfenburg Outpost - A Trader zone on Taviana

    No, I don't. Never used that :p
  16. Hertizch

    Creating a spawn intro cut-scene?

    _id = player addEventHandler ["Respawn", {_id = [] spawn player_death; _nul = [] execVM "loginCamera.sqf";}]; Add it like this and not underneath..
  17. Hertizch

    some1 Please help a brotha out.I Need More Zedz

    You can spawn one item not currently in the loot tables, set up a new class for that object in CfgBuildingLoot.hpp and define how many zeds you want there. Just an example: class Land_Mil_Barracks_L: Military { maxRoaming = 200; minRoaming = 200; zombieChance = 1; }; I guess this will work.
  18. Hertizch

    Salvation - A survivor city on Taviana

    Okey, so I've updated the OP with a version that doesn't require MAP-EU or searchlights :)
Back
Top