Recent content by rboos

  1. R

    Creating a spawn intro cut-scene?

    It was working fine up to Epoch 1.0.4.2 (included) but not anymore on 1.0.5.1 - any tips?
  2. R

    Location based sounds

    http://opendayz.net/threads/atmosphere-radio-chatter.15334/
  3. R

    epoch - how to add vehicles, weapons and ammo to traders

    Well I found out that some vehicles do not have the unlock option, so I swaped that one for another model, like the BMP2.
  4. R

    Sarge AI War Scenario Location

    It happens near Skalka. To remove it, just add // before the war scenario lines in dayz_mission\addons\SARGE\map_config\SAR_cfg_grps_chernarus.sqf Around line 385: // example war scenario in the northwest. Comment OUT after having had a look at it! //[SAR_marker_DEBUG_veh,1,true,30] call...
  5. R

    [Epoch] chernarus : The kamenka mine

    Nice idea!! Thank you!
  6. R

    Towing + Auto Refuel 1.8.0.3

    Excellent... Working on Epoch 1.0.4.2 - Suggestion: Step 4: scroll down to the very bottom and insert execVM "R3F_ARTY_AND_LOG\init.sqf"; <---note the ";" was missing BTW, the Lift included lifts locked vehicles too.. :-(
  7. R

    [Release] Sector FNG Inland Version

    Absolutelly awesome. I met the SectorFNG concept in another server, loved it, and now that we have set-up our own server it was easy as hell. I installed both DZAi and Sarge, the server is alive(!), groups engaging each other and soldiers giving you cover, the SectorFNG is a beautiful complex...
  8. R

    Black Forest Outpost - Chernarus

    Awesome. Installed thru dayz_mission.pbo and called thru init.sqf. Thank you Hertizch!
  9. R

    epoch - how to add vehicles, weapons and ammo to traders

    Guys.. I added a "BMP2_HQ_TK_EP1" to the Hero Camp trader. It worked, I can sell or buy it... The vehicle key is added to my toolbelt, BUT: - When I walk to the vehicle and use the scrollwheel to access the 'unlock vehicle", that option doesn't show.. only the "gear"... So in resume...
  10. R

    BEC BattlEye Extended Controls Question?

    The scheduler will be like (new part in red): <?xml version="1.0"?> <Scheduler> <job id="0"> <time>033000</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Server will be rebooted in 30 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="1">...
  11. R

    BEC BattlEye Extended Controls Question?

    Remember, when the mission restarts (with #restart in your scheduler) it does not affect the time; the clock will just go on as you #restart the mission. I mean the mission will slowly go into night time even if you #restart it. If you wanna set a custom(fixed) starting time for your mission...
  12. R

    BEC BattlEye Extended Controls Question?

    Ooops, my fault, when using the <time>18:29</time> variation there's no need to set the delay, but in that example with the <time>033000</time> you gotta add the delay tag... I am posting it all again so you can copy/paste... I am not sure what the <loop> value should be in this case, experiment...
  13. R

    BEC BattlEye Extended Controls Question?

    I guess you could reduce the 34 jobs into 5, as follows: <?xml version="1.0"?> <Scheduler> <job id="0"> <time>033000</time> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>say -1 Server will be rebooted in 30 minutes</cmd> <cmdtype>0</cmdtype> </job> <job id="1"> <time>034500</time>...
  14. R

    BanZ Union - Shared ban list between reputable server owners

    Awesome. Already added the list to my server. Gonna talk to other 3 admins I know to add it too/participate. Keep up the good job!
Back
Top