Splatlogger 1.6.2__tar.gz → 1.6.2.post1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/PKG-INFO +4 -4
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/README.md +3 -3
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/pyproject.toml +1 -1
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/Splatlogger.egg-info/PKG-INFO +4 -4
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/setup.cfg +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/Splatlogger.egg-info/SOURCES.txt +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/Splatlogger.egg-info/dependency_links.txt +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/Splatlogger.egg-info/entry_points.txt +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/Splatlogger.egg-info/requires.txt +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/Splatlogger.egg-info/top_level.txt +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/splatlogger/__init__.py +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/splatlogger/__main__.py +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/splatlogger/cemu_gecko.py +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/splatlogger/data.py +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/splatlogger/match_logger.py +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/splatlogger/tcpgecko.py +0 -0
- {splatlogger-1.6.2 → splatlogger-1.6.2.post1}/src/splatlogger/tcpgecko_aroma.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Splatlogger
|
|
3
|
-
Version: 1.6.2
|
|
3
|
+
Version: 1.6.2.post1
|
|
4
4
|
Summary: A CLI PID (Principal ID)/PNID grabber and match logger for Splatoon.
|
|
5
5
|
Author-email: Shadow Doggo <shadowdoggo@protonmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -72,7 +72,7 @@ path/to/Splatlogger-1.x.exe -ip IP [options]
|
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
Options:
|
|
75
|
-
- `-log-level
|
|
75
|
+
- `-log-level option` - Set how much data should be logged.
|
|
76
76
|
- `none` - Don't create a log file.
|
|
77
77
|
- `standard` - Log only basic player information, the same as what's printed to the console (default).
|
|
78
78
|
- `extended` - Log all player information and additional match information.
|
|
@@ -85,7 +85,7 @@ Options:
|
|
|
85
85
|
- `-aroma` - Switch to Aroma mode. Enable if using the TCPGecko Aroma plugin.
|
|
86
86
|
|
|
87
87
|
- `-cemu [PID]` - Switch to Cemu mode. The `-ip` argument is not required and will be ignored.
|
|
88
|
-
|
|
88
|
+
Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.
|
|
89
89
|
- `PID` - PID of the Cemu process (optional).
|
|
90
90
|
|
|
91
91
|
- `-stack Address (in hex)` - (Cemu only, optional) Beginning address of the stack space for Default Core 1 (Debug > View PPC threads).
|
|
@@ -95,7 +95,7 @@ Only required for logging stats. If the default values don't work, you'll need t
|
|
|
95
95
|
|
|
96
96
|
- `-silent` - Disable printing logs to the console.
|
|
97
97
|
|
|
98
|
-
Logs are saved in `(User)/Documents/Splatlogger/logs
|
|
98
|
+
Logs are saved in `(User)/Documents/Splatlogger/logs/`.
|
|
99
99
|
|
|
100
100
|
To always run with the same IP and options without having to type them in manually, create an `args.txt` file in
|
|
101
101
|
`(User)/Documents/Splatlogger/` and put the arguments following `splatlogger` in there.
|
|
@@ -56,7 +56,7 @@ path/to/Splatlogger-1.x.exe -ip IP [options]
|
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
Options:
|
|
59
|
-
- `-log-level
|
|
59
|
+
- `-log-level option` - Set how much data should be logged.
|
|
60
60
|
- `none` - Don't create a log file.
|
|
61
61
|
- `standard` - Log only basic player information, the same as what's printed to the console (default).
|
|
62
62
|
- `extended` - Log all player information and additional match information.
|
|
@@ -69,7 +69,7 @@ Options:
|
|
|
69
69
|
- `-aroma` - Switch to Aroma mode. Enable if using the TCPGecko Aroma plugin.
|
|
70
70
|
|
|
71
71
|
- `-cemu [PID]` - Switch to Cemu mode. The `-ip` argument is not required and will be ignored.
|
|
72
|
-
|
|
72
|
+
Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.
|
|
73
73
|
- `PID` - PID of the Cemu process (optional).
|
|
74
74
|
|
|
75
75
|
- `-stack Address (in hex)` - (Cemu only, optional) Beginning address of the stack space for Default Core 1 (Debug > View PPC threads).
|
|
@@ -79,7 +79,7 @@ Only required for logging stats. If the default values don't work, you'll need t
|
|
|
79
79
|
|
|
80
80
|
- `-silent` - Disable printing logs to the console.
|
|
81
81
|
|
|
82
|
-
Logs are saved in `(User)/Documents/Splatlogger/logs
|
|
82
|
+
Logs are saved in `(User)/Documents/Splatlogger/logs/`.
|
|
83
83
|
|
|
84
84
|
To always run with the same IP and options without having to type them in manually, create an `args.txt` file in
|
|
85
85
|
`(User)/Documents/Splatlogger/` and put the arguments following `splatlogger` in there.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Splatlogger
|
|
3
|
-
Version: 1.6.2
|
|
3
|
+
Version: 1.6.2.post1
|
|
4
4
|
Summary: A CLI PID (Principal ID)/PNID grabber and match logger for Splatoon.
|
|
5
5
|
Author-email: Shadow Doggo <shadowdoggo@protonmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -72,7 +72,7 @@ path/to/Splatlogger-1.x.exe -ip IP [options]
|
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
Options:
|
|
75
|
-
- `-log-level
|
|
75
|
+
- `-log-level option` - Set how much data should be logged.
|
|
76
76
|
- `none` - Don't create a log file.
|
|
77
77
|
- `standard` - Log only basic player information, the same as what's printed to the console (default).
|
|
78
78
|
- `extended` - Log all player information and additional match information.
|
|
@@ -85,7 +85,7 @@ Options:
|
|
|
85
85
|
- `-aroma` - Switch to Aroma mode. Enable if using the TCPGecko Aroma plugin.
|
|
86
86
|
|
|
87
87
|
- `-cemu [PID]` - Switch to Cemu mode. The `-ip` argument is not required and will be ignored.
|
|
88
|
-
|
|
88
|
+
Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.
|
|
89
89
|
- `PID` - PID of the Cemu process (optional).
|
|
90
90
|
|
|
91
91
|
- `-stack Address (in hex)` - (Cemu only, optional) Beginning address of the stack space for Default Core 1 (Debug > View PPC threads).
|
|
@@ -95,7 +95,7 @@ Only required for logging stats. If the default values don't work, you'll need t
|
|
|
95
95
|
|
|
96
96
|
- `-silent` - Disable printing logs to the console.
|
|
97
97
|
|
|
98
|
-
Logs are saved in `(User)/Documents/Splatlogger/logs
|
|
98
|
+
Logs are saved in `(User)/Documents/Splatlogger/logs/`.
|
|
99
99
|
|
|
100
100
|
To always run with the same IP and options without having to type them in manually, create an `args.txt` file in
|
|
101
101
|
`(User)/Documents/Splatlogger/` and put the arguments following `splatlogger` in there.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|