Adding Credits To Your Map: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 4: Line 4:
The easiest way to add credits is using this as a .txt file:
The easiest way to add credits is using this as a .txt file:


[code]
<code>


COMMUNITYMAPCREDITS:  
COMMUNITYMAPCREDITS:  
poLemin
Eyal282
 
[/code]


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


[code]
<code>
<b> New! </b>
<b> New! </b>


Line 25: Line 24:
  Eyal282
  Eyal282
</font>
</font>
[/code]
</code>

Revision as of 05:29, 13 February 2021

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:

COMMUNITYMAPCREDITS: Eyal282

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

New!

Closed Double doors to allow CT to reach B easier.

Credits:

Eyal282