What's new

Scaling Game Objects

ArgentumLegion

Trial Member
2
2014
0
I realize there isn't a command for scaling objects, and I've seen people write codes and using git bash and what not to add them but none of them worked for me. Is there any way someone can help me add the command to scale game objects? Much appreciated!
 

Ayiko

Senior User
344
2014
13
To modify their scale, you can do that via the database by modifying the column scale.
Usually it's 1, set it to whatever you like tho.

In gameobject_template


(Guessing you mean this by scaling )
 

ArgentumLegion

Trial Member
2
2014
0
To modify their scale, you can do that via the database by modifying the column scale.
Usually it's 1, set it to whatever you like tho.

In gameobject_template


(Guessing you mean this by scaling )

I know but I was hoping there was a way to make a command so you can do it in-game. Modifying via the DB is indeed possible but highly inconvenient.
 

Ayiko

Senior User
344
2014
13
Im sure it's possible but trust me.. it's harder then doing it via db then reloading the table or restarting server lol
 
Top