Vicious Core Client
A modification that significantly simplifies the process of rendering various objects in the game, working in conjunction with CodeChickenLib and ViciousCore.
Entity Model Display Configuration
Developers have created a convenient system for changing the visual representation of entities directly during gameplay. This feature activates when certain conditions are met:
- When the character is holding an item that implements the IRenderOverride interface
In such situations, VCore automatically creates JSON files containing various parameters that can be configured and updated directly in the game using the /ircfg reload command.
Item Display Configuration
Similar to working with entities, the system allows changing the appearance of items in real time. For this, the item must implement the IRenderOverride interface and meet several additional conditions.