Description
The plugin is an UI which shows severals information to user when he dies, This plugin displays the following information at death in a UI at the top of the screen:
- Time the user has survived (unit is configurable)
- Username of the user
- the part of the body affected in a configurable image
if the death is a kill :
picture profile of the murderer
username of the murderer
remaining HP of the murderer
weapon name of the murderer
distance of the kill
By clicking the red button you can go to killer's steam profile in order to report/add him
How can I get a Steam API Key and why must I set it
The Steam API Key is necessary to get the profile pictures working, to get one API Key watch the video at 0:45 to get a tutorial. Get my API KEY
How can I configure UI
You can change UI text inside the translations.xml file, inside this file you can also modify the color of each text by replacing the #DDDBF1 by another hexadecimal
Translations.xml file
<?xml version="1.0" encoding="utf-8"?> <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Translation Id="HPLine" Value="<#DDDBF1> {0} HP </color>" /> <Translation Id="MurdererLine" Value="<#DDDBF1> {0} </color>" /> <Translation Id="VictimLine" Value="<#DDDBF1> {0} </color>" /> <Translation Id="WeaponName" Value="<#DDDBF1> {0} </color>" /> <Translation Id="KillDistanceLine" Value="<#DDDBF1> {0} M </color>" /> <Translation Id="TimeSurvivedLine" Value="<#DDDBF1> You survived {0} hours </color>" /> <Translation Id="TimeHour" Value="{0} Hours and {1:D2} minutes" /> <Translation Id="TimeMinutes" Value="{0} Minutes and {1:D2} seconds" /> </Translations>
Configuration.xml
time unit can be hour or minutes, to change the line corresponding to unit go to Translations.xml if OnlyActiveOnKill is true the UI appear only when the player get killed SteamAPIKey is your SteamAPIKey, if you don't know how to get it watch the end of my video
<?xml version="1.0" encoding="utf-8"?> <Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <timeUnit>minutes</timeUnit> <key>633</key> <OnlyActiveOnKill>false</OnlyActiveOnKill> <SteamAPIKey>APIKEY</SteamAPIKey> <TimeUntilDisapear>8</TimeUntilDisapear> <ShouldDisapearOnRevive>false</ShouldDisapearOnRevive> <bodys> <Body Part="SPINE"> <ImageUrl>https://github.com/schildev/MiliosaSite/blob/1db36d13e43ea22bb84907e1b407d1d01f83684e/deathscreen/front.png</ImageUrl> </Body> <Body Part="LEFT_ARM"> <ImageUrl>https://raw.githubusercontent.com/schildev/MiliosaSite/main/deathscreen/arms.png</ImageUrl> </Body> <Body Part="LEFT_LEG"> <ImageUrl>https://raw.githubusercontent.com/schildev/MiliosaSite/main/deathscreen/legs.png</ImageUrl> </Body> <Body Part="LEFT_BACK"> <ImageUrl>https://raw.githubusercontent.com/schildev/MiliosaSite/main/deathscreen/front.png</ImageUrl> </Body> <Body Part="SKULL"> <ImageUrl>https://raw.githubusercontent.com/schildev/MiliosaSite/main/deathscreen/skull.png</ImageUrl> </Body> <Body Part="LEFT_FRONT"> <ImageUrl>https://raw.githubusercontent.com/schildev/MiliosaSite/main/deathscreen/front.png</ImageUrl> </Body> </bodys> <ShouldAutoDownloadMod>true</ShouldAutoDownloadMod> </Configuration>
User Reviews
Simple y fácil de usar una característica Muy buena para los servidores al momento de una muerte me encanto lo recomiendo , y el soporte es Muy bueno