WIP [Archived] Freightliner FS-65

Discussion in 'Land' started by Dummiesman, Aug 7, 2013.

Thread Status:
Not open for further replies.
  1. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,683
    Seperated the hood finally, and modeled the lip it sits on when closed. Also started working on the dash.

    upload_2019-4-8_12-58-33.png
    upload_2019-4-8_12-58-56.png
     
    • Like Like x 24
  2. fanofmods

    fanofmods
    Expand Collapse

    Joined:
    May 28, 2017
    Messages:
    61
    Looks amazing, Can't wait for the release :D
     
    • Like Like x 1
  3. Ihatecheeseguy

    Ihatecheeseguy
    Expand Collapse

    Joined:
    Sep 25, 2018
    Messages:
    166
    I thought this was dead but no! I am so happy and keep up with the good work!
     
    • Agree Agree x 1
    • Informative Informative x 1
  4. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,683
    hmm :)
     

    Attached Files:

    • upload_2019-4-9_10-33-20.png
    • Like Like x 13
    • Agree Agree x 1
  5. Captain. Adam

    Captain. Adam
    Expand Collapse

    Joined:
    Jan 31, 2017
    Messages:
    932
    Will there be a variant for public transportation (anything other than the normal school bus) ?
     
  6. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,683
    It'll be skinnable so there's no reason not to have one.

    Added in rear and front suspension, next on the list is probably mirrors, then maybe rear door, then wheels
    upload_2019-4-9_20-40-52.png upload_2019-4-9_20-42-36.png
     
    • Like Like x 18
  7. Jarret Rucker

    Jarret Rucker
    Expand Collapse

    Joined:
    Apr 18, 2017
    Messages:
    456
    J-Beam looks pretty good. So does the bus itself. Keep it up!
     
    • Agree Agree x 1
  8. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,683
    22 seats jbeamed in around 15 minutes. Thanks to a Python script :)

    upload_2019-4-11_2-52-53.png

    Neat, the seats can support the weight of an average American
    upload_2019-4-11_5-14-3.png
     
    #288 Dummiesman, Apr 11, 2019
    Last edited: Apr 11, 2019
    • Like Like x 18
    • Agree Agree x 2
    • Informative Informative x 1
  9. Jarret Rucker

    Jarret Rucker
    Expand Collapse

    Joined:
    Apr 18, 2017
    Messages:
    456
    pNpTWsF.jpg
     
    • Informative Informative x 5
  10. DankMemeBunny

    DankMemeBunny
    Expand Collapse

    Joined:
    Jun 24, 2016
    Messages:
    1,540
    upload_2019-4-11_22-19-36.png
     
    • Agree Agree x 4
    • Like Like x 1
  11. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,683
    This will loolk a lot better once the model and textures are done, the jbeam is pretty far done. Pretty much only missing Engine, transmission, steering, exhaust, hood, headlights
    upload_2019-4-12_7-8-45.png upload_2019-4-12_7-10-43.png
     
    • Like Like x 13
  12. Blood-PawWerewolf

    Blood-PawWerewolf
    Expand Collapse

    Joined:
    Jan 18, 2016
    Messages:
    654
    where can i find this python script? it sounds like a huge time saver!
     
    • Like Like x 2
    • Agree Agree x 2
  13. umustbeloggedintododat

    umustbeloggedintododat
    Expand Collapse

    Joined:
    Feb 16, 2019
    Messages:
    1,381
    I love a 6th bus for beamng. (the ones before that were the busfag, the wentward, the maz thing, the dansworth front-engine, and the dansworth rear-engine.)
     
  14. RetrO_TyT

    RetrO_TyT
    Expand Collapse

    Joined:
    Mar 15, 2017
    Messages:
    457
    That mod looks good so far. Lookin' forward :)
     
  15. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,683
    It was custom written just for the seats :p
    ex.
    Code:
    def print_attach_beams_for_seat_inv(row, prefix, forward_floor_id):
        print("//attach" + str(row))
        print('["' + prefix + '0r", "bd' + str(forward_floor_id) + 'brr"],')
        print('["' + prefix + '0r", "bd' + str(forward_floor_id+1) + 'brr"],')
        print('["' + prefix + '1r", "bd' + str(forward_floor_id) + 'brr"],')
        print('["' + prefix + '1r", "bd' + str(forward_floor_id+1) + 'brr"],')
    
        print('["' + prefix + '0l", "bd' + str(forward_floor_id) + 'br"],')
        print('["' + prefix + '0l", "bd' + str(forward_floor_id+1) + 'br"],')
        print('["' + prefix + '1l", "bd' + str(forward_floor_id) + 'br"],')
        print('["' + prefix + '1l", "bd' + str(forward_floor_id+1) + 'br"],')
    
        print('["' + prefix + '0l", "bd' + str(forward_floor_id+1) + 'brr"],')
        print('["' + prefix + '1l", "bd' + str(forward_floor_id) + 'brr"],')
        print('["' + prefix + '0r", "bd' + str(forward_floor_id+1) + 'br"],')
        print('["' + prefix + '1r", "bd' + str(forward_floor_id) + 'br"],')
     
    • Like Like x 2
    • Informative Informative x 1
  16. Jarret Rucker

    Jarret Rucker
    Expand Collapse

    Joined:
    Apr 18, 2017
    Messages:
    456
    This us is looking s u p r e m e right now! Can't wait for it!
     
  17. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,683
    Testing out suspension (rear suspension mainly, front needs a bunch of work)


    On the model side I've been working on the dash area
    upload_2019-4-15_15-39-25.png
     
    #297 Dummiesman, Apr 15, 2019
    Last edited: Apr 15, 2019
    • Like Like x 15
  18. Jarret Rucker

    Jarret Rucker
    Expand Collapse

    Joined:
    Apr 18, 2017
    Messages:
    456
    Lookin' good!
     
  19. Capkirk

    Capkirk
    Expand Collapse

    Joined:
    Nov 19, 2017
    Messages:
    673
    Not bone-jarringly stiff enough :p
     
  20. 2000ToyotaCorolla

    2000ToyotaCorolla
    Expand Collapse

    Joined:
    Aug 26, 2016
    Messages:
    490
    woah its been years since this was started im surprised that its not dead keep up the great work
     
    • Agree Agree x 2
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice