
Death Penalty Exemptions
Server mod that allows Admins to exclude specific players (By UID) from death penalties.
查看大图[size=4][b]Description[/b][/size]
[color=#d4d4d8] On my server, specifically I enjoy having death penalties. However, my wife whom has Poland Syndrome and thus a smaller-than-normal left hand has a [b]lot [/b]of trouble with games that have "more complicated inputs." As such she tends to die - a [b]lot - [/b]so I made this for her, and figured I would share it with you all.
This benefits:[/color]
[list]
[][color=#d4d4d8][color=#d4d4d8]Players with Disabilities / limited mobility[/color][/color][/]
[][color=#d4d4d8][color=#d4d4d8]Players with broken keyboards[/color][/color][/]
[][color=#d4d4d8][color=#d4d4d8]Controller players who have FAR more complex input mechanics than keyboard players[/color][/color][/]
[][color=#d4d4d8]Admins who just want to "enjoy the game" but not play it and make things unfair for their community[/color][/]
[][color=#d4d4d8]Admins when they're testing bugs / mods / dungeons / bosses, and more.[/color][/]
[/list][size=4][b]Installation instructions[/b][/size]
[color=#d4d4d8]This has been tested with the latest version of UE4SS for Palworld located here:
[url=https://www.nexusmods.com/palworld/mods/3035]UE4SS (RE-UE4SS Okaetsu Experimental-Palworld)[/url][/color]
[list]
[]Make sure that UE4SS is installed correctly FIRST[/]
[]Copy this mod into your UE4SS Mods folder (the structure should look like the example below[/]
[]Open the "config.lua" file located in the mods "Scripts" folder[/]
[]Type your UIDs that you want to exclude from Death Penalties within the "ExemptPlayerIDs" section as shown below:
You can use either:
1. Full 32-character format from save files: " 8BBA761A000000000000000000000000"
2. Short 8-character format from in-game tooltips: " 0BA69FA2"
The mod will automatically normalize them to the full format
[code]ExemptPlayerIDs = {
"8BBA761A","0BA69FA2"
}[/code][/]
[]Save the config.lua file and restart your server to initialize the mod with the newly configured parameters.
The mod should be installed into your UE4SS folder as shown below:
[code]
Palworld\Pal\Binaries\Win64\ue4ss\Mods /
└── DeathPenaltyExemptions\
| ├── Scripts\
| └── Main.lua
| └── config.lua
└── enabled.txt[/code][/]
[/list][size=4][b]Main features[/b][/size]
[size=3][color=#D4D4D8]Allows Server Administrators that have Death Penalties enabled to exclude specific players from losing their items, pals, etc. (Depending on how you have your server configured.)[/color][/size]
This is a revolutionary new feature for server owners, and customization; and I'm frankly surprised no one thought of it, but I'm glad to bring it to you all!
[size=5]IF YOU ARE UNSURE HOW TO OBTAIN A PLAYER'S UID[/size]
[size=3]Open your "PalWorldSettings.ini file on your server, and put this argument into the settings:
[/size]
[code]bEnableBuildingPlayerUIdDisplay=True[/code][size=3]It should look something like this (note, it HAS to be a single line (to my knowledge) so use the search function
[/size]
[code][/Script/Pal.PalGameWorldSettings]
OptionSettings=(bEnableBuildingPlayerUIdDisplay=True)[/code][size=3]WITH WHATEVER OTHER SETTINGS YOU HAVE IN IT.
Then you can go in-game, travel to a build the player you want to exclude made, and the tooltip will show their UID for you.[/size]
[size=4][b]Requirements[/b][/size]
[url=https://www.nexusmods.com/palworld/mods/3035]UE4SS[/url]
正在加载版本记录…
正在加载评论…
评论在新手盒子客户端中发表,这里同步展示。