- Joined
- Dec 10, 2019
- Messages
- 1,966
Hi all, I made a cool executable jar that prints out the ages of all accounts that are currently on your server.
The way this application works is it watches over the output log file that CSGO generates. In order to have CSGO generate this file, you must type
Code:
con_logfile output.log
Next you will need to find the log file's location. After downloading the jar, navigate to it through command prompt. Type
Code:
java -jar Age.jar
Note: This application requires Java 16+ to run. If you encounter an error similar to
Class has been compiled by a more recent version of the Java Environment (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0., you will have to download Java 16 (or newer) here.By default, the directory in the settings file is what steam uses. You may need to change this depending on where CSGO is installed.
Next, you will need to generate a Steam API Key, the application uses this key to check account ages. All the source code is available on the GitHub, and this key is only used to access account ages. The link to grab this URL is inside the settings file.
Finally, once you've done the previous steps, launch CS:GO. You should have both CS:GO and Command Prompt active. If you've followed the steps properly, the command prompt should print out the account ages of all players on the server every time you type status.
https://github.com/MSWS/SteamAge/releases/latest
Last edited:
























