BrianStark Posted March 23, 2018 Share Posted March 23, 2018 Hi, I have been looking for a while in the nativedb wich native will set the dimension of an Entity but it I coulnd't find any. Is there any way to do that? Thanks a lot! Link to comment Share on other sites More sharing options...
BrianStark Posted April 16, 2018 Author Share Posted April 16, 2018 No one know how to do it? Or any way to mess arround? Link to comment Share on other sites More sharing options...
Guest Posted April 16, 2018 Share Posted April 16, 2018 (edited) As far as I am aware, the size of the entity is determined by the size of the model extents, which you can find with GET_MODEL_DIMENSIONS(Hash modelHash, Vector3 *minimum, Vector3 *maximum) So I presume that the only way to change the size, is to change the model. But that's just based on what I have seen through my own mod creation, others more involved with model related mods could probably confirm that or tell you the correct answer if I am wrong. Edit: Unless it's a map related entity, in which case I believe you can scale them through their ymap entries. Edited April 16, 2018 by Guest Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now