Adding Credits To Your Map

From Valve Developer Community
Jump to: navigation, search


English (en)
Edit
Dead End - Icon.png
This article has no links to other VDC articles. Please help improve this article by adding links that are relevant to the context within the existing text.
January 2024


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

<php>

COMMUNITYMAPCREDITS: 
Eyal282

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

<php>
''' New! '''

<font color="#FF0000">
 Closed Double doors to allow CT to reach B easier.
</font>

Credits:

<font color="#00FF00">
 Eyal282
</font>
</php>
Note.pngNote:You need the credits file to be the map's name but ending with a .txt instead of .bsp, and it must be placed in the same folder as the .bsp itself.
Wikipedia - Letter.png
This article has not been added to any content categories. Please help out by adding categories.
January 2024


Stub

This article or section is a stub. You can help by adding to it.