Mod Configuration Files
π What Are Mod Config Files?
Section titled βπ What Are Mod Config Files?βThe EHR Mod allows external configuration through .txt
files located in the EHR_DATA
folder inside your game directory. These files let you control moderation, access, templates, and more.
π Quick Reference
Section titled βπ Quick Referenceβπ BanList.txt
β Blocks specific players
- Purpose: Prevents certain players from joining.
- Format:
(FriendCode, PUID, Name)
β comma-separated - Example:
player#1234, abc9876543, griefname
π« BanWords.txt
β Filters offensive words
- Purpose: Censors unwanted or inappropriate words.
- Format: One word per line
- Example:
badword
β DenyNames.txt
β Blocks specific usernames
- Purpose: Blocks specific player names from use.
- Format: One name per line
- Example:
trollname
π‘οΈ Moderators.txt
β Grants mod privileges
- Purpose: Allows listed users to access moderator tools.
- Format:
(FriendCode)
- Example:
moduser#7777
π·οΈ Tags.txt
β Adds custom profile tags
- Purpose: Assigns visual tags to players.
- Format:
(FriendCode = RichTextTag)
- Example:
user#1111=<#ffaa00ff>Streamer π₯</color>
π Template.txt
β Defines lobby UI & rules
- Purpose: Customizes lobby greeting, rules, and messages.
- Format:
(Key = RichTextValue)
β supports rich-text tags - Example:
welcome=<b>Welcome!</b>
ποΈ VIPs.txt
β Grants VIP status
- Purpose: Adds users to VIP list (cosmetics, perks).
- Format:
(FriendCode)
- Example:
vip#8888
β
WhiteList.txt
β Restricts lobby access
- Purpose: Only listed players can join the lobby.
- Format:
(FriendCode)
- Example:
trusted#4444
π¦ Directory Structure
Section titled βπ¦ Directory StructureβDirectoryEHR_DATA
- BanList.txt
- BanWords.txt
- DenyNames.txt
- Moderators.txt
- Tags.txt
- Template.txt
- VIPs.txt
- WhiteList.txt