Adding Credits To Your Map: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎top: Unicodifying, replaced: </b> → ''', <b> → ''')
(Preparing page for move. This action was perfomed by a bot under supervision.)
Line 1: Line 1:
{{lang|{{PAGENAME}}}}
{{langsp}}
 
The easiest way to add credits is using this as a <code>.txt</code> file:
The easiest way to add credits is using this as a <code>.txt</code> file:
<pre><nowiki>
<pre><nowiki>

Revision as of 08:50, 12 January 2024

English (en)Translate (Translate)

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.