Search results

  1. C

    Confirming that a player is in-game after log-in (Help Request)

    This is how I handle HALO spawn on overwatch. So you might find it useful: if (!isDedicated) then { [] spawn { waitUntil { !isNil ("dayz_animalCheck") and !(player getVariable ["humanity",0] > 5000 and typeOf player == "Survivor2_DZ") and !(player getVariable ["humanity",0] < -2000...
  2. C

    Deployable bike, scroll wheel issue

    Same applies, just use the @DayZOverwatch folder :)
  3. C

    Deployable bike, scroll wheel issue

    @DayzEpoch\addons\dayz_code.pbo (unpack it) then it's in the compile folder.
  4. C

    Dayz Sahrani - Mod Development - Work In Progress

    Good to hear! :D
  5. C

    Deployable bike, scroll wheel issue

    you need to take it from the client files on your pc and put it in your mission pbo.
  6. C

    Dayz Sahrani - Mod Development - Work In Progress

    Cool. Wish we could actually play on it :)
  7. C

    Taviana 3.0 Update

    Hicks, appreciate the response and I know everyone is busy, but all we are asking for is an update to 1.8.0.3 base dayz code which at least 4-5 people have already proven works great. The problem here is that you are the only person who can get Josh to push it through commander as an official...
  8. C

    ServerMessages: auto global RCon messages

    Put in ip/port/rcon password into settings.cfg Set up messages in messages.cfg Run the exe file and leave it running.
  9. C

    Taviana 3.0 Update

    Yes but that was in October :)
  10. C

    Automaticaly lauch hivehxt

    Arma needs 1 player to join to start the mission. You could look into using a headless client.
  11. C

    Taviana 3.0 Update

    Agreed!
  12. C

    Taviana 3.0 Update

    Is he wearing cement boots now that he got too close to hicks? Only reason I can think of that he can't take 10 seconds to write a forum post updating us on progress :)
  13. C

    Taviana 3.0 Update

    I think he got the plaque...
  14. C

    Taviana 3.0 Update

    Makes me sad but I've come to expect this.
  15. C

    DayZ Epoch Taviana 2.0 - How?

    You can find the keys on dayztaviana.com github. Download the server files and add them to your keys folder. Also make sure you have Taviana 2.0 downloaded from commander
  16. C

    DayZ Epoch Taviana 2.0 - How?

    In your server launch parameters use @Taviana. That simple :D
  17. C

    DayZ Reality is no longer supported

    I run all mine separate anyway. Easier to deal with backups/restores.
  18. C

    DayZ Reality is no longer supported

    How will the migration be handled?
  19. C

    ports

    3306 is the database mysql port but they should have been opened up when you installed mysql.
  20. C

    Testing Mission/Server PBOs locally?

    look into pwnz0rs or reality hive. Its easy to set up a local server to use for testing.
Back
Top