Search results

  1. Seven

    sql problems help please

    Or don't do your tests on your live server, but on a local test server.
  2. Seven

    Sahrani Server Setup

    Grafzahl what is your command line? Its clearly not reading your hiveExt.ini. The server its connecting is the dayz public hive. Rossymond its not that we made it incompatible. They are incompatible with our changes since we make several changes to the dayz_server.pbo. The packages need to be...
  3. Seven

    Sahrani Server Setup

    yes this error is down to an incorrect database structure. You must use a clean database that was created with our SQL file supplied.
  4. Seven

    sql problems help please

    Like I've said before, run tests before adding mods, I can't chance down a bug if it wasn't my code that caused it.
  5. Seven

    Converting Mission.Biedi to Script

    http://pastebin.com/xyXzgVgX This is my CFGTownGenerator I created for easy building placement in Sahrani. With easy editing you could easily change this to output SQL instead of C++.
  6. Seven

    Sahrani Server Setup

    Some people seem to be having trouble setting up servers. So this will be a guide on how to correctly setup a Sahrani Server. Things to remember: DO NOT USE ANY OTHER SERVER PACKAGE! Do not add mods until you have the server running first. (This setup procedure is based exactly how my own...
  7. Seven

    Rmod problem: stuck inside vehicle/chopper on get out

    Anti teleport was introduced in 1.7.6 which checks the players movement if its too fast The problem is the code checks for obscure speeds. ie. mi17 which drops off at ruffly 5.97m. The player position for exiting the mi17 is at the front doors, this is 5.97m from the centre of the chopper. So...
  8. Seven

    Error happened when I put on Bandit Clothes

    you may want to get the server running first before adding addons, I can't help you fix the server, if its not my code causing the problem.
  9. Seven

    Rmod problem: stuck inside vehicle/chopper on get out

    This is caused by the anti teleport script.
  10. Seven

    Error happened when I put on Bandit Clothes

    From the sounds of this you are not using our server package, No Packages ie. Reality, Pwnzor, Stapo will not work with sahrani. We have made several changes to the server code to allow our changes to work. I will be writing up a server setup procedure tomorrow morning.
  11. Seven

    Dayz Sahrani - Mod Development - Work In Progress

    I'm getting there :P Damn SSD's aren't made to last. I'm only behind by 4 hours so far. But I'll still be a while getting my system up to how I like it.
  12. Seven

    Dayz Sahrani - Mod Development - Work In Progress

    Testing is going well. Tonight should be the night we launch :) As long as I don't find anything game breaking and I can finalise the battleye filters.
  13. Seven

    How to get the ID or class

    set object texture is a client side function. If the client wasn't in the game for the object to have that command thrown on it, they will not see the change.
  14. Seven

    Possibly getting closer to truly unbanning weapons

    config.cpp can't be called in the mission pbo. Mission files are called post launch of the game. config.cpp files are compiled during the launch so you cannot overwrite the data with a mission file.
  15. Seven

    Dayz Sahrani - Mod Development - Work In Progress

    we are on now :P
  16. Seven

    Ingame repair tool?

    yip, whole point of this site is open and free code, not silly people paying for open source code.
  17. Seven

    Website SQL stats

    Move it to the cron job. To cache the data. When them tables start to fill you will run into slow stats. And hanging up the mysql for long queries. I do have my own basic system but once I'm done with Sahrani release I'll be working on my site to make a full award system and in depth stats...
  18. Seven

    Ingame repair tool?

    I love how we are so "open" around here :)
  19. Seven

    Dayz Sahrani - Mod Development - Work In Progress

    Nobody was on because you were on at 6:30am :D Server details are set up in the cmd file supplied with the client builds.
  20. Seven

    Help reading error message please

    Delete the Class Effects line
Back
Top