AUTHINFO: Difference between revisions

222 bytes removed ,  8 June 2022
m
AUTHINFO has been added in 3.2 (note that the link to the 3.2 testing folder doesn't exist at this time).
(Created a draft page for the AUTHINFO lump (expected to be finished in Zandronum 3.2).)
 
m (AUTHINFO has been added in 3.2 (note that the link to the 3.2 testing folder doesn't exist at this time).)
Line 1: Line 1:
{{MessageBox
{{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:
|bgcolor=#F88
|icon=[[File:MedalYouFailIt.png]]
|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>