Structure css

From Verywiki-EN

Jump to: navigation, search


  • cstrike
    • addons ==> Folder where plugins are located
      • metamod ==> metamod plugin directory
        • metaplugins.ini ==> file where metamod plugins are listed
        • bin ==> Folder containing metamod binary
          • server_i486.so ==> metamod linux binary
      • .vdf ==> File where binary path is announced
      • .so ==> Linux Plugin binary
      • .dll ==> Windows Plugin binary
    • cfg ==> Folder where config files are located
      • autoexec.cfg ==> executer file when server is starting
      • server.cfg ==> file containing game variables, executed each change map
    • gameinfo.txt ==> game config file, used for announce metamod
    • mapcycle.txt ==> file where mapcycle is announced
    • maplist.txt ==> file where maps are announced
    • maps ==> Folder containing maps specific files
      • .bsp ==> maps extension
      • .nav ==> file for bot navigation
      • .txt ==> map description
      • .res ==> announce files to be downloaded with map
    • materials ==> folder containing textures
      • .vtf ==>texture file
      • .vmt==>file announcing texture file path
    • models ==> folder containing 3D models
      • .vtx
      • .mdl
      • .phy
      • .vvd
    • motd.txt ==> Message of the day file
    • ressources
      • overview ==> Folder where overview (radar) are announced
    • sounds ==> Sound files
      • .mp3
      • .wav