AUTHINFO: Difference between revisions
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: | ||
{{ | {{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: | ||
| | |||
| | |||
}} | |||
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> |