Adding Credits To Your Map: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (WisdomBot moved page Adding Credits To Your Map to Adding Credits To Your Map/en: Moved to {{Multipage}} compliant page name. This action was perfomed by a bot under supervision.)
m (→‎top: clean up, added uncategorised, deadend tags)
Line 1: Line 1:
{{Dead end|date=January 2024}}
{{langsp}}
{{langsp}}


Line 26: Line 27:
</nowiki></pre>
</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.}}
{{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}}

Revision as of 08:40, 21 January 2024

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
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.
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