Recent content by Torquenstein

  1. T

    Adding a block for voice over side?

    I have this at the bottom of my compiles.sqf player_onSide = compile preprocessFileLineNumbers "fixes\player_onSide.sqf"; if ((_dikCode in actionKeys "PushToTalk") || (_dikCode in actionKeys "VoiceOverNet")) then { player spawn player_onSide; }; And this is the...
  2. T

    Adding a block for voice over side?

    Could x00 anti-hack be blocking this somehow? Have tried a few different versions including your seaweeduks one and nothing. Chucked first block at the bottom of compiles and made the player_onSide.sqf with his block
  3. T

    camo nets with 3 blue barrels..hacker?

    Infected camps added in the latest dayz code. Would show in the RPT
  4. T

    1.7.7.1 Loot cleanup

    I edited the servercleanup.fsm from ((diag_tickTime - _timeNem) > 60) to ((diag_tickTime - _timeNem) > 600) Which changed the cleanup time to 10 minutes, but still have loot spawn issues and bad performance for some people.
  5. T

    Tutorial- Remove weapons/Replace weapons on vehicles

    Anyone figure out if you can do anything with the bicycle? I would love to add a light to it somehow.
  6. T

    1.7.7.1 Loot cleanup

    According to the 1.7.7 patch they changed the loot cleanup. Is this actually working for anybody? My RPT is showing as "CLEANUP:TOTAL 179 LOOT BAGS" every few minutes. Which I think is causing frame issues? EDIT: Actually, its every 60 seconds on the dot. Loot Cleanup has now been fully...
  7. T

    Scripts Working 1.7.7

    Why not do it with the mission.sqm? Thats how I have been doing alot of our map changes and works alright?
  8. T

    dayz mission addin (serverside scripts)

    I added _nul and the climb on back works. But now I am having issues with players being stuck on the back of the bike as backspace seems to be disabled for non admins with that script
  9. T

    [WORKING] Halo Jump - New/Re-Spawn Only

    Haven't tested it yet, but looking through the default arma halo script. Option #1. There is an add action in the halo.sqs script _open_chute_action. Could try that
  10. T

    dayz_anim config.cpp confusions!

    Because it is under its own new class defined in the @dayz pbos. M107_DZ. I believe it was to enable you to use backpacks with it, just like the other _DZ guns.
  11. T

    Cherno Map Editing

    Put the maps you are merging in your mpmissions folder, go to server browser, click New and just make a lan server. Select start in editor which is in blue up the top.
  12. T

    Vehicles double spawning after server restart

    Thank you so much Fr1nk. That was it. Sure do feel silly now.
  13. T

    HALO Jump On Spawn! - Tutorial

    No, you are taking that file and placing it into your mission.pbo, and then directing the game to point towards that new file rather than the original dayz_code one. This enables you to modify it as you need to. Read the part below the comment you posted
  14. T

    Vehicles double spawning after server restart

    Thats what I thought at the start. But I completely deleted my world_vehicle table and started with a fresh stock list. After wiping everything, checked the table. Only one vehicle id: 1 (UAZ). Spawn at that location when I started the server up and there are two. Refreshed the table and still...
  15. T

    Vehicles double spawning after server restart

    Im having this happen to me every restart. Took out all my custom spawns and went back to the standard spawns, still duplicating. The weird thing is they dont show up in the database at all. I teleported to a UAZ that was duplicated, and there was only 1x UAZ in the whole instance_vehicle table.
Back
Top