Search results

  1. P1-Kashwak

    Animations and Mission for RP

    both scripts would be a cool thing to see added to the site.
  2. P1-Kashwak

    Just a few Questions

    This really does not fit into any of the sub forums so I posted it here. Please move it if it belongs in one of the others. Will there be a map update along with the dayZ update for v1.9? With all the new crap in the last dayZ update, How will that affect Panthera? has someone else taken...
  3. P1-Kashwak

    SQM (2d) to SQF (3d)

    from what i know there is no way to go from 2d to 3d only 3d to 2d.
  4. P1-Kashwak

    Loot Size

    What i am looking for is how to change how many slots certain loot takes up in your inventory. I know I can change how many slots a tent takes up by change the code in CfgMagazines.hpp class ItemTent : CA_Magazine { scope = public; count = 1; type = (256 * 3)...
  5. P1-Kashwak

    [Release] Fred's Zombie Bait (WIP)

    yes i tested it but could not get it to work.
  6. P1-Kashwak

    [Release] Fred's Zombie Bait (WIP)

    ok and what would i put in the zombiebait.sqf around this? player removeMagazine "ItemBloodbag"; player removeMagazine "FoodbeefRaw";
  7. P1-Kashwak

    [Release] Fred's Zombie Bait (WIP)

    Fred I have a question of you. How would I go about making it to where no matter what meat a player has they can make this. would it be. (["FoodmeatRaw","FoodbeefRaw","FoodmuttonRaw","FoodbaconRaw","FoodchickenRaw","FoodrabbitRaw"] in magazines player) or is that wrong all together.
  8. P1-Kashwak

    NEW Web-based Admin Tool! MANY FEATURES!

    if you want testers just post a download link and you will have many many many testers.
  9. P1-Kashwak

    NEW Web-based Admin Tool! MANY FEATURES!

    I think if you want to share your tool that is great and all but upload it and post a link instead of asking people to get on skype, not everyone uses skype. This is a place to share info and projects so that others can learn from them. So I would be willing to try it out and give my full...
  10. P1-Kashwak

    Having trouble editing my existing custom map in the Editor.

    if you can start it from the single player/editor. but not the alt+e 3d editor then you have to do everything in the 2d editor. cause as far as i know you can only go from 3d ->2d not 2d->3d. if that the case then you need to start a new 3d mission and add you edits in. search for the 3dto2d...
  11. P1-Kashwak

    Having trouble editing my existing custom map in the Editor.

    try opening it in the 2d editor and if it opens in that then there is your problem.
  12. P1-Kashwak

    Multi custom load screens?

    try this loadScreen = __EVAL(["test2.jpg", "test1.jpg", "test.jpg"] select floor random 3);
  13. P1-Kashwak

    DayZ DinnerBell

    With the new DayZ version you can now have a so called DinnerBell to call zombies to a location depending on where you want it. Here is what I have came up with and it works like a charm. Open: Mission.sqm Find: class Markers { Add before: class Sensors { items=4...
  14. P1-Kashwak

    DayZ Debug Monitor

    @betterdead take a look at the init.sqf file there you will see all the changes I have made. and just change your init.sqf file to match it.
  15. P1-Kashwak

    "Private deployables"?

    they use the platyerID and save it to the database. here is a part of the script they use. if (_build) then { detach _object; _object setPos [getPos _object select 0, getPos _object select 1, 0.1]; _object setDir (getDir _object); player reveal _object; _object setVariable...
  16. P1-Kashwak

    DayZ Debug Monitor

    @ phenom I have looked all over for a way to extend the HINT timeout but can not figure it out. @Urban great work there mate, If you don't mine I can add your admin debug to the github and convert it to all the other map.
  17. P1-Kashwak

    DayZ Debug Monitor

    Help an discussion for DayZ debug monitor takes place here... by trigger i mean you hit the key and it pops up on the screen and then goes away after anywhere from 35-40 secs. I have talked to a lot of players and they like it like that cause not everyone wants to see the debug...
  18. P1-Kashwak

    DayZ Debug Monitor

    Debug_Monitor Version 1.0.0 Version info I have put together 2 versions of the Debug Monitor for DayZ v1.7.6.1 and other maps and mods. 1. Always on version 2. Trigger version The Always on version will disable the (insert/scroll lock) debug monitor. The Trigger version Changes the...
  19. P1-Kashwak

    [Community Poll] Should Inventory & Backpack be shared between maps?

    A couple of things i see wrong with this. 1. if you die on one map you lose all your gear on the other map. 2. weapons and gear are different on most maps. 3. most people that run 2 or more servers have 1 server they mod and add guns and gear to while the other is stock. but if this is...
  20. P1-Kashwak

    5DayzAfter mod Server

    Along with Heli crash sites and care packages we now have vehicle wrecks. Here is what they might look like. "MV22Wreck" "LADAWreck" "BMP2Wreck" "MH60Wreck" "C130JWreck" "Mi24Wreck" "UralWreck" "HMMWVWreck" "T72Wreck" HAPPY HUNTING EVERYONE! Any and all...
Back
Top