A clean, lightweight MMORPG-style HUD for Rust, showing:
Player Avatar pulled from steamid , player name , server name loaded automatically from server config
Online players & sleepers
Position grid
In-game economy balance ( ServerRewards / Economics )
Local + Server Time
Standard Rust Events ( Cargo / CH47 / Patrol Helicopter / Bradley )
Custom Events Sputnik, Caravan, Shipwreck, Space Event, Water Event, Gas Station, Arctic Base, Supermarket, Satellite Dish, Ferry Terminal, Power Plant, Harbor, Air Event, Junkyard, Convoy, Armored Train
Fully configurable, with smart UI updates that avoid lag and UI flicker.
Dependencies :
ImageLibrary (for Steam avatars)
Recommended (optional):
ServerRewards
Economics
Sputnik
Caravan
Shipwreck
Space Event
Water Event
Gas Station
Arctic Base
Supermarket
Satellite Dish
Ferry Terminal
Power Plant
Harbor
Air Event
Junkyard
Convoy
Armored Train
Permissions :
oxide.grant group default mmorpghud.use
Chat Command :
Command | Description |
|---|---|
| Toggle the HUD on/off for yourself |
Config :
{
"Update Interval (seconds)": 5.0,
"Economy Plugin (ServerRewards or Economics)": "ServerRewards",
"Colors": {
"Panel Background": "#0d0d12F0",
"Panel Border": "#00ffff60",
"Neon Cyan": "#00ffffFF",
"Neon Magenta": "#ff00ffFF",
"Neon Green": "#00ff00FF",
"Neon Yellow": "#ffff00FF",
"Text White": "#ffffffFF",
"Text Gray": "#888888FF",
"Event Active": "#00ff00FF",
"Event Inactive": "#444444FF"
},
"Features": {
"Show Avatar": true,
"Show Players": true,
"Show Sleepers": true,
"Show Local Time": true,
"Show Server Time": true,
"Show Location": true,
"Show Economy": true,
"Show Events": true
},
"Position": {
"Anchor (TopLeft, TopRight, BottomLeft, BottomRight)": "TopLeft",
"Offset X (pixels from anchor)": 5.0,
"Offset Y (pixels from anchor)": 5.0,
"Panel Width": 305.0
},
"Events": {
"Airdrop": true,
"Patrol Helicopter": true,
"Cargo Ship": true,
"Bradley APC": true,
"Chinook (CH47)": true,
"Sputnik": false,
"Caravan": false,
"Shipwreck": false,
"Space Event": false,
"Water Event": false,
"Gas Station": false,
"Arctic Base": false,
"Supermarket": false,
"Satellite Dish": false,
"Ferry Terminal": false,
"Power Plant": false,
"Harbor": false,
"Air Event": false,
"Junkyard": false,
"Convoy": false,
"Armored Train": false
}
}
Permission is granted ONLY for personal use, for your own rust server.
You may only provide a review once you have downloaded the file.
There are no reviews to display.