Search results

  1. T

    Taviana 2.0 Vehicle respawn?

    Basicly its the server code u are running that spawns the vehicles.... So for bliss for example There is an upper limit to all vehicles, individual limits for vehicles, % chance of spawning said vehicle. Also need a spawn location for each vehicle. So if u wanted 5 helis, u need 5 heuys spawn...
  2. T

    Stuff in roads!

    I am assuming u are trying to solve a problem using different posts u found... U got the mission fix route it works, but is larger file size Or u got killzone kids solution which is alot simplier & smaller ----------------- ----------------- Anyway this is what u need todo..... 1) U...
  3. T

    Stuff in roads!

    U really should look @ your servers rpt logs... Also u can look @ your client rpt logs aswell located in your appdata folder / local / arma oa If your mission isn't loading after killzonekid fix for disabling streaming locations i.e the junk, Then u prob made a typo mistake somewhere, or...
  4. T

    pyBEscanner

    Ok finally getting some work done on new version of pyBEscanner... Its @ https://github.com/Torndeco/pyBEscanner-v3 Requirements = Python 3.3 It uses the exact same filters Atm, there isn't much changed really.... I just got internal tracking of bans done... And some nicer console output...
  5. T

    Slighty Nicer Debug Monitor

    -showScriptErrors Is a nice launch option to spot script errors, esp with the likes of tavianna which spams the rpt logs with vertex warnings Note u need to pay attention while loading mission file... As it will prob just pop up with an error
  6. T

    pyBEscanner

    I completely forgot about strict option... Anyway i reverted the createvehicle banlist back... Prob should look @ at making an example of a basic servers.ini / servers-recommeded.ini over the weekend. i.e recommended would have more strict options as default... To tired atm, but the...
  7. T

    pyBEscanner

    @Yshido Not sure to be honest, but does look odd Prob need to look into code of bandit morphing, since it might trigger it... But really need to look @ dayz code & prob do some testing on it Shame dayz code isn't document abit more...
  8. T

    pyBEscanner

    @Everyone Still working away slowly on new version... Am considering changing the name with new version due to aim of it having scan different files than just battleye Also due to fact am changing over to python 3 aswell... ------------ ------------ @Yshido What log file is the following from...
  9. T

    pyBEscanner unknown logs - help

    It really depends on what map / mod u are using on the server in question... also helps to mention which file the extracts are from aswell :) i.e what is normal for dayz2017 or namalsk, would be hacking on a more normal like map like standard dayz + cherno.
  10. T

    pyBEscanner

    U can specfic to use different filter settings for different server's So for example in servers.ini in the server sections u could have the following [Namalsk] ServerName = Namalsk ServerIP = 127.0.0.1 ServerPort = 2302 RconPassword = CHANGEME BattlEye Directory = C:\DayZ Servers\IE...
  11. T

    pyBEscanner

    Forgot to load the kick message from the config file.... The latest commit should have it fixed now edit:- And 1 more fix commited, Ended up kicking a server to quickly test it... Maybe they think they connection dropped for a sec :rolleyes:
  12. T

    Random Premade Starting Gear

    U can always alter the code yourself Adjust the chances of getting a loadout... And change up what the player gets yourself if u want... Personnally i like the chances of getting a useful loadout = rare, to reduce chances of players keep killing themselves for a decent loadout. Plus i am...
  13. T

    Random Premade Starting Gear

    U also need to change your default spawn gear in the database aswell, in the instance table
  14. T

    BanZ Union - Shared ban list between reputable server owners

    Dwarven maintains his own personal banlist its a seperate file with no-way for admins to submit bans to it... Its basicly his own personal ban-list, its even named after Dwarven https://code.google.com/p/dayz-community-banlist/source/browse/bans/bans.txt That is what i would call the CBL...
  15. T

    pyBEscanner

    Read the readmes in filter folder there are links & examples... i.e www.pythonregex.com so u can test the filter u made up http://docs.python.org/2/library/re.html U could also look @ the filters that are already made... The unknown logs are just entries in the battleye log that arent in...
  16. T

    BanZ Union - Shared ban list between reputable server owners

    Look @ the commit history, the list update in november is 1 removal from the banlist... Didn't even warrant a proper log comment... Next previous commit was adding 1 hacker in october, and afew updates in september... Also the last update from the maintainer wiechers jens is Sept 2nd. So it...
  17. T

    BanZ Union - Shared ban list between reputable server owners

    The banlist hosted on CBL hasn't been updated in awhile, just the battleye filters While there has been 1 or 2 removals from the cbl ban-list, its basicly in limbo There is also a notice on the homepage... 2012-09-03 banlist is currently not being updated due to serious illness of a team...
  18. T

    pyBEscanner

    @oppahansi pyBEscanner only works if hackers aren't using a battleye bypass tool. If u want u can look @ <battleye folder>/logs/<date>/*unknown.txt files If u noticed something there i.e like a new script hack, u can add it to your filters to ban or kick for -----------------...
  19. T

    pyBEscanner

    I never said to move a file, i asked u to change directory before launching the program... That and u didn't launch the program from console despite me asking.. ---------------- ---------------- Anyway your problem is only python 2.7 supported... edit:- Thats why u see a syntax error for...
  20. T

    pyBEscanner

    U need to cd into the directory where pyBEscanner is, before u launch it. i.e cd c:\whereever\u\put\pyBEscanner pyBEscanner.py
Back
Top