Adding Credits To Your Map: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(put text into a textbox.) |
||
Line 3: | Line 3: | ||
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: | ||
<pre><nowiki> | |||
<php> | <php> | ||
Line 25: | Line 25: | ||
</font> | </font> | ||
</php> | </php> | ||
</nowiki></pre> |
Revision as of 14:30, 21 March 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:
<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>