An open API service indexing awesome lists of open source software.

https://github.com/restoremonarchyplugins/assetmodifier

Modify any vanilla or workshop asset properties like vehicle, item or animal.
https://github.com/restoremonarchyplugins/assetmodifier

Last synced: 3 months ago
JSON representation

Modify any vanilla or workshop asset properties like vehicle, item or animal.

Awesome Lists containing this project

README

          

# Asset Modifier
> ⚠️**Warning:** This plugin requires technical knowledge of Unturned asset properties. It can be difficult to use correctly without understanding how the game handles assets internally.

## Overview
Modify properties of vanilla or workshop assets in Unturned, including vehicles, items, and animals.

## Important Limitations
Not all asset properties can be modified effectively. This plugin changes values on the server, but clients may still use original values, causing these issues:

- **Desync problems:** Modifying movement properties can cause players to teleport or lag because the client and server have different values.
- **Visual feedback issues:** Some changes (like enabling structure damage on weapons) work but won't show proper visual feedback to players.

## Commands
- **/checkasset \ \** - List all properties of an asset by ID and type
- **/checkasset \** - List all properties of an asset by GUID

## Configuration
```xml

false



































```

## Usage Tips
1. Use the `/checkasset` command to find available properties for an asset
2. Start with small changes to test if they work as expected
3. Enable `true` in the config to see detailed logs
4. Join our Discord server or ask on our forum if you need help finding specific properties

## Common Modifications
- **Weapons:** Damage values, ammo capacity, attachments
- **Backpacks:** Storage dimensions
- **Vehicles:** Health, fuel capacity
- **Animals:** Behavior, damage, health regeneration