This project is now abandoned due to commitments else where on other projects
A new one have been made instead and will be the new CSEV that works: CSEV 2.
A Java project to allow users to see what events you can use with logic_eventlistener.
This program is dependent on the parser CSGO Event Parser, which generates the events.json file needed to handle the events needed in order to run this program. (Which is included with release)
The program now allows you to run the program in the language you want it to be (if it is supported).
As of the latest build (0.4.2) it supports the following:
- English (UK & US)
- Russian (Thank you @DMax#2494)
With the provided .bat file (Windows), uncomment the second java line to load the Russian version...
java -jar CSGO_Event_Finder.jar
Just add the argument "-ru" after ".jar"
java -jar CSGO_Event_Finder.jar -ru
You can download it from here, which holds the latest edition of this program.
This program also requires Java 8 in order to run, so the latest version of Java is recommended.