From fbcd878e7261745221ea7a3d51f12bf959de2d88 Mon Sep 17 00:00:00 2001 From: Andrew Gutekanst Date: Wed, 1 Jan 2020 08:47:37 +0900 Subject: [PATCH] Remove test.py step from readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f2bc49fa8..65f41de81 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ Originally based on the TW version, but (slowly) transitioning to JP. 5. Open psql shell and manually insert an account into the users table. -6. Run `test.py` with python 3 to generate an entrance server response binary because the code isn't ported to Go yet. (**This requires a binary response that is not included in the repo**) - -7. Manually extract the binary response from a pcap, strip the header, and decrypt the ~50 packets that are used in `./channelserver/session.go`, and place them in `./bin_resp/{OPCODE}_resp.bin`. (**These are not included in the repo**) +6. Manually extract the binary response from a pcap, strip the header, and decrypt the ~50 packets that are used in `./channelserver/session.go`, and place them in `./bin_resp/{OPCODE}_resp.bin`. (**These are not included in the repo**)