Author Topic: How do I use console commands to resize a player more than events can?  (Read 4237 times)

Hello, I would like to resize a player more than events.
Example:

Is it just setplayerscale or something else?
Doesn't setplayerscale have a limit?
Please help, thanks!

That's no longer possible, if it ever was (I think the building was shrunk) the max torque will ever allow is 5x

The only way to get bigger than that is if the player model itself is bigger

findClientByName("Name").player.setPlayerScale("# # #");
The largest you can get is 5 5 5, which is 5x. Any bigger and it will just set you for the limit of 5.

findClientByName("Name").player.setPlayerScale("# # #");

just a shortcut, you can use fcbn for findClientByName

just a shortcut, you can use fcbn for findClientByName
Not normally. Only if that is defined.

A max shape scale (5x5x5) was added quite a few versions ago simply because large players on lots of bricks can be a real performance haemorrhage - plus it's hardly necessary.

plus it's hardly necessary.
Bullstuff. I could be like Godzilla in a city!

I just noticed that the window isn't there

I just noticed that the window isn't there
You didn't go outside much, did you?

You didn't go outside much, did you?
Your avatar has too much...outsideness

just a shortcut, you can use fcbn for findClientByName
It is not built into the game but if you put
Code: [Select]
function fcbn(%c){return findclientbyname(%c);} into console then yes you can.

You can't make a player that big

he just put himself on an invisible brick far in front of the bedroom and it makes him look huge

You can't make a player that big

he just put himself on an invisible brick far in front of the bedroom and it makes him look huge
He scaled the bedroom down

I found a bug awhile ago on how to get much larger than the actual scale. You don't keep collision though. (I'm not sure if this is how it went?) I mounted a 5x5x5 player to a 0x0x0 ball.

He scaled the bedroom down
You can't make a player that big

he just put himself on an invisible brick far in front of the bedroom and it makes him look huge
No I'm pretty sure that was real, it was taken before the limit was placed iirc