AUTHINFO: Difference between revisions

171 bytes added ,  2 January 2023
no edit summary
m (AUTHINFO has been added in 3.2 (note that the link to the 3.2 testing folder doesn't exist at this time).)
No edit summary
Tag: Source edit
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{SpecialLumpWarning}}
{{DevfeatureWarning|version=3.2|type=a [[:Category:Special lumps|special lump]]}}
{{Devfeature|3.2|alpha}} This special lump allows modders to define their own set of lumps that they wish to protect. This is useful in cases where modders want to prevent players from modifying certain lumps (graphics, sounds, sprites, etc.) on their ends and potentially gain an unfair advantage in online games. Lumps can be added to the authentication list with the command:
{{Devfeature|3.2|alpha}} This special lump allows modders to define their own set of lumps that they wish to protect. This is useful in cases where modders want to prevent players from modifying certain lumps (graphics, sounds, sprites, etc.) on their ends and potentially gain an unfair advantage in online games. Lumps can be added to the authentication list with the command:
<pre>
<pre>
Line 45: Line 47:


AUTHINFO cannot modify any of these lumps and any attempt at doing so will print an error message during startup.
AUTHINFO cannot modify any of these lumps and any attempt at doing so will print an error message during startup.
[[Category:Special lumps]]
[[Category:Zandronum-specific lumps]]