diff --git a/docs/assets/img/spt-aki/tutorials/tut_0/009.png b/docs/assets/img/spt-aki/tutorials/tut_0/009.png new file mode 100644 index 0000000..eadc172 Binary files /dev/null and b/docs/assets/img/spt-aki/tutorials/tut_0/009.png differ diff --git a/docs/assets/img/spt-aki/tutorials/tut_0/010.png b/docs/assets/img/spt-aki/tutorials/tut_0/010.png new file mode 100644 index 0000000..f318ffc Binary files /dev/null and b/docs/assets/img/spt-aki/tutorials/tut_0/010.png differ diff --git a/docs/assets/img/spt-aki/tutorials/tut_0/011.png b/docs/assets/img/spt-aki/tutorials/tut_0/011.png new file mode 100644 index 0000000..43298f6 Binary files /dev/null and b/docs/assets/img/spt-aki/tutorials/tut_0/011.png differ diff --git a/docs/md/tutorials/tut_0/tut0_2.md b/docs/md/tutorials/tut_0/tut0_2.md index 51ee864..fbce323 100644 --- a/docs/md/tutorials/tut_0/tut0_2.md +++ b/docs/md/tutorials/tut_0/tut0_2.md @@ -1,3 +1,30 @@ # Editing a character level -... +Editing a character's level is a quick way to unlock the flea market and to fill a part of the requirements to get access to higher grade items from the traders. + +To do so: + +* Open your character profile (`%game%\server\user\%profileId%`) with your code editor. +* Search for the first line with the `Experience` property. + +![Screenshot of the profile file](../assets/img/spt-aki/tutorials/tut_0/009.png) + +* Go to the [EFT Wiki Character skills page](https://escapefromtarkov.gamepedia.com/Character_skills#Experience), scroll down to the "Experience" section and copy the `Cumulative Total` value of desired level from the table. + +> **Note**\ +> Remember to remove the commas or it will break the file formatting. If you copied `3,873,658` from the table, it should be writtent as `3873658` in the file. + +* Replace the experience value from the file with the one copied from the table. +* Save the file. + +On the next server startup the character will be at the desired level. + +> **Note**\ +> A character's level, in Escape From Tarkov, is not tied to the `"Level"` property. Instead, it's derived from the amount of experience it has. As such, a character with `781760` experience points will be level 30. + +Below is an example with before/after screenshots of the file for a character going from level 1 to level 50. + +![Before](../assets/img/spt-aki/tutorials/tut_0/010.png) +![After](../assets/img/spt-aki/tutorials/tut_0/011.png) + +With this done, your character should now have gained a few levels and you are ready to proceed with the next step, which is [editing the characterskill levels](./#tutorials/tut_0/tut0_3.md).