[ARCHIVED] CRD Monster Truck Development Thread

Discussion in 'Beam-Monsters' started by Deleted member 160369, Dec 4, 2016.

Thread Status:
Not open for further replies.
  1. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Yes, more bodies will be released (unchanged) in a pack. Then we'll see...

    As for the Raptor... I started with one of the most complicated bodies we have. The only one that was explicitly donated to the project...

    It's very detailed. Besides, a lot of paint schemes are available and these were mostly designed internally... so it seemed like the best option at the time, but the roof, the spoiler and the bulge around the rear fenders were all particularly difficult to do...

    It took some time, but I have to say it works satisfingly well now. Other bodies would probably be much quicker, but I'd like to move on to new chassis options now...
    Not submitted yet.

    It's being tested, while I'm readying the optional packs.
     
    • Like Like x 3
  2. Alewyx

    Alewyx
    Expand Collapse

    Joined:
    Nov 26, 2016
    Messages:
    2,061
    You once mentioned a Silverado?
     
  3. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Yes. I once mentioned many things. :p
     
    • Like Like x 1
    • Agree Agree x 1
  4. Alewyx

    Alewyx
    Expand Collapse

    Joined:
    Nov 26, 2016
    Messages:
    2,061
    hehehe...
    I seeee...
    hehe.......
    Silvereeeeeeeeeedeeeeeee...
    hehheeehee....
     
    • Agree Agree x 2
  5. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    The Silverado might be introduced at a later stage as a fully breakable body.
     
  6. enjoyinorc6742

    enjoyinorc6742
    Expand Collapse

    Joined:
    Dec 24, 2015
    Messages:
    1,630
    would that new chassis entail either the Cohen or a Leafer? also, from what i could gather in this thread, it took you about two weeks for the raptor to be breakable.
     
    #1106 enjoyinorc6742, Apr 11, 2017
    Last edited: Apr 11, 2017
  7. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Cohen for sure... then PEI and Willman.
    More like 10 days (I've been away for work for most part of the previous week), but it was still 10 days of very intense work. Especially for someone who's recovering after surgery.
     
    • Like Like x 1
    • Agree Agree x 1
  8. gameboy3800

    gameboy3800
    Expand Collapse

    Joined:
    Apr 27, 2014
    Messages:
    791
    here's an idea to implement after the breakable bodies/repository version is done and uploaded: brake hubs. the game simulates brake fade. it would be cool to put it in the center brake hubs.
    probably wont be able to have sparks, but having the steam come from there and have brake fade like the real trucks would be cool.
    cam is pretty good at the art of brake melting.
     
  9. enjoyinorc6742

    enjoyinorc6742
    Expand Collapse

    Joined:
    Dec 24, 2015
    Messages:
    1,630
    hell, look at most World Final runs that don't end early and you will see melted brakes
     
  10. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Well... We tried.

    Particle generation for brake thermals is currently hard-coded at the wheel hub, where a standard disc brake would be.

    Basic LUA could be rewritten and adapted to a pinion-brake design, but:

    - Overwriting basic game functions is deprecated and far from practical
    - It would cause the mod to get rejected from the mod repository
    - It would likely be outdated as soon as a proper solution lands with a game update
     
    • Agree Agree x 2
    • Informative Informative x 1
  11. Matchbox201

    Matchbox201
    Expand Collapse

    Joined:
    Jul 18, 2016
    Messages:
    333
    That we did. CRD actually had brakes and brake thermals implemented as a test - which is when we learned more about how the brake system works.

    The code for thermals and and brake smoke is in wheels.lua file:
    Code:
          if slopeSwitchBit < 1 and thermalEfficiency <= brakeSmokeEfficiencyThreshold then
            wd.smokeParticleTick = wd.smokeParticleTick > 1 and 0 or wd.smokeParticleTick + dt * 50 * (brakeSmokeEfficiencyThreshold - thermalEfficiency)
            if wd.smokeParticleTick > 1 then
              local particleType  = electrics.values['airspeed'] < 10 and 48 or 49
              obj:addParticleByNodesRelative(wd.node1, wd.node2, 1-math.random(1) , particleType, 0, 1)
            end
          end
    
    wd.node1, wd.node2 is where it defines the Wheel Hubs as the location for brake smoke. Which makes it difficult to change, unless we override that in wheels.lua

    I think we may all agree, that red hot pinion brakes would be pretty cool though:cool: We'll see what the next few game updates bring.
     

    Attached Files:

    • screenshot_00498.png
    • Like Like x 1
  12. enjoyinorc6742

    enjoyinorc6742
    Expand Collapse

    Joined:
    Dec 24, 2015
    Messages:
    1,630
    we already have a stage 3 monster truck with the CRD. the cohen is partially ready if i'm correct, but IMHO, we should do a stage 2 (old leafer) truck before a willman. but if you want to do a willman first then i'm all in
     
  13. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Status update: the mod is being tested internally. Results so far are encouraging. :)

    Repack and cleanup in progress.

    Completed modules:

    - Main repository mod, including a Naked config and two Trophy Truck variants (Steer Clear, and a new BeamNG-themed paint scheme by @Blijo and @acapaldi).
    - Accessories Pack, including branded textures and additional tire options (Goodyear, Ukraine).
    - Bigfoot Pack, including badging for the Raptor Trophy Truck body and six official Bigfoot 19 paint schemes.

    To do:

    - Legacy Pack, including all the classic paint schemes for the F150 body.
    - Simple Bodies Pack, including all the current bodies with breakable front clip.

    The mod will be submitted to the repository after the (now imminent) 0.8.1 update of the game, to ensure it's not outdated before it's even launched.
     
    • Like Like x 9
  14. christianzee2002

    christianzee2002
    Expand Collapse

    Joined:
    Feb 16, 2014
    Messages:
    146
    Are you going to release the beta of the mod here with the breakable bodies first?? Or are you going to upload the skins here only?
     
  15. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    I don't know.

    If game update comes next friday as expected, I might skip beta and aim straight at the final repository release.
     
  16. Max8Adam

    Max8Adam
    Expand Collapse

    Joined:
    Apr 2, 2016
    Messages:
    296
    There is supposed to be a game update???
     
  17. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Yep, 0.8.1 is coming. Possibly next Friday, but it might be postponed a little bit yet.
     
  18. Shelby 427

    Shelby 427
    Expand Collapse

    Joined:
    Jan 5, 2017
    Messages:
    815
    cool, my 311MPH SBR4 might die as it's basically made from 15 different mods, but the fact that the monster truck is ready for 0.8.1 is good, at least I know one mod will work
     
  19. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    I don't know if it is, yet.

    No game breaking changes/features are expected this time though, so it's just a matter of precaution.
     
    • Like Like x 2
  20. ROCKGODBOSS

    ROCKGODBOSS
    Expand Collapse

    Joined:
    Jan 28, 2015
    Messages:
    146


    Real trucks don't have brakes on the wheels.....

    The're on the driveshaft IRL
     
    • 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