Adding Credits To Your Map: Difference between revisions
Jump to navigation
Jump to search

Note:You need the credits file to be the map's name but ending with a
(put text into a textbox.) |
Kestrelguy (talk | contribs) m (added language bar.) |
||
Line 1: | Line 1: | ||
{{lang|{{PAGENAME}}}} | |||
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 .txt file: | |||
<pre><nowiki> | <pre><nowiki> | ||
<php> | <php> | ||
Line 26: | Line 24: | ||
</php> | </php> | ||
</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.}} |
Revision as of 06:23, 10 May 2022


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> <b> New! </b> <font color="#FF0000"> Closed Double doors to allow CT to reach B easier. </font> Credits: <font color="#00FF00"> Eyal282 </font> </php>

.txt
instead of .bsp
, and it must be placed in the same folder as the .bsp
itself.