Resource list (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) mNo edit summary |
SirYodaJedi (talk | contribs) mNo edit summary |
||
Line 11: | Line 11: | ||
</nowiki>}} | </nowiki>}} | ||
[[RESGen]] can be used to generate resource lists automatically. | [[RESGen]] can be used to generate resource lists automatically, although the results should be cleaned up manually. | ||
[[Category:GoldSrc Level Design]] | [[Category:GoldSrc Level Design]] | ||
[[Category:File formats]] | [[Category:File formats]] | ||
[[Category:Files]] | [[Category:Files]] |
Revision as of 11:04, 24 December 2023
A Resource list (.res file) accompanies a map. When the map is running, it directs the server to push arbitrary files to connecting clients. This is necessary for providing custom assets other than WAD textures, such as models, skyboxes, or sounds, as only WAD textures can be packed into the BSP.
A RES file for a map called example.bsp
containing a custom skybox called `mysky` would look like this:
RESGen can be used to generate resource lists automatically, although the results should be cleaned up manually.