121 lines
5.8 KiB
Markdown
Raw Normal View History

2020-11-05 17:08:42 +01:00
<img src="./assets/img/headers/faq.png" width="100" height="150"/>
2020-10-13 01:18:11 +02:00
## <font color="red">Launcher related questions</font>
### <font color="orange">The launcher closes as soon as it opens</font>
Copy-paste from `EscapeFromTarkov_Data/Managed/` into the same directory where `Launcher.exe` is located:
- `0Harmony.dll`
- `Assembly-CSharp.dll`
- `Newtonsoft.Json.dll`
- `NLog.dll`
- `NLog.SPTarkov.Common.dll`
- `UnityEngine.dll`
- `UnityEngine.CoreModule.dll`
- `UnityEngine.ImageConversionModule.dll`
- `zlib.net.dll`
### <font color="orange">The launcher reports that no servers are available</font>
Make sure that `Server.exe` says that the server is running. After this, press the refresh button.
### <font color="orange">The launcher reports that no connection can be established</font>
Make sure that `Server.exe` says that the server is running.
### <font color="orange">Object reference not set to an instance of an object reported by launcher</font>
1. Start server
2. Start EscapeFromTarkov.exe
3. Wait about 10 sec on loading screen
4. Close game (Alt+f4)
5. Start Launcher.exe
If this does not solve your issue, make sure that you've also ran the game from your Official Tarkov installation.
## <font color="red">Server related questions</font>
### <font color="orange">Where is the mods folder located?</font>
In `user/mods/`. If it's not located there, create a folder `mods` in the `user` folder of the server.
### <font color="orange">TypeError: Cannot read property 'menu' of undefined</font>
In order to fix this error, you need to download the language you're using [here](https://mods.offline-tarkov.com), The language you're using is shown above the error.
eg:
2020-11-05 17:17:02 +01:00
<img src="https://i.imgur.com/ms4aOFu.png" width="10" height="450"/>
2020-10-13 01:18:11 +02:00
/client/menu/locale/**ch** <-- is the language you're using, so download the language mod according to your version.
### <font color="orange">TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined</font>
In order to fix this error, you need to either uninstall your current NodeJS version and install NodeJS v12.16.3, **or** if the error is coming from `logger.js` then:
1. Open `core/util/logger.js`.
2. On line `43`, replace `fs.writeFileSync(filepath);` with `fs.writeFileSync(filepath, '');`.
3. Save the file and re-run server.
### <font color="orange">Input string 'number' is not a valid integer.</font>
2020-11-05 17:17:02 +01:00
<img src="https://i.gyazo.com/eef012c573f3534de20aa8c37ffa9742.png" width="120" height="80"/>
2020-10-13 01:18:11 +02:00
**⚠️ <font color="red">If you want to make any changes in your character profile file, close both the game and the server, none of these should run ⚠️ .</font>**
If you encounter this error, you need to:
1. Go into `user/profile/yourProfileID/character.json`.
2. Search for the number appearing in the error
3. Remove the **".5"** of the number
4. Save the file
5. Start the server
### <font color="orange">How do i recache my server ?</font>
Before recaching your server, make sure to have both the game and server **not started**.
In order to recache your server you need:
1. Head to `ServerDir/user`
2. Delete the **cache** folder
3. Head to `ClientDir/`
4. Delete the **cache** folder
5. Start the server
### <font color="orange">Can i play with friends on SPTarkov ?</font>
In order to play with your friends, you need to buy an Escape From Tarkov copy at https://www.escapefromtarkov.com/preorder-page
**SPTarkov will never hold multiplayer capabilitys.**. So no you will not be able to play with your friends using SPTarkov. Even if you find videos that show people playing with other people on it, it's not made by SPTarkov tarkov team, and it's absolutely not related to it too.
### <font color="orange">Where is the `bots_f`folder?</font>
2020-11-05 17:17:02 +01:00
<img src="./assets/img/goose.jpg" width="120" height="120"/>
2020-10-13 01:18:11 +02:00
## <font color="red">Building from source questions</font>
### <font color="orange">When building the modules project I get a "code 4" error</font>
Check the directory path where you are building the project, it should not have any spaces in it e.g.
`C:\This is a bad directory name\modules\project`
See below for a good example of a directory structure.
`C:\SPTarkovDev\modules\project\`
## <font color="red">Unrelated questions</font>
### <font color="orange">Where can i download the last version of SPTarkov ?</font>
Just head over the [#tutorials](https://www.guilded.gg/senkospub/groups/B36wYEeD/channels/16291b64-bd22-4e1a-8af5-11f5e69fd9d8/docs) section in the SPTarkov guilded.
Link : https://www.guilded.gg/senkospub
### <font color="orange">The game is stuck at the loading page</font>
This means your assemblies version is wrong or your client version is wrong. Use the lastest files available only in the SPTarkov guilded.
### <font color="orange">How do i clean my temporary EFT folder ?</font>
For cleaning this folder, open the windows start menu and search **%temp%**.
Open this folder and look for **Battlestate Games**. Delete this folder and it's done!
### <font color="orange">Can i use the underbarrel grenade launcher ?</font>
No you can't, the grenade launcher is having issues when reloading which blocks your character of doing anything else in a game. It's not meant to be useable, otherwise it would be available on the official game.
### <font color="orange">I don't have any bots that spawn in my raid</font>
That's normal, in order to get bots to spawn, you need to check the "Enable PVE" checkbox in the raid screen.
### <font color="orange">I'm stuck in the right click menu UI</font>
In order to fix this, you can reduce your mouse right click speed in the windows options.
2020-11-05 17:17:02 +01:00
<img src="https://cdn.discordapp.com/attachments/681319583533236255/713398124772851802/unknown.png" width="100" height="120"/>
<img src="https://cdn.discordapp.com/attachments/681319583533236255/713398004400259162/unknown.png" width="100" height="120"/>