From 2ae58d830884818bf66d287b011c89bfc08d91c4 Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 21:10:02 -0500 Subject: [PATCH] This tutorial is good to go --- docs/index.html | 1 + .../tutorials/edit_the_player_profile.md | 16 +++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) rename docs/md/{.old => }/tutorials/edit_the_player_profile.md (95%) diff --git a/docs/index.html b/docs/index.html index f62f9da..68be74d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -53,6 +53,7 @@ }, "Tutorials": { // Generalist tutorials (walkthrough projects) + "Edit the player profile": "tutorials/edit_the_player_profile.md", "WorkInProgress": "demo.md" }, "Modding": { diff --git a/docs/md/.old/tutorials/edit_the_player_profile.md b/docs/md/tutorials/edit_the_player_profile.md similarity index 95% rename from docs/md/.old/tutorials/edit_the_player_profile.md rename to docs/md/tutorials/edit_the_player_profile.md index b39d595..7784793 100644 --- a/docs/md/.old/tutorials/edit_the_player_profile.md +++ b/docs/md/tutorials/edit_the_player_profile.md @@ -7,12 +7,9 @@ For doing **any** edits in SP-Tarkov i higly recommend you to use this software This software is free and alot more helpfull for alot of things, like missing coma and everything about the syntax. * Make a backup of the profile you're using. -For this, heads to `ServerFolder/user/profiles` and create a copy of the profile you're using (you should have only one if you don't know what you're doing, and need this tutorial). - -:::caution -If you want to make any changes, close both the game and the server, none of these should run. -::: +For this, heads to `ServerFolder/user/profileID` and create a copy of the profile you're using. +
If you want to make any changes, close both the game and the server, none of these should run.
## Table : * [Change your character level](#editing-my-character-level) @@ -39,7 +36,7 @@ Copy this number and replace the number "0" in your profile and remove the extra Save your changes and start the server, you now have the desired level ! ## Changing my skills level -In this part, we are going to change our skills level, for having the master level of each skill. For this, heads to `ServerFolder/user/profiles/accountID/character.json` and search for this in the file : **"Skills":**. +In this part, we are going to change our skills level, for having the master level of each skill. For this, heads to `ServerFolder/user/profiles/profileID.json` and search for this in the file : **"Skills":**. When you will be at this point, you will face this : @@ -88,6 +85,7 @@ At the end, the line for each skill you want to max out looks like this : **"Pro [Back at the top](#requirements) + ## Change quest status Well, in this part you will learn how to change your quest status, that means, make it finished without having done the requirements for it (you mainly need to do this when a specific quest is bugged). @@ -148,6 +146,8 @@ Don't forget to save your changes ! [Back at the top](#requirements) + + ## Changing hideout areas status Well, in this part you will learn how to change anything related to the hideout areas, that means, make it max level without having done the requirements for it. @@ -194,6 +194,8 @@ The only thing you will have to do is changing the level to the max level number [Back at the top](#requirements) + + ## Editing traders Well, in this part you will learn how to change your quest status, that means, make it finished without having done the requirements for it (you mainly need to do this when a specific quest is bugged).. @@ -274,4 +276,4 @@ Save your changes and start the server, you now have a stack of 99.999.999 money **Tutorials made by : Sorata-Senpai** ## Official links -**Guilded link**: https://www.guilded.gg/senkospub \ No newline at end of file + \ No newline at end of file