Can I make more than one seat for my car?

Started by Zeyler on

Topic category: Advanced modding

Last seen on 07:03, 29. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can I make more than one seat for my car?

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.

Last seen on 08:57, 3. May 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah, that's basically what…
Sun, 11/06/2022 - 10:53

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. 

Last seen on 07:03, 29. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you. Where do I make…
Mon, 11/07/2022 - 06:14

Thank you. Where do I make the changes to create the seats on the side?