SystemThirtyTwo
Member-
Content Count
4 -
Joined
-
Last visited
-
Medals
Community Reputation
2 NeutralAbout SystemThirtyTwo
-
Rank
Rookie
Recent Profile Visitors
526 profile views
-
SteamSpy v1.2.1
SystemThirtyTwo replied to SystemThirtyTwo's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Update v1.2.0.3 : Removed program hang when searching for a player, and replaced with a seperate progress window. Fixed the incorrect update text You can download the update from the Releases or directly from here To use the update feature within the program, you must run the program as administrator. It will throw an error if you do not You need to uninstall previous version to install new version. I am trying to find a way around this. -
SteamSpy v1.2.1
SystemThirtyTwo replied to SystemThirtyTwo's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Update v1.2.0.2 : Changed when user searches for a player, it will now take you to the first tab. - Thanks GraveYard Fixed "Illegal Characters in Path" issue. Changed how the program updates, and checks for updates works. Removed "Save Settings" from settings page. Added "Open File" option to Exports. To open the selected .pdf easier. Version information will now display the actual version (e.g: 1.2.0.2). Each update this number will increase by 1, unless its a major update. Made the label visible to let you know if you search a profile that is private. You can download the update from the Releases or directly from here You need to uninstall previous version to install new version. I am trying to find a way around this. To use the update feature the program must be ran as administrator. It will throw an error if you do not. -
A little about the program; I created this tool mainly for server owners, to quickly and effeiciently get information about a player all in one place with the option to export it to .pdf - Its made in vb.net, and utilizes HtmlAgilityPack as the main form of getting all the data from different places. You may be asking "Why use this tool when there is many steamid websites" .. well that is true, but this tool was designed using all of the known websites but just displays it all in the program, as each website offer different statistics about a player. I discovered HtmlAgilityPack and wanted to learn more about it, so this is the program I have whipped up using it. Known Issues: I have made effort to detect if the steamid is valid, while this can still be avoided by entering "765xxxxxxxxxxxxxx" which will still try and search for the steamid since it contains 765. If you do this, the program will crash. It is highly recommended to use a real steamid. Sometimes the nodes will not connect properly after searching for a steamid. If the program hangs, give it sometime to load everything it needs to load. If after 5-10 minutes nothing has loaded, you will need to force close it. Some steam username's will return an error illegal characters in path - I am still looking into finding a way around this. If you do get an error "Illegal Characters in Path" you will still get information about the player, but you wont be able to export it. Not A bug: After searching a steamid the program will become unresponsive for a short amount of time, this is purely because the program is searching the nodes for the information. Usually its about 50 seconds, but could take longer. If you choose to "Auto Export" it may take longer. The program can only search for a steamid. Vanity URL's are not accepted at the moment. If you have any issues saving files, exporting or any other errors. Please try run the program as admin. Starting the program for the first time Once you've installed the program using the .msi provided, a folder will be created called "SteamSpy" in C:\ProgramData - from there, there will be another folder created called SS-Exports. This folder is used for exporting player information, so each player will get their own folder and in that folder will be the exported pdf file. The folder Userdata is created as that's the folder where the "Recently searched" steamid's will be. Program features (in order of search) Profile Details contains Steam Profile picture Steam Username SteamID Steam2ID Steam3ID Profile Information contains Invite URL Profile Link Estimated Cost of Account Member Since Account age Steam level Country Online Status Profile state (public, private etc) Total Hours combined (for game play) Windows hours Linux hours MacOS hours Profile Bans contains Total Game Bans VAC Banned Total community bans Total trade bans Overall bans Last Ban Detected friend bans EAC Bans EAC Ban Information EAC ban information is purely for rust. Recents contains A list of searched steamid's - This will only show recently searched if you have the setting enabled for it. You can right click each entry, to search the id again, or copy any information from it. Settings Contains Automatically paste steamid's from clipboard Automatically save all searched id's to recents Delete saved file Automatically check for updates upon starting the program Auto Export Load default settings Open exports folder Change-log contains When I release new updates, the changelog will automatically show the changes that have been made. Export Profile Export currently searched steamid to a readable and organized .pdf with some information. About Basic information regarding the program and credits. You can download the .msi from my github page https://github.com/System32-0/SteamProfiler/releases/download/Release/SteamSpyInstall.msi If you run into any problem that isn't mentioned above, please post in Issues https://github.com/System32-0/SteamProfiler/issues Some pictures Please note: The program has changed slighly since these pictures were taken. Update v1.2.1 contains Removed .ini file saving/loading as it was causing saving issues Removed Program Updates tab from settings. Checkbox is now located on the first page All settings are now saved and loaded internally Removed useless code Change form color, and design Fixed the link of the update button. (oops) Fixed broken node to display user's last ban. You need to uninstall previous version to install new version.
-
I released a mission quick mover program made in vb.net on the life forums. I thought I should release it here also. Details about the program The program was designed to help mission testers, quickly and efficiently test their mission without needing to re-download the mission every time you make changes. Simply, set your folder paths & select the pbo. When you join the test server, you wont need to re-download the mission every time. The program was designed to help myself quickly test changes in my own missions. This version is built in Visual Studio 2019 Community Edition, on version 21H2 of Windows 11 Pre-requirements(target framework): .Net Framework 4.7.2 (you should already have it installed. If not you can download it from Here) In order to save/load the settings you must keep the IniFile.dll with the program. This is the core file to handle the saving of the inifile, and loading of the inifile (remembering what you saved, and loading when you open the program) Known Issues: When saving the settings, you sometimes need to press save twice, I think it has something to do with the inifile.dll not being upto date with windows 11, but I could be wrong. If in doubt, always just save settings twice. Error Information:(generic error codes) e-10647 - You have either not correctly re-pbo your mission folder, or Arma is caching the pbo. Please check you have re-pbo your mission folder, if you have please close Arma and try again. e-10646 - The path to the PBO cannot be found. You're file name must include .pbo e-10645 - You're MPMissionCache folder can't be detected. Please make sure the path is C:\Users\YOUR_USERNAME\AppData\Local\Arma 3\MPMissionsCache e-10644 - We couldn't detect any folder called Arma 3 in C:\Users\YOUR_USERNAME\AppData\Local You can click the ? in the program itself, to view more information. Other: The .pbo file you choose doesn't have to be in your MPMissions folder. Normally that's where the mission file is when you pack it. It helps if its in there by default. The Cache folder must contain Arma 3\MPMissionsCache if it doesn't it won't let you move the file. The MPMission folder must also contain .pbo else it won't let you select a file. Source https://github.com/System32-0/Arma-3-Tools Download: https://github.com/System32-0/Arma-3-Tools/archive/refs/tags/Release.zip Any further suggestions or help, please make an issue https://github.com/System32-0/Arma-3-Tools/issues I hope this tool will be of some value to you. Preview: In the preview, I delete the .pbo. You don't have to delete it, as the program will just over write it.