Resource list (GoldSrc)

From Valve Developer Community
Revision as of 10:52, 24 December 2023 by SirYodaJedi (talk | contribs) (Created page with "{{entitytabs|Resource list|goldsrc=true|source=true}} A Resource list ({{mono|.res}} file) accompanies a map. When the map is running, it directs the server to push arbitrary...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Resource list (.res file) accompanies a map. When the map is running, it directs the server to push arbitrary files to connecting clients.

A RES file for a map called 🖿example.bsp containing a custom skybox called `mysky` would look like this:

example.res
res
gfx/env/myskyup.tga gfx/env/myskydn.tga gfx/env/myskylf.tga gfx/env/myskyrt.tga gfx/env/myskyft.tga gfx/env/myskybk.tga