ConfigurationAdvanced
Bench Models
Learn how to add new bench models to the resource.
Adding Bench Models
To add a new bench model, follow these steps:
- Open
src/resource/shared/const.lua
in the resource folder. - Find the
BenchModels
table (typically at line 30). - Add a new entry to the table with the following format:
- Replace
custom_bench_model
with the name of your model. Has to be unique. - Replace
Custom Bench Model
with the title of your model. - Replace
custom_bench_model
with the model name. - Replace
vec4(0, 0, 0, 0)
with the center offset of your model. This is the position where the UI will be placed. - If you need to scale the UI, change the
scale
value. Default is1
. - Save the file and restart the resource for changes to take effect.