Skip to content

nukkonyan/Econ-Resource-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Econ Resource Data v1.1.1

Localize and translate strings from within the game.

Natives

  • EconResData_LocalizeToken(int client, const char[] token, char[] output, int maxlen)
  • EconResData_GetColour(const char[] token)
  • EconResData_GetItemName(int client, int itemdef, char[] name, int maxlen)
  • EconResData_ValidItemClassname(const char[] item_classname)
  • EconResData_GetKeyValues()
  • EconResData_GetGameSkins()
  • EconResData_GetGameClassnames()
  • EconResData_ValidGameSkin(int skin_id)
  • EconResData_GetGameGraffitis()
  • EconResData_ValidGameGraffiti(int graffiti_id)

Todo

  • Fix CS:GO tokens to be read properly from the language file, as some fails to be read due to special characters.
    • such as and other language-specific characters hindering from reading further through the language file.

Credits

  • Credits to Dr. McKay for the language file parsing code, loaning from Enhanced Item Notifications plugin
  • Credits to dragokas for some fixes regarding parsing the language file.
  • Check out 'Enhanced Item Notifications' made by legendary Dr. McKay.

About

Localize and translate strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published