-
Notifications
You must be signed in to change notification settings - Fork 9
FAQ
This is a compilation of information on particularly frequently asked questions and frequently occurring problems
I have this error: [SM] Fatal error encountered parsing translation file "MyStore.phrases.txt" [SM] Error (line 0, column 0): Stream failed to open
The translation file MyStore.phrases.txt
in ./addons/sourcemod/translation/
is missing or corrupt.
- Check your installation to see if this file exists in its location.
- If corrupt, download file from github and reupload to your server.
- Still corrupt? Report an Bug
There is a missing phrase in MyStore.phrases.txt
. Most likely outdated.
- Open
./addons/sourcemod/translation/MyStore.phrases.txt
in an editor and search for the missing phrase - If the phrase is still missing, download file from github and reupload to your server.
- Still corrupt? Report an Bug
Player get kicked with reason: Disconnect: Pure server: file [GAME]\materials/XXXXX does not match the server's file
You haven't configured your server to use custom game resources.
- First read this: https://developer.valvesoftware.com/wiki/Pure_Servers
- Edit your
pure_server_whitelist.txt
likethis example-
Not recommended: Instead of edit
pure_server_whitelist.txt
setsv_pure 0
in yourserver.cfg
-
Not recommended: Instead of edit
You have a problem with your FastDL files.
- Check that you have all the necessary files on your game server & FastDL server. Installation Guide
- When connecting to the server, check that all necessary files have been downloaded. After connecting, open the client console and search for something like this:
Downloading http://YourFastDL.tld/csgo/models/player/custom_player/legacy/security/security.mdl.bz2
Download finished!
- If the download failed. Try your FastDL URL in a browser. Files should be downloadable.
- If file not downloadable, google for "FastDL problems" or ask in your favorit sourcemod forum.
You have a problem with your FastDL files.
- Check that you have all the necessary files on your game server & FastDL server. Installation Guide
- When connecting to the server, check that all necessary files have been downloaded. After connecting, open the client console and search for something like this:
Downloading http://YourFastDL.tld/csgo/models/player/custom_player/legacy/security/security.mdl.bz2
Download finished!
- If the download failed. Try your FastDL URL in a browser. Files should be downloadable.
- If file not downloadable, google for "FastDL problems" or ask in your favorit sourcemod forum.
MyStore only generate the .cfg files in ./cfg/sourcemod/MyStore/
not in ./addons/sourcemod/configs/MyStore/
- You must do a full server restart. Only map changing isn't enough.
Nope, sorry. MyStore only support MySQL.
Nope, unfortunately not. MyStore has own & new natives and some structure changes to the original.
Yes! It should be very easy for every plugin developer to port their plugins to MyStore with help of the well commented MyStore include file
- If you cannot do it yourself or the original plugin author is not available, you can open a Feature Request
If your problem / question is not listed here:
- Read all open issues
- Open an Feature Request / Report Bug