Search results

  1. hambeast

    Overwatch Cust_Loadout not working

    Not sure what you mean... I'm not having any issues with gender selection.
  2. hambeast

    Where have all the buildings gone?

    Hope I didn't light any fires... I was in turbo mode and not paying attention. To apply this fix for those who upgraded, download the ZIP from the github repo and copy the mission file over. If you have modified the mission file, you will need to merge the changes HERE
  3. hambeast

    Where have all the buildings gone?

    I just did a diff on the files and the files are the same.
  4. hambeast

    Custom loadouts?

    that's the report I'm getting.
  5. hambeast

    Where have all the buildings gone?

    mind posting the github link?
  6. hambeast

    when entering the server is not correctly displayed coding question marks

    sounds like a unicode issue. I am not sure if Arma2 supports UTF in their characters. Was it working before?
  7. hambeast

    2.0 Overwatch Buildings Gone?

    I have reports from my players (still at work here) that all of the new "custom" buildings added by overwatch are now gone. Anyone else experiencing this?
  8. hambeast

    Custom loadouts?

    http://pastebin.com/dSqdkDH1 Here you guys go.
  9. hambeast

    Overwatch Cust_Loadout not working

    close. try this one http://pastebin.com/dSqdkDH1
  10. hambeast

    Overwatch Cust_Loadout not working

    you have to extract the file from the dayz_server.pbo, edit it, and repackage.
  11. hambeast

    Overwatch Cust_Loadout not working

    the change takes place only in the player_login.sqf file in the @hive directory. So long as you have the proper schema in your DB it should be fine. The trick is moving the code snippet to the proper place in that file.
  12. hambeast

    Custom loadouts?

    yes, I had to modify the player_login.sqf a bit to get it working. it is still kind of buggy but once I get it working I'll release it here.
  13. hambeast

    Custom loadouts?

    I got this working on the previous version. Going to try and get it working on 2.0 shortly.
  14. hambeast

    Origins Server?

    I did this previously with mixed results. Had issues with the trigger and restoring. Also had another trigger to backup all house inventory changes into another table to restore from there with an interface (admin clicks restore button on inventory after querying player's name). The queries...
  15. hambeast

    Origins Server?

    Nice. I was hoping people would improve upon the trigger. I forgot but you can change the definer to invoke so it will not need the dayz user.
  16. hambeast

    Origins Server?

    has anyone had a chance to test it with the current server filse? I'm still at work so I haven't had a chance
  17. hambeast

    Origins Server?

    FYI, here is the trigger I use to block "bad" house updates. Don't blame me if it breaks your custom Stored Procs or scripts. It should work without issue for the vanilla package. Change the definer to a user with permissions on the table. DELIMITER $$ DROP TRIGGER IF EXISTS...
  18. hambeast

    Origins Server?

    this fix works... ok. I find I still need a trigger to block updates in the DB and even with both of these when the server crashes it can wipe inventories.
  19. hambeast

    Origins Server?

    read this: http://dev.mysql.com/doc/refman/5.0/en/stored-programs-security.html
  20. hambeast

    Origins Server?

    using mostly your server side PBO and my own mission file here are my stats: curr pop #1 : 51 memory #1 :729,xxx cpu #1 : 15
Back
Top