Recent content by P1-Kashwak

  1. P1-Kashwak

    Clearing land in 3d editor

    objects clutter cutter. is what your looking for the grass. as for trees there is nothing you can do.
  2. P1-Kashwak

    Not able to add custom buildings via .sqf

    change the end from this ]; to this };
  3. P1-Kashwak

    Not able to add custom buildings via .sqf

    go here http://pastebin.com/ and paste your parishilton file
  4. P1-Kashwak

    Not able to add custom buildings via .sqf

    always make sure to remove the player and the sides and the centers in the scripts. _unit_2 = objNull; if (true) then { _this = _group_0 createUnit ["US_Soldier_EP1", [2183.9658, 12837.793, 0], [], 0, "CAN_COLLIDE"]; _unit_2 = _this; _this setUnitAbility 0.60000002; if...
  5. P1-Kashwak

    SQF to Beidi or SQF to SQL?

    if you merged the files then yes you have to change the id. it is easier just to use all your sqf files then merge them and have one huge file. also you need to remove all the extra stuff if you have not done so. remove this activateAddons [ ]; activateAddons []; initAmbientLife; and...
  6. P1-Kashwak

    SQF to Beidi or SQF to SQL?

    Download a copy of your dayz_server.pbo Extract your dayz_server.pbo make a folder called addons and put all your files in it. Open your server_functions.sqf file, (Located in your init folder) Find call compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fa_hiveMaintenance.sqf"...
  7. P1-Kashwak

    SQF to Beidi or SQF to SQL?

    just add them to your server.pbo instead of your mission.pbo
  8. P1-Kashwak

    Video: ARMA/DayZ horror mod

    How hard would it be to switch over to Reality or dayzcc?
  9. P1-Kashwak

    Video: ARMA/DayZ horror mod

    take a look at the basebuilding mod and see how they use the keypad to lock gates. maybe that could help you.
  10. P1-Kashwak

    Video: ARMA/DayZ horror mod

    I for one think this is great. it adds so much to the game. I cant wait to try it out. on a side note/funny you can call it DayZcraft lol
  11. P1-Kashwak

    Problem with vehicle<fully repaired>

    Don't use skype but you can join my TS. ts.tlbgaming.info
  12. P1-Kashwak

    Problem with vehicle<fully repaired>

    here is a hint. damage min = 0.1 <--- notice the . not a , same goes for your fuel parts = palivo,motor,karoserie,wheel_1_1_steering,wheel_1_2_steering,wheel_2_1_steering,wheel_2_2_steering <-- notice not in brackets and no numbers. this is the part of the DB that tells it what is broken.
  13. P1-Kashwak

    Database coordinates and find them on map/location?

    use this http://snuletek.org/arma2coordcalc/ if you are running chernarus. just put in your database info on the left and click the right arrow. it will even show you where it is on the map below it.
  14. P1-Kashwak

    action hide body?

    I have looked all over the dayz code. but I can not find where the hide body action is. can anyone point me to it?
Back
Top