Search results

  1. Hertizch

    Please! Someone help the community with Overwatch Custom loads.

    Loadouts per profile works with the db. as of 0.2.4 with the new hiveext.dll. But not for everyone else. Does not even spawn with a tazer anymore.
  2. Hertizch

    Collection of cool colour corrections

    Would be cool to mimic the effects in DayZ Aftermath. I really like the feel of those colors they use at night! EDIT: Just tried "wasteland". Very close :)
  3. Hertizch

    Auto Refuel, Deploy-able Bikes

    Ah found it. Just commented out this in server_updateObject.sqf if (!_parachuteWest) then { if (_objectID == "0" && _uid == "0") then { _object_position = getPosATL _object; #ifdef OBJECT_DEBUG diag_log(format["Deleting object %1 with invalid ID at pos [%2,%3,%4]", typeOf _object...
  4. Hertizch

    Please! Someone help the community with Overwatch Custom loads.

    It should work to just change it in the instance table, but after every restart it resets to only one bandage, a flashlight and painkillers.
  5. Hertizch

    [TUTORIAL] Deployable bike. {1.7.7.1}

    How do you prevent the server cleanup from deleting the bikes?
  6. Hertizch

    Auto Refuel, Deploy-able Bikes

    How do you prevent the server cleanup from deleting the bikes?
  7. Hertizch

    dayZ Street Lights

    I suppose you mean public variable, so you need to make an exception for that one too. Put this in your first line inside publicvariable.txt: !"axeLampObjects" The line you postet goes in scripts.txt on the createvehicle line.
  8. Hertizch

    dayZ Street Lights

    You should not have init.pbo in any of those! The mission.pbo has a init.sqf and the server.pbo has a init folder if that is what you mean? Post your mission.pbo here
  9. Hertizch

    Creating a spawn intro cut-scene?

    Okey, to sum it up. I got working on Overwatch 0.2.4 (1.7.7.1) like this: Save this as loginCamera.sqf and place it in the root of your mission folder: private ["_camera", "_camDistance"]; _camDistance = 60; waitUntil {!isNil ("PVDZ_plr_LoginRecord")}; //intro move showCinemaBorder true...
  10. Hertizch

    dayZ Street Lights

    You used the correct files from this post? http://opendayz.net/threads/dayz-street-lights.9112/page-6#post-36043
  11. Hertizch

    where can I find the

    I think people don't really understand the problem or what you are trying to achieve. But I'll try. Insert the class name into the server_spawnCrashSite.sqf in your server.pbo - compiles folder. Don't know if it will work as I did not test it and my scripting abilities are very limited. Line...
  12. Hertizch

    dayZ Street Lights

    Well, you do see the path to the lights files? "lights\street_lights.sqf"; "lights\fnc_returnLampWS.sqf"; This means they go in your mission pbo. It's pretty straight forward... If not, go trough the install guide once more.
  13. Hertizch

    dayZ Street Lights

    Then you did something wrong... How about posting your init? Or your rpt?
  14. Hertizch

    May we have a AI ground vehicles patrol tutorial?

    They will use the pathfinding within arma, so yes they will follow roads.
  15. Hertizch

    where can I find the

    Can't find where? Need for what? Not much to go on...
  16. Hertizch

    Restart Warning Schedule

    I do it like this on slot hosted providers witch detects the shutdown command like a restart and will then restart the server and bec. Bec will simply ignore all jobs previous to the local time. So for example you restart at 07.00 and the next job is at 08.00 it skips all jobs before that time.
  17. Hertizch

    Restart Warning Schedule

    Nah man this will restart every four hours. It's triggered by the clock.
  18. Hertizch

    Restart Warning Schedule

    Nothing comes up on the screen? Did you remove the # in front of scheduler.xml in your config.cfg?
  19. Hertizch

    players respawning were they died low health and all of their gear

    I dont have kill messages and its still happening!
  20. Hertizch

    Self Blood Bag

    Yeah it's probably blocking the scroll option. Search for lines similar to these: s_player_fillfuel and s_player_dropflare... Might need to be whitelisted with this: s_player_selfBloodbag Haven't used that antihack but I guess it's similar to blur's...
Back
Top