Search results

  1. K

    Collection of cool colour corrections

    I'll work on it.
  2. K

    [Release] - BTC Fast Roping

    Okay, I'll take a look into a better script that will lower the player without having them take fall damage. This way higher fast-roping heights would be possible.
  3. K

    [Release] - BTC Fast Roping

    It seems like they are prone to land on top of one another. I'll see what can be done about preventing that.
  4. K

    [Release] - BTC Fast Roping

    I've tried at it, but the first attempt proved no success. I'll see what can be done.
  5. K

    BTC Fast Rope

    This may help someone: http://opendayz.net/threads/tutorial-btc-fast-roping.9004/ I touched up the code a bit, but it still needs some edits in order to work to its fullest extent.
  6. K

    Removing ammo from vehicles (Bliss)

    It would probably be fit to change the code into your dayz_server.pbo. Due to the code manipulating vehicles (removing weapons and magazines), it would probably fit best within the server's code. I'll do some tests in a bit with this.
  7. K

    [Release] - MV22 Ramp-Door Animations

    I apologize, I did that in my other tutorial. I really need to proof read these better. Thanks! EDIT: **Included an example mission, both packed and unpacked.
  8. K

    [Resources] - DayZ Server Additions

    I have not played around with dogs on my own server yet. Once I do, I'll send you a message.
  9. K

    [Release] - MV22 Ramp-Door Animations

    May you look in your arma2oaserver.rpt for any errors? If you cannot find one, may you please pack it in a .zip, .7z, or whatever you prefer as a compression method and send it over?
  10. K

    Collection of cool colour corrections

    http://community.bistudio.com/wiki/date Have a while loop that will check the time every 5 or so minutes. _hour = date select 3; Would return _hour from a format between 0-23 http://opendayz.net/threads/here-you-go-mission-file-with-working-ppeffects.7185/#post-13628
  11. K

    [HELP NEEDED] PBOView

    Here's one built for Chernarus. This has NO additional content installed on it.
  12. K

    Removing ammo from vehicles (Bliss)

    I wrote a tutorial on adding an action to the pilot of an MV22 that will allow the pilot to open and close the back ramp. This is done via your mission .pbo You can, of course, implement this server-side if it would be based on vehicles and not on the players. The code in this is fairly...
  13. K

    chopper ammo reloading

    You have to read the code lines in scripts.log Open the file in a text/source editor such as Notepad++ (I recommend this due to it's ability to handle very large files) CTRL+F, find the script restriction number given when you're kicked, then read the lines around the find. You should find...
  14. K

    [Resources] - DayZ Server Additions

    Alright, I am back to update the thread. I had some tasks to take care of before being able to spend time on here. Updates will be applied within the next 10 minutes.
  15. K

    Who knows?

    http://www.kylania.com/ex/?p=132 http://www.armaholic.com/page.php?id=5847 Not tested, but you can look into these.
  16. K

    Instantly spawning vehicles and TPing?

    I meant that having god mode, repairing your own vehicle, and stuff like that is the fine line. I've used the spectate tool a lot. Watching certain players moving around the map rather quickly without a vehicle traveling with them is suspicious, along with several players in a certain area...
  17. K

    Instantly spawning vehicles and TPing?

    In my eyes, there's a fine line between having more flexibility for admins and using your power to cheat.
  18. K

    Combat Check BEFORE humanity skin change

    It probably would not be hard. I assume there is a public variable when a player is in combat. You can just put in a script replacing some DayZ code that will say, "if player is in combat, do not switch skin until they're out of combat" Maybe have it tick a variable like "player waiting to get...
  19. K

    Adding custom item classes!

    It seemed that way, I'll get to work on seeing if custom items can be added in via dayz_mission.pbo. Or dayz_server.pbo
  20. K

    [HELP NEEDED] PBOView

    Restart your server with the new .pbo, then try again. You should not have to add content to your server. If it doesn't work, write a couple of high-level tickets to DayZ.ST regarding this issue.
Back
Top