[Archive] Scaling Game Objects
[Archive] Scaling Game Objects
Archived author: ArgentumLegion • Posted: 2025-11-04T18:19:22.647916
Original source
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!
Archived author: ArgentumLegion • Posted: 2025-11-04T18:19:22.647916
Original source
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 )
Quote:Ayiko said: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.
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 )
Click to expand...
Archived author: ArgentumLegion • Posted: 2025-11-04T18:19:22.647916
Original source
Quote:Ayiko said: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.
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 )
Click to expand...
Archived author: ArgentumLegion • Posted: 2025-11-04T18:19:22.647916
Original source
Im sure it's possible but trust me.. it's harder then doing it via db then reloading the table or restarting server lol