WIP 2017 Volvo VNL Pack

Discussion in 'Land' started by CarSquasher, May 3, 2015.

?

What should I name this thread?

  1. The same as it is now

    816 vote(s)
    38.0%
  2. Let you guys choose

    207 vote(s)
    9.6%
  3. Voluto VUE 870

    249 vote(s)
    11.6%
  4. Volvo VNL 780

    423 vote(s)
    19.7%
  5. Wentward GNL 680

    347 vote(s)
    16.2%
  6. Jargl JNL 780

    104 vote(s)
    4.8%
  1. MilanKD

    MilanKD
    Expand Collapse

    Joined:
    Jul 23, 2016
    Messages:
    941
    Take the beamng texturen :)
     
  2. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    BeamNG doesn’t have a texture for the volvo
     
  3. MRcrash

    MRcrash
    Expand Collapse
    BeamNG Team

    Joined:
    Dec 12, 2014
    Messages:
    1,231
    You can use textures in the common folder. For my farming pack mod I created a shared glass material that works for all vehicles and I don't need to create individual texture for each vehicle. But when glass breaks, it will disappear so if you want broken glass texture, you have to replace "invisible.dds" with something other.

    Code:
    singleton Material(glass)
    {
        mapTo = "glass";
        diffuseMap[0] = "vehicles/common/glass_base.dds";
        useAnisotropic[0] = "1";
        castShadows = "1";
        translucent = "1";
        doubleSided = "0";
        translucentZWrite = "1";
        dynamicCubemap = "true";
    };
    
    
    singleton Material(glass_dmg)
    {
        mapTo = "glass_dmg";
        diffuseMap[0] = "vehicles/common/invisible.dds";
        normalMap[0] = "vehicles/common/windshield_dmg_n.dds";
        useAnisotropic[0] = "1";
        castShadows = "1";
        translucent = "1";
        doubleSided = "0";
        translucentZWrite = "1";
        dynamicCubemap = "true";
        
        
    };
    
     
  4. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    thanks
     
  5. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    New Vs Old
     

    Attached Files:

    • 351154-ebbe93585ae879b9aadebb0c92d6f1a7.png
    • 349325-e2e6459790809dd17248ca542e62712c.png
  6. MilanKD

    MilanKD
    Expand Collapse

    Joined:
    Jul 23, 2016
    Messages:
    941
    Omg! Im going to rate it aweso...

    Oh wait
     
  7. ThatCarGuyDownTheStreet

    ThatCarGuyDownTheStreet
    Expand Collapse

    Joined:
    Mar 30, 2017
    Messages:
    3,253
    yep, as long as you are not using it for profit, and you give credit, its ll good.
    --- Post updated ---
    lmao ikr
     
  8. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    oh yea they removed that, maybe they should have a forum wide vote before they do things like that
     
  9. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    Update tonight
     
  10. MarkOrigins

    MarkOrigins
    Expand Collapse

    Joined:
    Sep 13, 2017
    Messages:
    9
    i think i its but if the creator allows u and also i recomend to change a bit to avoid problems (jbeam)
     
  11. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    Update: worked on textures, added more length to the model to turn the 670 into a 780. Seperated more parts. Next: Making windows on the sides and adding an interior
     
  12. SuperEmbracer

    SuperEmbracer
    Expand Collapse

    Joined:
    Sep 12, 2016
    Messages:
    206
    That Volvo truck is pretty nice! Are you going to make a drag or a racing version of the truck? I'd love to crash into cars with a truck going at over 200+ km/h!
     
  13. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    I’ll see what I can do
     
  14. Def2004

    Def2004
    Expand Collapse

    Joined:
    Jul 2, 2016
    Messages:
    101
    Wawsome!
     
  15. MilanKD

    MilanKD
    Expand Collapse

    Joined:
    Jul 23, 2016
    Messages:
    941
    Capture.png
     
  16. Def2004

    Def2004
    Expand Collapse

    Joined:
    Jul 2, 2016
    Messages:
    101
    Owh okay
    --- Post updated ---
    Can you make the interior equiped with Cabin Accessories?
     
  17. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    I try to work on it by high school makes it near impossible to push out a full update. You guys know the drill, I’ll work on it a lot then stop. Then work on it a lot then stop
     
  18. Gavril T85

    Gavril T85
    Expand Collapse

    Joined:
    Aug 14, 2017
    Messages:
    635
    You do have the weekends, but that's never enough...
     
  19. Gasoline_boy 2

    Gasoline_boy 2
    Expand Collapse

    Joined:
    Apr 1, 2017
    Messages:
    132
    nor a full week out unless you dont live like me my weeks are always full of stuff to do Chopper Shovel Guitar Car build (charlie brown parent voices)
     
  20. CarSquasher

    CarSquasher
    Expand Collapse

    Joined:
    Sep 5, 2014
    Messages:
    705
    Maybe update this weekend?
     
  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