Skip to content
thomas edited this page Aug 3, 2019 · 4 revisions

FAQ - Frequently Asked Questions

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.


I have this error: [SM] Exception reported: Language phrase "xxxxx_xxxxxx" not found

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.


There are Big red error boxes instead of models

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.

Black icons above players head instead of emotes

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.

The config files are not getting generated

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.

Can I use MyStore with SQLite?

Nope, sorry. MyStore only support MySQL.


Can I use plugins/modules from original Zephyrus store?

Nope, unfortunately not. MyStore has own & new natives and some structure changes to the original.


Can I/you edit plugins/modules from original Zephyrus store to work with MyStore?

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

My question is not listed

If your problem / question is not listed here:

Clone this wiki locally