Search results

  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?
  15. P1-Kashwak

    Looking for help

    I am in the need of someone to come aboard and help me out. What I am doing is looking to add Bloodsuckers to my Utes Code. I have looked into it but can not get it to work. I will be unlocking all weapons and removing the vehicle spawns. Why you ask? Well it is a very small island and you...
  16. P1-Kashwak

    Adding custom buildings in Vilayer

    you had 2 problems. 1. you had the top like this if (is server) then { instead of like this if (isServer) then { 2. you still had this in the middle of the script. _group_0 = createGroup _center_0; _unit_1 = objNull; if (true) then { _this = _group_0 createUnit ["BAF_Soldier_Officer_W"...
  17. P1-Kashwak

    Adding custom buildings in Vilayer

    ok got it to work. just replace everything in your resistance.sqf with this http://pastebin.com/QGyDnN26
  18. P1-Kashwak

    Adding custom buildings in Vilayer

    your RPT should look something like this arma2oaserver.rpt it should be in your FTP. Give me about 10 minutes to check your pastebin
  19. P1-Kashwak

    Adding custom buildings in Vilayer

    no you do not have to add it to your mission.sqm take a loot at your RTP file and post it on pastebin and post a link so that i can look at it. also post your resistance.sqf so that i can take a look at that too
Back
Top