Started by
Zeyler
on
Topic category: Advanced modding
I am currently working on a mod for a car. I am planning to create a minivan or sports car in it, but I don't know how to create multiple seats. Can you tell me how to do that?
If you use a code, even a rough one, I would appreciate it if you could teach me.
yeah, that's basically what I did there.
Your car entity does whatever you want it to do and the backseat (in my case it's the green pillow-thingy :D) has the procedure above set to it's "on entity tick update"-trigger. In it's entity settings don't forget to check "is rideable" but leave "forward movement control" unchecked. Also: I would recommend to also disable the collision box of the seat entity! depending on the size of both entity models they might collide and push eachother around. You don't want that to affect the movement.
Thank you. Where do I make the changes to create the seats on the side?
I appreciate your response, and I will be sure to keep you posted on my progress. It worked out well.