Jack_5515
Account Details
SteamID64 76561198092238060
SteamID3 [U:1:131972332]
SteamID32 STEAM_0:0:65986166
Country Germany
Signed Up November 20, 2018
Last Posted October 18, 2019 at 9:59 PM
Posts 9 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
#11 Another (online) log combiner (as userscript). in Projects
R3mmyJack_5515The latest version (0.1.5) should work correctly now, feel free to try it out. (You now have a settings menu when clicking the Jacks Log Combiner link on the bottom right).

To install just open the userscript page again on GitHub.

Well done on updating it quickly.
However on the previously mentioned logs It would give me an error when trying to add the accuracy stat
"An error happened on the request. -SyntaxError: Unexpected token < in JSON at position 0"

I deleted the combined logs when trying to get the accuracy stat so here are the logs again
The logs used in combining
http://logs.tf/2393547
http://logs.tf/2393578
http://logs.tf/2393595
http://logs.tf/2393638

The combined logs
http://logs.tf/2394462

Please install the most recent version (version 0.1.6) and then try again. (The newest version now removes shots_hit and shots_fired, but only in such a proportion that the accuracy remains the same. Well you lose up to 1% to rounding errors per added log, but I think that should be fine considering it enables you to combine f.e. your 4 logs).

And to be honest, I am questioning myself why I didn't have the idea before which I now use to minify the log.
While trying to reduce the log I found methods to get the size down up till 11.2 MB, until I got the idea which is implemented now which doesn't use questionable tricks to slim the log size and still is almost sub 5 MB. (Although I still have the code, so there is potential for even smaller logs should the future need it).

posted about 4 years ago
#10 Another (online) log combiner (as userscript). in Projects

Looking at your specific log I think there is some data which is removable which won't lose any stats, I will do a testing version of the log combiner and see if all your important stats stay and it is uploadable.

posted about 4 years ago
#9 Another (online) log combiner (as userscript). in Projects
R3mmyJack_5515The latest version (0.1.5) should work correctly now, feel free to try it out. (You now have a settings menu when clicking the Jacks Log Combiner link on the bottom right).

To install just open the userscript page again on GitHub.

Well done on updating it quickly.
However on the previously mentioned logs It would give me an error when trying to add the accuracy stat
"An error happened on the request. -SyntaxError: Unexpected token < in JSON at position 0"

I deleted the combined logs when trying to get the accuracy stat so here are the logs again
The logs used in combining
http://logs.tf/2393547
http://logs.tf/2393578
http://logs.tf/2393595
http://logs.tf/2393638

The combined logs
http://logs.tf/2394462

This seems to be quite the misleading error. I also tried to combine the logs you have and looking at the network and console output you can see the server responds with a 413 http status code, meaning

REQUEST ENTITY TOO LARGE

. The log you try to combine would be 15.16 MB big and that size is most likely above the upload limit. (It once was 5MB but I think it is bigger than that now, although I don't know the exact size). I will look into maybe a more clear error message (f.e. something like Log was too big to upload). I will also check again if there could be more done to minimize the log (I already know a way, but it is rather dirty and more like a hack and not good practice).

posted about 4 years ago
#7 Another (online) log combiner (as userscript). in Projects
R3mmyGood job. :3
It would be nice if you could make it combine accuracy if possible.

The logs used in combining
http://logs.tf/2393547
http://logs.tf/2393578
http://logs.tf/2393595
http://logs.tf/2393638

The combined logs
http://logs.tf/2394179

The latest version (0.1.5) should work correctly now, feel free to try it out. (You now have a settings menu when clicking the Jacks Log Combiner link on the bottom right).

To install just open the userscript page again on GitHub.

posted about 4 years ago
#6 Another (online) log combiner (as userscript). in Projects
R3mmyGood job. :3
It would be nice if you could make it combine accuracy if possible.

The logs used in combining
http://logs.tf/2393547
http://logs.tf/2393578
http://logs.tf/2393595
http://logs.tf/2393638

The combined logs
http://logs.tf/2394179

Good point, currently it removes that too to make the log smaller (shot_hit and shot_fired) - when I have time for it I will make an options menu where you can enter an API key and a toggle box for decreased log size (so by default accuracy will be kept intact)

[At least I assume they are used for that]

posted about 4 years ago
#1 Another (online) log combiner (as userscript). in Projects

Hello,
there are already quite some log combiners around, but a friend pointed out to me, that there are no real quick online log combiners around anymore, and that the python log combiner I wrote is difficult to first time set up.

So I thought a bit about it and got to the conclusion that the simplest solution would be a userscript directly for logs.tf => Meaning I wrote one in the last 2 days (based on my python version).

You can see the result as a single image here:

https://i.imgur.com/PvbewME.png

or a quick video on how to use and install it here.

It is available on my github page.

Now you may ask why should you use it instead of alternatives? - So here a quick list of advantages:

  • Installed as a userscript, meaning you are not dependent on a third party hoster but it is directly integrated into logs.tf (meaning you also don't need to copy URL's)
  • You do not need to setup any installation/environment like Java or Python
  • It automatically tries to fill in the map name for you (generated using the maps of the logs)
  • It tries to reduce logs to the important parts (for log parsing) so the resulting combined file is smaller than other log combiners
  • No need for an API key (although it requires the user to be logged in at least once with the script activated)

If you have any ideas / questions / suggestions feel free to tell me.

Changelog:

Show Content

0.1.9
Added:
  • You can now upload games from zip files. This is notably to make a failed serveme.tf upload easier (instead of downloading the zip yourself, getting the correct logs and then uploading them). For that just input an URL like
    https://serveme.tf/uploads/76561198092238060-993744-8672-20200302.zip
    . The new option is in the settings menu (bottom of every page, the link called Jacks Log Combiner) and then
    Upload Logs from a zip
    . If you want to upload a failed log from serveme.tf you can find the links to the demo/zips here.

0.1.8
Changed:
  • This script is now independent of functions of the userscript manager, for more info take a look at issue #1 - but for the normal user nothing of interest changed.

0.1.7
Improved:
  • Correctly get the map name now for a map like
    cp_granary_pro_rc8

0.1.6
Improved:
  • Further log minifying was replaced with an "advanced" algorithm which allows the accuracy stat to survive but still greatly minifies the log, it is now enabled by default - Be aware you lose up to 1% accuracy with every log added due to potential rounding errors
  • Now using a TamperMonkey function instead of the default window.open to prevent the pop up blocker from blocking openening the newly created log
  • Error messages are now more clear (it will tell you if the log was too big and tell you the error status code on http errors)

0.1.5
Improved:
  • You can now click the link in the footer to open a settings menu, there you can set a custom API key (which is not your own) and enable or disable further log minifying (which is disabled by default now) If you further minify the log you lose the accuracy stat

0.1.4
Improved:
  • If the user never generated a API key yet, the script will automatically generate one for him. (Also gets a key if it was previously wrong)

Notice:
Additionally the namespace changed here, so you have to reinstall the script and remove the old version

0.1.3
Improved:
  • If you are logged in at least once, the userscript will save your API key, if the script has an API key but no user is logged in, it will use the key instead for uploading. Like before if there is no user logged in or no API key most of the functionality will be hidden
Fixed:
  • A bug which made logs unreadable for the log parser (by adding an unwanted undefined)

0.1.2
Improved:
  • You can now also add and remove logs directly on the log page (instead of only in the overview list)
  • Logs on the uploads page are now correctly handled (for whatever reason you would combine logs from there)

0.1.1
Improved:
  • Prevent pressing the upload button multiple times
posted about 4 years ago
#9 SPREADSHEET SITE FOR SCRIMS AND OFFICIALS in TF2 General Discussion
Twiggyis it to be used only by teammates to figure out when stuff happens or can it be visited by other team leaders to schedule scrims?

Currently it is only for 1 team, so players can set their availability (yes, maybe, no, unset) for every day (and 3 times every day) of the week and a team leader or deputy can add a scrim. So players can open the page and see the next scrims and team leaders know what the best time for a scrim is. If you are not in that team you are unable to see any of that data.

But I already thought about a system like that (and it is already written in Ideas for the Future on the About page). So people can not only create a already set scrim for a day but can create a "Looking for Scrim" entry (which can also have a time range), where they can select a region, a gamemode (HL, 6s, Prolander, ...) and a skill level. And then people can either filter for all LFS on a dedicated page or get a suggestion when creating their own LFS entry.

posted about 5 years ago
#7 SPREADSHEET SITE FOR SCRIMS AND OFFICIALS in TF2 General Discussion
TheMasterOfDisasterNLWe need some time for it, but 100% sure we will come with an update that the site will support RGL

I have added RGL support now. But being new less testing was done than for ETF2L or UGC. So feel to report errors if you get some.
Example RGL Team Table (with me as simulated leader so I can test stuff): Short Video
Additionally errors could happen because I wasn't able to test edge cases because RGL is so new I didn't find a team which played multiple seasons (or do you have to make a new team for every season?).

posted about 5 years ago
#4 SPREADSHEET SITE FOR SCRIMS AND OFFICIALS in TF2 General Discussion

If there is enough interest, I could imagine adding support for RGL teams

posted about 5 years ago