many small fixes
This commit is contained in:
parent
bf64997bf9
commit
050b0385c0
@ -4,9 +4,9 @@ By Senko-san, 20/11/2020
|
|||||||
|
|
||||||
## Preface
|
## Preface
|
||||||
|
|
||||||
This guide covers everything you need to know to dump all the data you need from Escape From Tarkov.
|
This guide covers everything you need to know to dump all the data you need from Escape From Tarkov.\
|
||||||
It is highly recommended that you read the guide at least once before executing what's written here.
|
It is highly recommended that you read the guide at least once before executing what's written here.\
|
||||||
For dumping server data, see 1-3.
|
For dumping server data, see 1-3.\
|
||||||
For dumping asset data, see 4.
|
For dumping asset data, see 4.
|
||||||
|
|
||||||
## Theory
|
## Theory
|
||||||
@ -27,11 +27,9 @@ In addition, we save the assembly in the gamefiles before making modifications t
|
|||||||
|
|
||||||
## Legenda
|
## Legenda
|
||||||
|
|
||||||
```markdown
|
**path** | **what** | **example**
|
||||||
**path** **what** | **example**
|
|
||||||
------------ | ----------------------------- | ----------------------
|
------------ | ----------------------------- | ----------------------
|
||||||
`%gamedir%` | Escape From Tarkov (Live) | `C:/games/EFT/ (Live)`
|
`%gamedir%` | Escape From Tarkov (Live) | `C:/games/EFT/ (Live)`
|
||||||
```
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -42,57 +40,58 @@ In addition, we save the assembly in the gamefiles before making modifications t
|
|||||||
|
|
||||||
## 1. Dumper
|
## 1. Dumper
|
||||||
|
|
||||||
1. Copy-paste `%gamedir%/EscapeFromTarkov_Data/Managed/Assembly-CSharp.dll` to your de4dot folder
|
1. Copy-paste `%gamedir%/EscapeFromTarkov_Data/Managed/Assembly-CSharp.dll` to your de4dot folder.
|
||||||
2. Drag `Assembly-CSharp.dll` on top of `de4ot-x64.exe`
|
2. Drag `Assembly-CSharp.dll` on top of `de4ot-x64.exe`.
|
||||||
3. Open `Assembly-CSharp-cleaned.dll` in dnSpy
|
3. Open `Assembly-CSharp-cleaned.dll` in dnSpy.
|
||||||
4. Find the deobfuscation method (appendix 1.1)
|
4. Find the deobfuscation method (appendix 1.1).
|
||||||
5. Run the deobfuscate command with the token from the deobfuscation method (appendix 1.2)
|
5. Run the deobfuscate command with the token from the deobfuscation method (appendix 1.2).
|
||||||
6. Cut-paste `Assembly-CSharp-cleaned-cleaned.dll` to `%gamedir%/EscapeFromTarkov_Data/Managed/`
|
6. Cut-paste `Assembly-CSharp-cleaned-cleaned.dll` to `%gamedir%/EscapeFromTarkov_Data/Managed/`.
|
||||||
7. Open `Assembly-CSharp-cleaned-cleaned.dll` in dnSpy
|
7. Open `Assembly-CSharp-cleaned-cleaned.dll` in dnSpy.
|
||||||
8. dnSpy > File > Save Module.
|
8. dnSpy > File > Save Module.
|
||||||
9. Apply dumper patch (appendix 1.3)
|
9. Apply dumper patch (appendix 1.3).
|
||||||
10. Apply ssl patch (appendix 1.4)
|
10. Apply ssl patch (appendix 1.4).
|
||||||
11. Apply battleye patch (appendix 1.5)
|
11. Apply battleye patch (appendix 1.5).
|
||||||
12. dnSpy > File > Save Module
|
12. dnSpy > File > Save Module.
|
||||||
|
|
||||||
## 2. Backup
|
## 2. Backup
|
||||||
|
|
||||||
1. Create `%gamedir%/backup/`
|
1. Create `%gamedir%/backup/`.
|
||||||
2. Copy-paste `Assembly-CSharp.dll` to `%gamedir%/backup/`
|
2. Copy-paste `Assembly-CSharp.dll` to `%gamedir%/backup/`.
|
||||||
3. Rename `Assembly-CSharp.dll` in `%gamedir%/backup/` to `Assembly-CSharp.dll.bak`
|
3. Rename `Assembly-CSharp.dll` in `%gamedir%/backup/` to `Assembly-CSharp.dll.bak`.
|
||||||
4. Cut-paste `Assembly-CSharp-cleaned-cleaned.dll` to `%gamedir%/backup/`
|
4. Cut-paste `Assembly-CSharp-cleaned-cleaned.dll` to `%gamedir%/backup/`.
|
||||||
5. Rename `Assembly-CSharp-cleaned-cleaned.dll` in `%gamedir%/backup/` to `Assembly-CSharp.dll`
|
5. Rename `Assembly-CSharp-cleaned-cleaned.dll` in `%gamedir%/backup/` to `Assembly-CSharp.dll`.
|
||||||
|
|
||||||
## 3. Dumping server data
|
## 3. Dumping server data
|
||||||
|
|
||||||
1. Open Battlestate Games Launcher
|
1. Open Battlestate Games Launcher.
|
||||||
2. Battlestate Games Launcher > settings > close launcher when game starts
|
2. Battlestate Games Launcher > settings > close launcher when game starts.
|
||||||
3. Start the game
|
3. Start the game.
|
||||||
4. Copy-paste `%gamedir%/backup/Assembly-CSharp.dll` to `%gamedir%/EscapeFromTarkov_Data/Managed/` when the launcher closes
|
4. Copy-paste `%gamedir%/backup/Assembly-CSharp.dll` to `%gamedir%/EscapeFromTarkov_Data/Managed/` when the launcher closes.
|
||||||
5. `%gamedir%/HTTP_DATA/` appears when you reached the main menu
|
5. `%gamedir%/HTTP_DATA/` appears when you reached the main menu.
|
||||||
6. Dump the data (appendix 2)
|
6. Dump the data (appendix 2).
|
||||||
7. Close the game
|
7. Close the game.
|
||||||
8. Replace `Assembly-CSharp.dll` with the original assembly
|
8. Replace `Assembly-CSharp.dll` with the original assembly.
|
||||||
|
|
||||||
## 4. Dumping asset data
|
## 4. Dumping asset data
|
||||||
|
|
||||||
1. Open AssetStudio.
|
1. Open AssetStudio.
|
||||||
2. AssetStudio > File > Load File > `%gamedir%/EscapeFromTarkov_Data/sharedassets2.assets`
|
2. AssetStudio > File > Load File > `%gamedir%/EscapeFromTarkov_Data/sharedassets2.assets`.
|
||||||
3. Switch from Scene Hierarchy to Asset List
|
3. Switch from Scene Hierarchy to Asset List.
|
||||||
4. AssetStudio > Filter Type > what you look for (example: `TextAsset`)
|
4. AssetStudio > Filter Type > what you look for (example: `TextAsset`).
|
||||||
5. Select the map files you want (example: `bigmap2`, `RezervBase6`)
|
5. Select the map files you want (example: `bigmap2`, `RezervBase6`).
|
||||||
6. AssetStudio > Export > Selected Assets
|
6. AssetStudio > Export > Selected Assets.
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
||||||
Congratulations, you've succesfully dumped Escape From Tarkov's data.
|
Congratulations, you've succesfully dumped Escape From Tarkov's data.
|
||||||
|
|
||||||
In order to use it in Aki's database, you have 2 options:
|
In order to use it in Aki's database, you have 2 options:
|
||||||
|
|
||||||
- Manually convert the data
|
- Manually convert the data.
|
||||||
- Use a tool like `aki-analyzer` to convert the data into the format the server accepts
|
- Use a tool like `aki-analyzer` to convert the data into the format the server accepts.
|
||||||
|
|
||||||
The data does contain sensitive information such as you account id, so be careful whom you share it with.
|
The data does contain sensitive information such as you account id, so be careful whom you share it with.\
|
||||||
`aki-analyzer` strips out the sensitive information when it converts the data to the right format.
|
`aki-analyzer` strips out the sensitive information when it converts the data to the right format.\
|
||||||
And no, the data dumped from the game server cannot be uploaded back to the game server.
|
And no, the data dumped from the game server cannot be uploaded back to the game server.
|
||||||
|
|
||||||
## Appendix 1: Code
|
## Appendix 1: Code
|
||||||
@ -154,7 +153,6 @@ Class784.RunValidation()
|
|||||||
|
|
||||||
This discusses how you can obtain certain data with the dumper installed.
|
This discusses how you can obtain certain data with the dumper installed.
|
||||||
|
|
||||||
```markdown
|
|
||||||
**Type** | **How**
|
**Type** | **How**
|
||||||
--------------- | -----------------------------------------------------------------------------------------------------
|
--------------- | -----------------------------------------------------------------------------------------------------
|
||||||
Startup locales | Start the game in the locale you want to dump.
|
Startup locales | Start the game in the locale you want to dump.
|
||||||
@ -168,4 +166,3 @@ Location (loot) | Rip from game files.
|
|||||||
Models | Rip from game files.
|
Models | Rip from game files.
|
||||||
Textures | Rip from game files.
|
Textures | Rip from game files.
|
||||||
Audio | Rip from game files.
|
Audio | Rip from game files.
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user