Adding Credits To Your Map: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Nesciuse moved page Adding Credits To Your Map/en to Adding Credits To Your Map without leaving a redirect: Move en subpage to basepage)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
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
{{LanguageBar}}
{{Orphan|date=January 2024}}


{{Dead end|date=January 2024}}


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


<code>
The easiest way to add credits is using this as a <code>.txt</code> file:
<pre><nowiki>
<php>


COMMUNITYMAPCREDITS:  
COMMUNITYMAPCREDITS:  
Eyal282
Eyal282


</code>
</php>
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>
<php>
<b> New! </b>
''' New! '''


<font color="#FF0000">
<font color="#FF0000">
Line 24: Line 27:
  Eyal282
  Eyal282
</font>
</font>
</code>
</php>
</nowiki></pre>
{{Note|You need the credits file to be the map's name but ending with a <code>.txt</code> instead of <code>.bsp</code>, and it must be placed in the same folder as the <code>.bsp</code> itself.}}
 
{{Uncategorized|date=January 2024}}
 
 
{{stub}}

Latest revision as of 03:58, 12 July 2024

English (en)Translate (Translate)
Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon 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 Wikipedia icon categories. Please help out by Wikipedia icon adding categories.
January 2024


Stub

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