GithubHelp home page GithubHelp logo

majussiani / battleyefilterstool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from josemaripl/battleyefilterstool

0.0 2.0 0.0 786 KB

BEFT was created to help server owners update BE filters easily.

C# 100.00%

battleyefilterstool's Introduction

BattlEye Filters Tool

https://github.com/SpiReCZ/BattlEyeFiltersTool © by SpiRe 2015

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.

version: 0.8.1.0

I won't provide support for the people that uses the tool in any other way that its meant to be used.


Support threads: http://www.exilemod.com/topic/7038-battleye-filters-tool/

If you find this application useful then please consider making a donation via Paypal as a thank you: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WKE8JUXGUGGXA


This BattlEye Filters Tool was created to help server owners update BE filters easily.

In order to use this tool you need to add your basic filters set ( Exile or Infistar ) to the "BattlEye_BasicSet" folder and your additional filters ( for your MODs/Scripts ) to "BattlEye_AddSet" folder.

When you hit "Load Files" button the program will automatically load both sets to memory and merge them. To save your files hit "Save Files" button. You can also use the "Flush Files" button to delete merged files from memory.

The files are usually saved in the default "BattlEye" folder. Otherwise it saves to the same folder that the application is in.

Things you need to know about making the additional BE filters: 1: This program compares BE index ( example: "7 execVM") from AddSet in BasicSet so you need to make the additional set (AddSet) in the same format as BasicSet (they don't have to be on matching line numbers). When it finds a match it will add the additional filters to the BasicSet line. If the BE index is not found ( example: "3 execVM" ) it will add it to the end of the file as new line.

2: The program compares the match of filename without extension from BasicSet to AddSet. eg: BattlEye_BasicSet\Scripts.txt & BattlEye_AddSet\ScriptsBlaExampleBlaBla.txt

3: There is an option in the program to use only "knownBeFiles.txt". The program contains the default set of BE filters files names in memory. When the checkBox is checked it creates the files using the default files names if the file does not already exist. If the file exists it loads the new files names to the whitelist in program memory.

4: The BE filters files must be .txt

For further infomation visit the support thread. I won't provide any support if you don't use the program as instructed.

5: Don't merge Exile BE filters with Infistar's BE filters. Use one or another as BasicSet. Which means don't merge filters that are already in BasicSet.

6: Tool works fine if you use it right.


Future implementations:

  • saving selected filepath of the selected folder
  • catching possible exceptions
  • more features

changelog:

v0.8.1.0

  • recompiled required DLLs
  • some minor fixes
  • code structural changes

v0.8.0.2

  • added nulling for removed objects & modified clear of list
  • rewrite of code to move it from MainWindow logic

v0.8.0.1

  • fixed lines multiplication bug

v0.8

  • initial public test Release
  • requires .NET 4.6
  • there are examples of usage inside folders

battleyefilterstool's People

Contributors

spirecz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.