Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Author Topic: 2000 Honda Accord C - Download link included  (Read 3107 times)

allymotors

  • Full Member
  • ***
  • Posts: 117
« Last Edit: May 27, 2020, 02:52:52 pm by allymotor »
Logged

allymotors

  • Full Member
  • ***
  • Posts: 117
Re: 2000 Honda Accord C - Download link included
« Reply #1 on: May 04, 2020, 10:52:56 pm »

Hope you guys like it.
Please support me by watching the video. It takes less than 2 minutes and it means a lot to me :)

fly77

  • Outerra Master Modder
  • Hero Member
  • *****
  • Posts: 1755
Re: 2000 Honda Accord C - Download link included
« Reply #2 on: May 05, 2020, 03:18:51 am »

Thanks ! Nice :)
Now we need engine sound for it
Logged

allymotors

  • Full Member
  • ***
  • Posts: 117
Re: 2000 Honda Accord C - Download link included
« Reply #3 on: May 05, 2020, 07:37:43 am »

Update 1.1: Engine sounds added. Download link updated.

fly77

  • Outerra Master Modder
  • Hero Member
  • *****
  • Posts: 1755
Re: 2000 Honda Accord C - Download link included
« Reply #4 on: May 05, 2020, 02:29:16 pm »

well done...just for some reason it flips over quite easily. I couldn't yet understand why.
Logged

allymotors

  • Full Member
  • ***
  • Posts: 117
Re: 2000 Honda Accord C - Download link included
« Reply #5 on: May 05, 2020, 03:35:33 pm »

well done...just for some reason it flips over quite easily. I couldn't yet understand why.
HAHA it appears to affect all my vehicles. I just taught myself that if I want to make a turn, I just need to slow down (sometimes quite a lot!)  :))

allymotors

  • Full Member
  • ***
  • Posts: 117
Re: 2000 Honda Accord C - Download link included
« Reply #6 on: May 05, 2020, 04:53:00 pm »

Update 1.2: Fixed critical sound error when spawning more than one vehicle. Thanks fly77 for the fix.

allymotors

  • Full Member
  • ***
  • Posts: 117
Re: 2000 Honda Accord C - Download link included
« Reply #7 on: May 06, 2020, 04:03:28 pm »

Vehicle is now also available on Outerramods.com
Link: https://www.outerramods.com/land/wheeled/2000-honda-accord-c/

fly77

  • Outerra Master Modder
  • Hero Member
  • *****
  • Posts: 1755
Re: 2000 Honda Accord C - Download link included
« Reply #8 on: May 27, 2020, 02:35:07 pm »

I have a fix for your vehicles issue...flipping over much too easily:

in the script where there is the line of code like this

 return {mass:2500, com:{x: 0.0, y: 0.0, z: 0}, steering: 1.2, steering_ecf:60, centering: 0.9, centering_ecf:20};

substitute com:{x: 0.0, y: 0.0, z: 0}  with for instance com:{x: 0.0, y: 0.0, z: -5}

This moves the center of gravity down and so stabilizes the vehicle. You can try of course different values of gdownward shifts ..the more negative the more stable will be the vehicle.

ANother way would be to check if in your 3D model file the Origin of the model is really set to center of mass or if by chance it is somewhere above...that could explain why you models are unstable..but its just a guess...anyway the fix I told you solves the problem as well.




Logged

allymotors

  • Full Member
  • ***
  • Posts: 117
Re: 2000 Honda Accord C - Download link included
« Reply #9 on: May 27, 2020, 02:54:21 pm »

Thank you Fly77.
I set the origin of model 0,0,0 on blender (minus the wheels). Not sure if that's the cause of the issue. But after changing the script as you mentioned, it works! Thanks

I have updated the mega link and submitted the fix to outerramods.
Will be updating my other vehicles later this week.