• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 05:01
CET 11:01
KST 19:01
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners11Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation10Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
RSL Season 3 - RO16 Groups A & B Preview Mech is the composition that needs teleportation t [TLMC] Fall/Winter 2025 Ladder Map Rotation Weekly Cups (Nov 3-9): Clem Conquers in Canada Craziest Micro Moments Of All Time?
Tourneys
RSL Revival: Season 3 Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Master Swan Open (Global Bronze-Master 2) Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
FlaSh on: Biggest Problem With SnOw's Playstyle What happened to TvZ on Retro? Brood War web app to calculate unit interactions [ASL20] Ask the mapmakers — Drop your questions BW General Discussion
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET
Strategy
Current Meta Simple Questions, Simple Answers PvZ map balance How to stay on top of macro?
Other Games
General Games
Clair Obscur - Expedition 33 Beyond All Reason Nintendo Switch Thread Should offensive tower rushing be viable in RTS games? Stormgate/Frost Giant Megathread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Artificial Intelligence Thread Russo-Ukrainian War Thread Canadian Politics Mega-thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1792 users

BWSort v0.5 first release

Forum Index > BW General
Post a Reply
1 2 Next All
B-royal
Profile Joined May 2015
Belgium1330 Posts
Last Edited: 2018-03-22 23:21:04
March 22 2018 23:07 GMT
#1
Hello everyone,

The past 6 months I've been working towards becoming a developer. For my first project, I decided to make a small console application to rename and sort/order replays.

here's the github page: https://github.com/CrispyDrone/BWSort

You provide a directory, it will parse all the replays (can include subdirectories), and allow you to both rename them according to a custom format, and order them in a mapping hierarchy.

Currently supported sort criteria:

1) playername
2) map
3) duration
4) matchup
5) gametype

You can combine multiple sort criteria.

Syntax for renaming replays:

1) T[separator] with separator being one char. This will extract the teams from the replay and separate individual players per team using the separator.

2) WT[separator] only extracts the winning team.

3) LT[separator] only extracts the losing team

4) MU gets the matchup

5) M gets the map

6) DU gets the game length

7) D gets the date the game was played on

8) WR extracts the winning race

9) LR extracts the losing race

You have to use | to separate arguments. So for example:

DU|M|WT[_] => will give a replay of the format: 15min13sFightingSpirit(CrispyDrone_Jaedong).rep

To install:

1) clone repository, compile

or

2) download zip file under Releases, extract, run the application file. You will need .net framework 4.6, it might prompt you to install it.

Note:
1. Only 1.18 or later replays are currently supported. I was looking into a way to decompress the PKWARE compressed replay files, but the algorithm used in other parsers didn't make much sense to me.
2. There will be errors for certain criteria like playername. If you specify to make a folder for the winner or for both, but the replay doesn't have a winner, it'll show an error.

another common error is the "unable to distinguish player from observer", which means that not a single player did a build or unit morph action. In most cases, this is a replay of a few seconds long where no player did anything, so you can safely ignore these too.
3. If you move the bad replays to the bad replay folder, it's best to move this folder out of your replay directory or it will be scanned next time you use the tool.
4. Just as point 3, it's best to move sort results out of the directory, else they will also be scanned when you use the tool again.

Known issues:
1. When using multiple sort criteria (nested sort), the sort folder's name will not be in the correct order.
2. The order of the matchup from a replay, and using the T[] argument, will not necessarily be the same (so it could say ZvP, while the first player is the protoss, and the second one the zerg)
3. When using nested sorting, it creates an intermediary folder for each sort criteria, instead of directly adding the result folders. For example: map duration will create the following folders Map,Duration => Fighting spirit => duration => 0-10m instead of Map,Duration => Fighting spirit => 0-10m
4. Teams aren't extracted properly because for most game types the team number is the same for opposing teams... I think I do know a way to fix this.


Towards the future:
1. Bug fixing
2. Allowing the setting of a path for result folders
3. Allowing the setting of a path for the bad replay folder
4. Possibly support for 1.16
5. Fixing team extraction
6. Graphical user interface

Please try it out, and let me know any errors!

Credit to SimplySerenity for porting the replay parser to C#. You can find the original project here: https://github.com/SimplySerenity/SCReplayFileParser
new BW-player (~E rank fish) twitch.tv/crispydrone || What plays 500 games a season but can't get better? => http://imgur.com/a/pLzf9 <= ||
TelecoM
Profile Blog Joined January 2010
United States10682 Posts
March 23 2018 00:06 GMT
#2
Awesome, was hoping for something like this! It is a real bother having to sort through the replays manually all the time with the AutoSaves. Thanks so much for this.
AKA: TelecoM[WHITE] Protoss fighting
fanatacist
Profile Blog Joined August 2007
10319 Posts
March 23 2018 08:08 GMT
#3
I've tried it out and I have to say it has a ton of potential and is already a very useful tool! Much love to B-Royal for this. I hope Blizzard looks into this. Have you posted on their forums about it?
Peace~
StylishVODs
Profile Joined December 2005
Sweden5331 Posts
March 23 2018 08:47 GMT
#4
Great!
According to Reach, he is the fastest learner he has ever seen. He start bw only like 2/3 years ago. Infact, his bw history knowledge is so limited, he didn't even know what the map Guillotine was.
fazek42
Profile Blog Joined April 2011
Hungary438 Posts
March 23 2018 10:25 GMT
#5
Petition for B-royal to be hired for the classic games team! People have been asking for this for ages. At least they should buy you out and include this with stock BW Awsome work.
Cele
Profile Blog Joined December 2008
Germany4016 Posts
March 23 2018 12:11 GMT
#6
Sounds very promising, will test it when i have time! Gj crispy.
Broodwar for life!
PiSan
Profile Blog Joined July 2007
United States160 Posts
March 23 2018 13:52 GMT
#7
Awesome, I've really wanted to do this but balked at parsing the replay format. Nice job! I'll play around with it soon.
[sc1f]eonzerg
Profile Blog Joined February 2010
Belgium6743 Posts
March 24 2018 00:05 GMT
#8
hello crispy,thanks for your work,
however i cant manage to run your program,im using windows 10 [image loading]
What is the app file here ?
dM-White
Profile Joined February 2007
Chile340 Posts
March 24 2018 00:11 GMT
#9
On March 24 2018 09:05 [sc1f]eonzerg wrote:
hello crispy,thanks for your work,
however i cant manage to run your program,im using windows 10 [image loading]
What is the app file here ?


ReplayParser.ReplaySorter
Op dM- @West || http://DisturbedMind.net || https://discord.gg/ePERqJp
[sc1f]eonzerg
Profile Blog Joined February 2010
Belgium6743 Posts
Last Edited: 2018-03-24 00:49:05
March 24 2018 00:32 GMT
#10
this program is a bit like 1.16 in modern systems,im really trying to make this work cuz im interested but is not that noob friendly.

update:
made it works,it feels so good to type a nick in your replay folder and find all the replays,i think the process to get this done is a bit annoying,would have prefered some standard pre build done.

that said mad thanks crispy,i think this is amazing.
Leeoku
Profile Joined May 2010
1617 Posts
March 26 2018 21:59 GMT
#11
nice app, and kudos as a fellow learning programmer
SuGo
Profile Joined March 2013
United States681 Posts
Last Edited: 2018-03-26 22:21:08
March 26 2018 22:20 GMT
#12
Can someone just send over the compiled zip? My computer isn't letting me use CSC to compile this for some reason and don't want to spend too much time troubleshooting this. Would love to use this to start finding some replays from ladder. Thanks in advanced.
LG)Sabbath
Profile Blog Joined July 2005
Argentina3024 Posts
March 27 2018 11:57 GMT
#13
On March 24 2018 09:32 [sc1f]eonzerg wrote:
this program is a bit like 1.16 in modern systems,im really trying to make this work cuz im interested but is not that noob friendly.

update:
made it works,it feels so good to type a nick in your replay folder and find all the replays,i think the process to get this done is a bit annoying,would have prefered some standard pre build done.

that said mad thanks crispy,i think this is amazing.

Can you post the .exe? I don't have VStudio installed
https://www.twitch.tv/argsabbath/
B-royal
Profile Joined May 2015
Belgium1330 Posts
Last Edited: 2018-03-27 13:23:21
March 27 2018 13:20 GMT
#14
Update: v0.6 has been released.

1) One major bug has been fixed where if you didn't move the bad replays, it would result in replays moving to wrong folders/getting wrong names. (Credit to jealous who discovered the bug)

2) Now you will be asked where you want to move the bad replays to, and where you want the sort output to go to. (This might get annoying in a console application. I can make it remember your settings, but in the end a GUI will be necessary to make it an enjoyable experience for everyone.)

3) The github repository has been cleaned up by using a proper .gitignore file.

Thanks everyone for the feedback.

@Eonzerg
I realize it isn't very user friendly. The intention will be to make a GUI out of it, but that will still be a lot of work. I do however have some neat ideas that I think will be appreciated.
@ProtossGG
@LG)Sabbath

You can get the .exe file and its dependencies by going to the release page https://github.com/CrispyDrone/BWSort/releases

The current version is v0.6. Enjoy! Let me know about any bugs you find, any features you would like to see, or just any suggestions you might have!

new BW-player (~E rank fish) twitch.tv/crispydrone || What plays 500 games a season but can't get better? => http://imgur.com/a/pLzf9 <= ||
SuGo
Profile Joined March 2013
United States681 Posts
Last Edited: 2018-03-29 04:53:20
March 29 2018 04:37 GMT
#15
I keep getting "Invalid Criteria" - I even tired your exact argument sorting example DU|M|WT[_] and I still get invalid criteria. Any idea?

EDIT: Figured it out. Testing it out now, will report back any bugs etc. Thanks a lot.
B-royal
Profile Joined May 2015
Belgium1330 Posts
April 08 2018 14:28 GMT
#16
Update:

I ported all functionality to a GUI. You can now parse and sort replays more comfortably. You can find the latest release v0.7 - UI (zip file) here https://github.com/CrispyDrone/BWSort/releases

! Important: :
I gave the application a try myself on my windows 8 laptop (no judging, have just been too lazy to update it to win10 despite me absolutely hating win8), and for some reason it is running abysmally slow there (10 minutes for maybe 1600 reps lol). I have tried it on my desktop as well, and it also runs considerably slower than my debugging build, but it's still very manageable (parsing 700 replays in 16 seconds).

+ Show Spoiler +
I am not sure why it is running so much slower on windows 8. I am also not completely sure why the release build in general is considerably slower than the debugging build. It might have something to do with the fact that I'm targeting any cpu as opposed to just x86 systems? If you happen to know why this might be the case, please let me know!


Some pictures, don't expect anything fancy yet!
+ Show Spoiler +

[image loading]
[image loading]


Not yet implemented features:
  • ignore file/directories
  • Menu history
  • Edit menu item
  • Advanced options
  • Help
  • Preview sort
  • Search tab
  • Pool tab
  • multithread support for parsing, possibly sorting
  • other performance improvements
  • bug fixing


Search tab and Pool tab future features in detail:
  • The search tab will allow you to search your replay directory for replays satisfying your search criteria.
  • You will be able to pool multiple search results together, and save them to a new folder.
  • You will be able to preview global sorts
  • You will be able to click on replays for detailed information (within the search tab) about the players, map, actions,...


As always let me know about any bugs you might find, any issues you might have, or any features you would like to see (while keeping in my mind the one's I have already planned).
new BW-player (~E rank fish) twitch.tv/crispydrone || What plays 500 games a season but can't get better? => http://imgur.com/a/pLzf9 <= ||
kogeT
Profile Joined September 2013
Poland2041 Posts
April 08 2018 14:30 GMT
#17
This looks very interesting, will give it a try soon.
https://www.twitch.tv/kogetbw
SuGo
Profile Joined March 2013
United States681 Posts
April 08 2018 14:53 GMT
#18
I'm wondering if it's fruitful to have a sorting option that mimics the naming convention of the old ICCUP/ W LAUNCHER from fish. You know... 0001_SuGoP_CrispyZ or whatever it was. Simple and easy and can still search names.
TelecoM
Profile Blog Joined January 2010
United States10682 Posts
April 08 2018 18:06 GMT
#19
Awesome work, going to try it out now that you have the GUI set up so it is more user friendly, thanks for your work.
AKA: TelecoM[WHITE] Protoss fighting
quirinus
Profile Blog Joined May 2007
Croatia2489 Posts
April 09 2018 04:05 GMT
#20
Good work!

You should probably add an option to only use the first X characters of player name/map, eg. for first 8 chars:
M[8]|WT[8][_]
All candles lit within him, and there was purity. | First auto-promoted BW LP editor.
1 2 Next All
Please log in or register to reply.
Live Events Refresh
RSL Revival
10:00
Group B
Classic vs Creator
Cure vs TriGGeR
ComeBackTV 118
Crank 92
Tasteless90
Rex22
3DClanTV 10
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 101
Crank 92
Tasteless 90
Rex 22
StarCraft: Brood War
Sea 9240
Rain 2288
Calm 1619
Horang2 875
Bisu 486
Flash 404
Jaedong 347
EffOrt 202
Zeus 190
Hyun 181
[ Show more ]
Pusan 162
hero 95
Killer 94
Rush 90
Dewaltoss 69
JulyZerg 54
ToSsGirL 42
firebathero 39
ZerO 35
Free 30
Backho 23
Movie 21
Barracks 16
Bale 15
Noble 9
Hm[arnc] 7
ivOry 6
Terrorterran 1
Dota 2
XaKoH 462
League of Legends
JimRising 411
Counter-Strike
fl0m1508
shoxiejesuss531
allub145
Super Smash Bros
Mew2King60
Other Games
summit1g20018
FrodaN2652
ceh9398
crisheroes377
KnowMe119
Fuzer 65
NeuroSwarm46
ZerO(Twitch)3
Organizations
Other Games
gamesdonequick553
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• Berry_CruncH199
• LUISG 19
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt1301
Upcoming Events
Kung Fu Cup
2h
GuMiho vs MaNa
herO vs ShoWTimE
Classic vs TBD
WardiTV Korean Royale
2h
CranKy Ducklings
1d
RSL Revival
1d
herO vs Gerald
ByuN vs SHIN
Kung Fu Cup
1d 2h
Cure vs Reynor
IPSL
1d 7h
ZZZero vs rasowy
Napoleon vs KameZerg
BSL 21
1d 10h
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
2 days
RSL Revival
2 days
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
2 days
[ Show More ]
WardiTV Korean Royale
2 days
BSL 21
2 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
2 days
Dewalt vs WolFix
eOnzErG vs Bonyth
Replay Cast
2 days
Wardi Open
3 days
Monday Night Weeklies
3 days
WardiTV Korean Royale
4 days
BSL: GosuLeague
4 days
The PondCast
5 days
Replay Cast
5 days
RSL Revival
6 days
BSL: GosuLeague
6 days
RSL Revival
7 days
Liquipedia Results

Completed

Proleague 2025-11-07
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
RSL Revival: Season 3
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
META Madness #9
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.