AUTHINFO: Difference between revisions

51 bytes removed ,  2 January 2023
no edit summary
(Created a draft page for the AUTHINFO lump (expected to be finished in Zandronum 3.2).)
 
No edit summary
Tag: Source edit
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{MessageBox
{{SpecialLumpWarning}}
|bgcolor=#F88
{{DevfeatureWarning|version=3.2|type=a [[:Category:Special lumps|special lump]]}}
|icon=[[File:MedalYouFailIt.png]]
{{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:
|text='''NOTE:''' This article is a draft for a future lump that lets modders define their own list of protected lumps. '''This is not supported in any current Zandronum version!'''
}}
 
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>
AddLump <namespace> <name> <last | all>
AddLump <namespace> <name> <last | all>
Line 51: 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]]