
Originally Posted by
ZeikJT
Also, one thing it could defenitely benefit from would be an easier way to change the default gate model, I guess it needs data on where to visually put the ports though huh?
At the moment I think it is hard coded, but I'll be making a config file system similar to ModelPlug.
Edit: Oh wait, I think I've already started on that config system.
Code:
"0"
{
"model" "models/jaanus/wiretool/wiretool_gate.mdl"
"origin_x" "0"
"origin_y" "0"
"origin_z" "1.15"
"normal_x" "0"
"normal_y" "0"
"normal_z" "1"
"scale" "0.1"
"rotation" "0"
"left" "26"
"right" "26"
"top" "26"
"bottom" "26"
}
Bookmarks