• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 01:22
CEST 07:22
KST 14:22
  • 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
[ASL21] Ro4 Preview: On Course12Code S Season 1 - RO8 Preview7[ASL21] Ro8 Preview Pt2: Progenitors8Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun13[ASL21] Ro8 Preview Pt1: Inheritors16
Community News
Code S Season 1 (2026) - RO8 Results1Weekly Cups (May 4-10): Clem, MaxPax, herO win1Maestros of The Game 2 announcement and schedule !11Weekly Cups (April 27-May 4): Clem takes triple0RSL Revival: Season 5 - Qualifiers and Main Event12
StarCraft 2
General
Team Liquid Map Contest #22 - The Finalists Code S Season 1 (2026) - RO8 Results MaNa leaves Team Liquid Weekly Cups (May 4-10): Clem, MaxPax, herO win Code S Season 1 - RO8 Preview
Tourneys
2026 GSL Season 2 Qualifiers Maestros of The Game 2 announcement and schedule ! $5,000 WardiTV Spring Championship 2026 SC2 INu's Battles#16 <BO.9> Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
[D]RTS in all its shapes and glory <3 [A] Nemrods 1/4 players
External Content
Mutation # 525 Wheel of Misfortune The PondCast: SC2 News & Results Mutation # 524 Death and Taxes Mutation # 523 Firewall
Brood War
General
vespene.gg — BW replays in browser Pros React to: TvT Masterclass in FlaSh vs Light ASL21 Strategy, Pimpest Plays Discussions Flashes ASL S21 Ro8 Review BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL21] Semifinals B [ASL21] Semifinals A [BSL22] RO8 Bracket Stage + Another TieBreaker Small VOD Thread 2.0
Strategy
Fighting Spirit mining rates [G] Hydra ZvZ: An Introduction Simple Questions, Simple Answers Muta micro map competition
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Warcraft III: The Frozen Throne Starcraft Tabletop Miniature Game PC Games Sales Thread
Dota 2
The Story of Wings Gaming
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
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread UK Politics Mega-thread YouTube Thread European Politico-economics QA Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece Anime Discussion Thread [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread McBoner: A hockey love story Formula 1 Discussion
World Cup 2022
Tech Support
streaming software Strange computer issues (software) [G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
How EEG Data Can Predict Gam…
TrAiDoS
ramps on octagon
StaticNine
Funny Nicknames
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2329 users

screp: Command line app to parse SC rep files

Forum Index > BW General
Post a Reply
Normal
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
Last Edited: 2017-05-22 15:05:34
May 22 2017 14:29 GMT
#1
I've created and open-sourced a command line StarCraft: Brood War replay parser tool called screp here:

https://github.com/icza/screp

What it is

It's a standalone app with no GUI, and it can be used from the command line to pass a StarCraft: Brood War replay file to it (.rep), and it will parse the file and display low-level information from the replay in textual, JSON representation.

Target audience

While anyone may download it and use it, the information it presents is quite low level. It is human readable (JSON), but it's primarily intended for developers and web sites that wish to extract data from replays.

Supported platforms

Pre-built binary releases are provided for Windows, Linux and MAC OS X, both for 32 and 64-bit architectures.

Note that the project is written using the Go language, which supports a lot more platforms. Should you need to use it on other platforms, you can checkout the source code and compile it on your platform.

Requirements

Nothing is required. screp is shipped as a single, self-contained executable binary. It has no dependency. You do not need anything installed on your system. You just download the binary for your platform, extract it and use it.

Supported replay versions

Parses both "modern" (starting from 1.18) and "legacy" (pre 1.18) replays.

Download

Pre-built binaries can be downloaded from:

https://github.com/icza/screp/releases

Feedback / Bug report

Feedback and bug report is welcome. Feedback may be posted here, bugs and issues should be reported at:

https://github.com/icza/screp/issues

Star / Follow the project

If you like the project, please star it / watch it / follow me on github. Thanks.



Also check out the sister project to parse StarCraft II replays: s2prot
https://repmastered.icza.net
mca64Launcher_
Profile Joined June 2015
Poland629 Posts
May 22 2017 14:56 GMT
#2
thx, gonna use it unless it requires additional shit
mca64Launcher_
Profile Joined June 2015
Poland629 Posts
May 22 2017 14:57 GMT
#3
could you also add your eapm algorithm from bwhf agent? Btw i love that tool, use it a lot back in the days
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
May 22 2017 15:03 GMT
#4
On May 22 2017 23:56 mca64Launcher_ wrote:
thx, gonna use it unless it requires additional shit

It's a single, self-contained binary. It requires nothing else.

On May 22 2017 23:57 mca64Launcher_ wrote:
could you also add your eapm algorithm from bwhf agent? Btw i love that tool, use it a lot back in the days

You might wanna add that as a request at https://github.com/icza/screp/issues. Based on popular demand it might get added.
https://repmastered.icza.net
mca64Launcher_
Profile Joined June 2015
Poland629 Posts
May 22 2017 15:11 GMT
#5
also 1.18 replay to old compression option will be good (for 1.16.1 replay watch)
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
May 22 2017 15:15 GMT
#6
On May 23 2017 00:11 mca64Launcher_ wrote:
also 1.18 replay to old compression option will be good (for 1.16.1 replay watch)

I'm not sure just by repacking the data sections with the old compression would make replays watchable with old clients. There may be new commands/events which could crash old clients.
https://repmastered.icza.net
mca64Launcher_
Profile Joined June 2015
Poland629 Posts
May 22 2017 15:21 GMT
#7
im pretty sure it will work, even if not its good to check this
Glioburd
Profile Joined April 2008
France1911 Posts
May 22 2017 15:43 GMT
#8
Nice, will try it asap, thanks for your work!
"You should hate loosing, but you should never fear defeat." NaDa.
DarkNetHunter
Profile Joined October 2012
1224 Posts
May 22 2017 20:48 GMT
#9
I think you deserve a second star!

Learn from the mistakes of others. You can't live long enough to make them all yourself.
Dead9
Profile Blog Joined February 2008
United States4725 Posts
May 25 2017 15:47 GMT
#10
thanks, i can't seem to get it to work though
i cloned from git, installed go, and ran release.sh

[ol@localhost _release]$ ./release.sh 
Using app folder: ../cmd/screp
Detected app name: screp
Detected app version: v1.0.0
Creating release screp-v1.0.0-linux-amd64.tar.gz...
../cmd/screp/screp.go:16:2: cannot find package "github.com/icza/screp/repparser" in any of:
/usr/lib/go/src/github.com/icza/screp/repparser (from $GOROOT)
/home/ol/go/src/github.com/icza/screp/repparser (from $GOPATH)
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
Last Edited: 2017-05-26 12:02:06
May 25 2017 17:25 GMT
#11
On May 26 2017 00:47 Dead9 wrote:
thanks, i can't seem to get it to work though
i cloned from git, installed go, and ran release.sh

[ol@localhost _release]$ ./release.sh 
Using app folder: ../cmd/screp
Detected app name: screp
Detected app version: v1.0.0
Creating release screp-v1.0.0-linux-amd64.tar.gz...
../cmd/screp/screp.go:16:2: cannot find package "github.com/icza/screp/repparser" in any of:
/usr/lib/go/src/github.com/icza/screp/repparser (from $GOROOT)
/home/ol/go/src/github.com/icza/screp/repparser (from $GOPATH)

First let's clear some things. You do not need to checkout the source, and you do not need to install Go and build it yourself, because there are pre-built binaries on this page:

https://github.com/icza/screp/releases

Just download and use the one matching your platform.

Source code and custom build is only required if you want to build it for a platform not provided on the releases page. (Or if you want to modify the sources before building it, or if you want to use it as a library from your Go app.)

If you still want to build it: that is not how Go works. You need to setup a Go workspace, then easiest is to use "go get" to get the project (into your Go workspace) which also builds it. Or checkout the project with "git clone" into your already setup Go workspace, and then use "go install" or "go build" to build the screp executable. The "release.sh" is to build the packed release binaries you can download from the releases page.

For more information about how to setup a Go workspace and how to get started with Go:

How to Write Go Code

A Tour of Go
https://repmastered.icza.net
Thyriaen
Profile Joined December 2011
Switzerland41 Posts
Last Edited: 2017-05-25 21:17:36
May 25 2017 21:16 GMT
#12
Thanks for the Linux client
Psyonic_Reaver
Profile Blog Joined June 2007
United States4342 Posts
May 25 2017 22:26 GMT
#13
I dont understand this but that does not mean I do not appreciate it. Thanks for all your hard work!
So wait? I'm bad? =(
Neneu
Profile Joined September 2010
Norway492 Posts
Last Edited: 2017-05-26 12:04:26
May 26 2017 12:02 GMT
#14
As a data analyst I find this to be absolutly amazing. Will definitely check out once I get home
Dead9
Profile Blog Joined February 2008
United States4725 Posts
May 26 2017 20:24 GMT
#15
On May 26 2017 02:25 Dakota_Fanning wrote:First let's clear some things. You do not need to checkout the source, and you do not need to install Go and build it yourself, because there are pre-built binaries on this page:

https://github.com/icza/screp/releases

Just download and use the one matching your platform.

Source code and custom build is only required if you want to build it for a platform not provided on the releases page. (Or if you want to modify the sources before building it, or if you want to use it as a library from your Go app.)

If you still want to build it: that is not how Go works. You need to setup a Go workspace, then easiest is to use "go get" to get the project (into your Go workspace) which also builds it. Or checkout the project with "git clone" into your already setup Go workspace, and then use "go install" or "go build" to build the screp executable. The "release.sh" is to build the packed release binaries you can download from the releases page.

For more information about how to setup a Go workspace and how to get started with Go:

How to Write Go Code

A Tour of Go

ah i see, thanks!
ldv
Profile Blog Joined April 2017
United States103 Posts
May 30 2017 18:16 GMT
#16
Could you add a winner/loser field? I'm currently just walking backwards through the commands and finding the 'Defeat' event and that's fine, just a little quality of life thing.
Ubersturmfuhrer
Profile Joined May 2008
Finland206 Posts
May 30 2017 18:49 GMT
#17
Hey this looks great. I was looking for a tool to analyze rep files and this seems great.

Sorry for the noob question but how can I use this? I'm not super familiar with command line tools so could anyone link me with some tutorial or point in the right direction? Thanks!
You will not be punished for your anger, you will be punished by your anger
TelecoM
Profile Blog Joined January 2010
United States10720 Posts
May 30 2017 18:51 GMT
#18
Never cease to amaze with your great work Dakota_fanning, will you be releasing updated version of BWChart / the program you made in SC2 similar? (Can't remember the name for the life of me sorry)
AKA: TelecoM[WHITE] Protoss fighting
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
May 30 2017 19:13 GMT
#19
On May 31 2017 03:16 ldv wrote:
Could you add a winner/loser field? I'm currently just walking backwards through the commands and finding the 'Defeat' event and that's fine, just a little quality of life thing.

Yes, result is not part of the header, but it is available as a "Leave Game" command, which has a Reason field with possible values: Quit, Defeat, Victory, Finished, Draw, Dropped.

Adding this to the header is a nice improvement. Will do it if I won't forget about it (open an issue to make sure of it).
https://repmastered.icza.net
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
Last Edited: 2017-05-30 19:19:21
May 30 2017 19:17 GMT
#20
On May 31 2017 03:49 Ubersturmfuhrer wrote:
Hey this looks great. I was looking for a tool to analyze rep files and this seems great.

Sorry for the noob question but how can I use this? I'm not super familiar with command line tools so could anyone link me with some tutorial or point in the right direction? Thanks!

You have to download the one that matches your operating system from here:

https://github.com/icza/screp/releases

It's a compressed file, extract it. Now you have a runnable app. Open a terminal / command line window, navigate to the folder you extracted it to, and type its name, and pass a replay file (with full path) to it.

For example:

screp myrep.rep


By default it will parse the replay and show you the replay header and nothing else.

If you also want to see basic map info (e.g. tile set, start locations of players etc.) and resource locations on the map (minerals and geysers), then type:

screp -map -mapres myrep.rep


To see a list of all available options, type:

screp -h
https://repmastered.icza.net
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
May 30 2017 19:21 GMT
#21
On May 31 2017 03:51 GGzerG wrote:
Never cease to amaze with your great work Dakota_fanning, will you be releasing updated version of BWChart / the program you made in SC2 similar? (Can't remember the name for the life of me sorry)

I've made a few tools like BWHF Agent for SC:BW, Sc2gears and Sceilght for SC2.

And now screp (for SC:BW) and s2prot (for SC2).

And I'm planning / working on something new, something universal...
https://repmastered.icza.net
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
May 30 2017 19:45 GMT
#22
At first I thought it was spelled scgrep, missed opportunity:/
The harder it becomes, the more you should focus on the basics.
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
June 16 2017 07:58 GMT
#23
Released screp v1.0.1 which fixes an issue that prevented parsing some "modern" replays.

Downloads available at:

https://github.com/icza/screp/releases/tag/v1.0.1
https://repmastered.icza.net
iCCup.Trent
Profile Joined May 2005
Argentina452 Posts
October 05 2017 02:21 GMT
#24
This is amazing; thank you.
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
December 20 2018 16:46 GMT
#25
Released screp v1.1.0 which adds support for parsing 1.21 and 1.22 replays.

Downloads available at:

https://github.com/icza/screp/releases/tag/v1.1.0
https://repmastered.icza.net
LG)Sabbath
Profile Blog Joined July 2005
Argentina3024 Posts
December 20 2018 21:20 GMT
#26
Amazing tool, thanks for making it open source, we need more developers like you!
https://www.twitch.tv/argsabbath/
iCCup.Trent
Profile Joined May 2005
Argentina452 Posts
December 21 2018 02:11 GMT
#27
On May 26 2017 21:02 Neneu wrote:
As a data analyst I find this to be absolutly amazing. Will definitely check out once I get home

This is the exact reason I asked Dakota_Fanning to update it to support newer replays. I think this opens up a number of interesting data-science-related use cases. This is exciting!
iCCup.Trent
Profile Joined May 2005
Argentina452 Posts
December 21 2018 02:19 GMT
#28
On December 21 2018 11:11 iCCup.Trent wrote:
Show nested quote +
On May 26 2017 21:02 Neneu wrote:
As a data analyst I find this to be absolutly amazing. Will definitely check out once I get home

This is the exact reason I asked Dakota_Fanning to update it to support newer replays. I think this opens up a number of interesting data-science-related use cases. This is exciting!

Here: https://www.teamliquid.net/forum/brood-war/539789-help-with-121-rep-format-changes
Scuzzzy
Profile Joined September 2016
4 Posts
April 11 2019 23:20 GMT
#29
Hey,

This isnt working for me. Not sure why. When i try to run it, i see a CMD prompt window pop up for a half second then nothing. Tried running as admin for the x86 and 64bit versions. I noticed it says AMD on the 64 bit one is it possible this just wont work on some intel systems (what i have)

thanks
1030xxx
Profile Joined August 2007
Australia62 Posts
April 12 2019 05:25 GMT
#30
Hi,

I can't find the OSX version for this app, can anyone send me the link?
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
Last Edited: 2019-04-12 18:38:05
April 12 2019 14:40 GMT
#31
The latest release is v1.1.0. All binary releases including the OS-X release can be found on the v1.1.0 releases page:

https://github.com/icza/screp/releases/tag/v1.1.0

The 64-bit version is named screp-v1.1.0-darwin-amd64.tar.gz.
The 32-bit version is named screp-v1.1.0-darwin-386.tar.gz
https://repmastered.icza.net
Dakota_Fanning *
Profile Joined January 2008
Hungary2368 Posts
Last Edited: 2019-04-12 18:51:17
April 12 2019 18:40 GMT
#32
On April 12 2019 08:20 Scuzzzy wrote:
Hey,

This isnt working for me. Not sure why. When i try to run it, i see a CMD prompt window pop up for a half second then nothing. Tried running as admin for the x86 and 64bit versions. I noticed it says AMD on the 64 bit one is it possible this just wont work on some intel systems (what i have)

thanks

It runs on 64-bit Intel processors too, the "amd64" is the target architecture, the instruction set used to assemble the code, supported by both 64-bit Intel and AMD processors.

But this app does not have a GUI (graphical user interface). This is a command line tool. So you have to open a command line interpreter (e.g. cmd.exe on Windows), navigate to the folder you downloaded and extracted it, and type its name, e.g. "screp.exe".

Then you will see an info message about usage. To see all your options, type "screp -h".

In short, you have to pass the replay file you want to extract info out of, e.g. "screp myreplay.rep".
https://repmastered.icza.net
Scuzzzy
Profile Joined September 2016
4 Posts
April 13 2019 23:57 GMT
#33
Thanks for the fast reply man.

Got it working now, very cool stuff.
AriannaValdez
Profile Joined November 2025
4 Posts
December 19 2025 04:26 GMT
#34
--- Nuked ---
Normal
Please log in or register to reply.
Live Events Refresh
Next event in 4h 38m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
JimRising 691
StarCraft: Brood War
GuemChi 5722
Hyuk 505
Horang2 414
Pusan 53
910 31
Mind 23
Icarus 11
Bale 10
Last 0
Dota 2
NeuroSwarm155
Counter-Strike
Coldzera 1767
Stewie2K536
m0e_tv359
Super Smash Bros
Mew2King131
Other Games
summit1g9637
C9.Mang0529
WinterStarcraft445
monkeys_forever241
Sick46
Organizations
Counter-Strike
PGL13270
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH164
• practicex 41
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Lourlo920
• Stunt322
Upcoming Events
RSL Revival
4h 38m
Classic vs Solar
herO vs SHIN
OSC
7h 38m
Big Brain Bouts
10h 38m
sebesdes vs Iba
Percival vs YoungYakov
Reynor vs GgMaChine
Korean StarCraft League
21h 38m
RSL Revival
1d 4h
Clem vs Rogue
Bunny vs Lambo
IPSL
1d 10h
Dewalt vs nOmaD
Ret vs Cross
BSL
1d 13h
Bonyth vs Doodle
Dewalt vs TerrOr
GSL
2 days
Cure vs herO
SHIN vs Maru
IPSL
2 days
Bonyth vs Napoleon
G5 vs JDConan
BSL
2 days
OyAji vs JDConan
DragOn vs TBD
[ Show More ]
Replay Cast
3 days
Monday Night Weeklies
3 days
Replay Cast
3 days
The PondCast
4 days
GSL
5 days
Replay Cast
5 days
GSL
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-05-13
WardiTV TLMC #16
Nations Cup 2026

Ongoing

BSL Season 22
ASL Season 21
IPSL Spring 2026
KCM Race Survival 2026 Season 2
Acropolis #4
KK 2v2 League Season 1
BSL 22 Non-Korean Championship
Escore Tournament S2: W7
SCTL 2026 Spring
RSL Revival: Season 5
2026 GSL S1
Heroes Pulsing #1
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2

Upcoming

YSL S3
Escore Tournament S2: W8
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
Maestros of the Game 2
WardiTV Spring 2026
2026 GSL S2
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
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 © 2026 TLnet. All Rights Reserved.