CompleteMod NameFilter

From ARK Modding Wiki
Revision as of 11:20, 7 April 2018 by DonCamillo (talk | contribs) (added Author section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
PreviewNamefilter.png

Author

Source Files

The source files are on GitLab

Steam Workshop Page

This mod or it's newest version can be found in the Steam Workshop

About Mod

GTFO checks the charactername for unwanted words, you must determinate those words in your GameUserSettings.ini. GTFO destroys the character and kicks them from the server with a warning message letting them know that they can create a new one with a more appropriated name.

What you can learn from this mod

  • Setup a Singleton ( also known as CCA )
  • How to fire events on Character spawn
  • How to use GameUserSettings
  • Difference between PlayerName, SteamName, PlayerID and SteamID and how to get them
  • Usage of ForEachLoopWithBreak
  • How to modify stats (here set health to -1 to kill)
  • and finally kick a Player