Adding Credits To Your Map

From Valve Developer Community
Revision as of 05:28, 13 February 2021 by Eyal282 (talk | contribs) (Created page with "Note: You need the credits file to be the map's name but ends with a .txt instead of .bsp, and it will be placed in the same folder as the .bsp itse.f The easiest way to add...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: You need the credits file to be the map's name but ends with a .txt instead of .bsp, and it will be placed in the same folder as the .bsp itse.f


The easiest way to add credits is using this as a .txt file:

[code]

COMMUNITYMAPCREDITS: poLemin

[/code]

You can use the old HTML tags to add any text to your map, example:

[code] New!

Closed Double doors to allow CT to reach B easier.

Credits:

Eyal282

[/code]