Search results

  1. T

    pyBEscanner

    @superlube Looks like u ran outof memory there :P So either u hit the memory boundary with 32bit python, or u could buy more ram lol Seriously i am gonna assume your battleye logs haven't got rotated in a long time / are very large. If u got a 64bit processor & over 4gb ram, u could try and...
  2. T

    pyBEscanner

    @helldesign U are running a custom addmagazinecargo.banlist, and u have for some reason removed all the quotes For example u have M249 in your ban list so when it scans #9 "200Rnd_556x45_M249" 0:0 It picks up on M249 & bans the player. But if u had \"M249\" it would have just banned for the...
  3. T

    pyBEscanner

    @k4n30 http://technet.microsoft.com/en-us/library/cc753194%28v=ws.10%29.aspx For creating symlinks on windows... Its really part of OS / Filesystem, so any tool is just gonna make the same thing, Note pyBEscanner doesn't create the symlinks for u. Would require not so nice code + pyBEscanner...
  4. T

    pyBEscanner

    @cortez Its a console window, i really couldn't care to much about the output to be frank. U can always alter the C# apps if u want to source code or link to source code is included. But i didn't create apps, so i rather keep them as author created them. pyBEscanner only calls the C# apps when...
  5. T

    pyBEscanner

    @cortez That is normal behaviour. pyBEscanner is launch another app, that connections to your server. It issues the kickplayer or reloadbans command, + then disconnects from your server.
  6. T

    Custom Loadouts not working on Taviana.eu 1.5.0

    Last i looked, believe the player fsm assigns players there starting loadouts in taviana.eu
  7. T

    pyBEscanner

    @Strikes Almost have it, u just need the escape chars for the brackets... "ublicVariableServer"Teleported";_Teleported="helihempty"createVehicle\(position player\);" So by adding this to the scripts.kicklist, player gets kicked + doesn't get banned. Helpful links =...
  8. T

    pyBEscanner

    @D9IDbKA I look into it tomorrow, but u can just ignore pyBEutility.pl its a work in progress. And it really only offers option to tell pyBEscanner to pause scanning + to resume scanning atm. U don't need it, to run / use pyBEscanner. Its just an extra script i gonna add bits & pieces to, that...
  9. T

    pyBEscanner

    @cortez U really need to run pyBEscanner in a console window If u are using windows, command prompt cmd.exe This way the window is still open after pyBEscanner closes / crashes u will get error info on why..
  10. T

    pyBEscanner

    @helldesign Like i said your player = received info on loadout from server... Thus battleye didn't log u having the bino When u press escape it causing u to sync your inventory to server, battleye detects the binocs, pyBEscanner bans for binocs entry pyBEscanner doesn't scan server logs for...
  11. T

    pyBEscanner

    To many questions from everyone lol @shinkicker U can use multiple filters, app just creates an empty file if it doesn't exist in a directory. Makes it easier for user to known that the filter file exists & its easier coding wise for pyBEscanner to create the file for every filter location...
  12. T

    pyBEscanner

    @helldesign Pretty sure u pressing escape is just trigger an inventory sync. Battleye should kick u anyways, it might just take abit i.e whenever it syncs your player inventory to database. Inregards to pyBEscanner try add it to publicvariable-banlist.txt @strikes But yes what u pasted is...
  13. T

    pyBEscanner

    Have no idea if what u have will result in 1 single logfile with everything or will server just log only the 1 thing Try change the setting + see what happens logFile = "server_console.log"; Anyway pyBEscanner code assumes the log files are from 2 different log files... If u point the to...
  14. T

    pyBEscanner

    U have to update your battleye filters yourself... pyBEscanner comes with some rules/filters for parsing battleye logs. That u can use or u can make your own up etc... pyBEscanner is made to be flexiable basicly
  15. T

    pyBEscanner

    In your server.cfg rpt = diag_log from server console log = dedicated server console output into textfile into a file, ingame chat + player connecting / disconnecting etc... logFile = "server_console.log";
  16. T

    pyBEscanner

    Launch the program in a console window, so u can see the error messages...
  17. T

    pyBEscanner

    Try it now, should be fixed
  18. T

    pyBEscanner

    U could try out 30 10 LOG (?!((#0 Not_This)|(#0 And_Not_This))) or 30 10 LOG (?!((.* Not_This)|(.* And_Not_This))) Recommend u use http://www.pythonregex.com/ to test out regrex rules to make sure they work... edit: Also if u save a regrex rule with typo / mistake in it. It will cause...
  19. T

    pyBEscanner

    @helldesign Nice :) Thanks for links on running dayz on linux etc... I might just grab a linux server in the next week or so then. @Everyone else pyBEscanner should work under linux/unix now.... requirements = python 2.7 + mono There is also a bug fix if anyone actually used...
  20. T

    pyBEscanner

    No your don't it reads the info from the servers.ini file Basicly i altered the code to pass the os platform to rcon_cscript.Rcon thus the complaining about a extra argument. That way when it detects Windows it launchs normally, otherwise it launchs mono to run the C# apps The change...
Back
Top