Released KLJP 1.4.0.2 PATCH

Expansive and immersive configuration pack focused on Japanese autos

  1. IShokku

    IShokku
    Expand Collapse

    Joined:
    Apr 23, 2022
    Messages:
    243
    screenshot? upload_2022-4-28_18-9-53.png
     
  2. Xupaun

    Xupaun
    Expand Collapse

    Joined:
    Aug 18, 2020
    Messages:
    762
    Testing the new Sunburst Hybrid: it is kind of good enough. It could be smoother on the transition from EV to Hybrid power? Yes, it could, but it's good as is. As expected, performance is weak, but Toyota 1.8L hybrids are always weak on performance anyway, so it is realistic. Looking on the files, I could see that the DCT could work with the hybrid (not by default, I made a DCT transmission compatible with the Hybrid Engine), so I tested and it worked really decently (a little less smooth than the eCVT, but still livable). Didn't test with the AT, but I believe that it wouldn't be good simply because the shifts are not quick enough (and who would want a 6AT when you have the DCT?). The only issues I found, so far, is that the Park function of the eCVT does nothing. Probably that could be "fixed" on the Hybrid controller by it automatically engaging the parking brake as it does on the Sun-E. Also, on the Sun-E, it doesn't have a shifter, maybe it went unnoticed (unless you plan to give the Sun-E a exclusive shifter, which would be really cool and fitting with some EV versions of ICE cars).
    If you keep that structure on the hybrid system, you can probably add a high performance hybrid version of the SBR (something like what Porsche did to the 918, but less hypercar like).
     
    • Like Like x 1
  3. elcamino

    elcamino
    Expand Collapse
    Banned

    Joined:
    Oct 7, 2021
    Messages:
    551
    i'm at school right now. I'll do it when I get home.
     
  4. Theo Wilkinson

    Theo Wilkinson
    Expand Collapse

    Joined:
    Feb 18, 2020
    Messages:
    1,272
    I don’t think I’ll be adding any other transmissions to the hybrid (partly bc I see no use in them), but, yes, Park does nothing.
    The fact the Sun-E has no shifter, and the Sport S has no screen, is just a product of the fact it needs a new interior
     
  5. IShokku

    IShokku
    Expand Collapse

    Joined:
    Apr 23, 2022
    Messages:
    243
    A little bit of feedback:
    1)SBR have strange texture
    2)Covet have weird mirrors
    3)Please add spoiler to Covet EDX
    4)Covet blinkers bug
    5)200BX broken wheel
    6)Sunburst haven't got horn sound (sorry, can't upload video)
     

    Attached Files:

    #645 IShokku, Apr 28, 2022
    Last edited: Apr 28, 2022
  6. DaddelZeit

    DaddelZeit
    Expand Collapse

    Joined:
    Jul 17, 2019
    Messages:
    3,319
    I am aware of this and a solution for this will be included in the next update for the hybrid.
    Being in Park gear also disconnects the engine from the wheels like the reverse gear does, which I thought I changed but apparently I didn't.
     
  7. videopants2019

    videopants2019
    Expand Collapse

    Joined:
    Jun 27, 2021
    Messages:
    151
    which car is the EDX based off of? I can't find it.
     
  8. ThatCarGuyDownTheStreet

    ThatCarGuyDownTheStreet
    Expand Collapse

    Joined:
    Mar 30, 2017
    Messages:
    3,253
    upload_2022-4-28_17-59-5.png
     
  9. videopants2019

    videopants2019
    Expand Collapse

    Joined:
    Jun 27, 2021
    Messages:
    151
    I meant in game (Sorry, I've shoud have been more specific) ;-;
     
  10. Duh anime addict

    Duh anime addict
    Expand Collapse

    Joined:
    Aug 5, 2021
    Messages:
    908
    covet
     
  11. Kueso

    Kueso
    Expand Collapse

    Joined:
    Oct 14, 2016
    Messages:
    4,463
    its literally in the covet config selector lol
     
    • Like Like x 1
  12. videopants2019

    videopants2019
    Expand Collapse

    Joined:
    Jun 27, 2021
    Messages:
    151
    I’m going to die from incompetence, didn’t even move the file to the repo folder ._.
     
    • Like Like x 2
  13. Xupaun

    Xupaun
    Expand Collapse

    Joined:
    Aug 18, 2020
    Messages:
    762
    Playing a little more with the hybrid system, I got to make a config that combines the ICE part of the drivetrain from the Sport RS with the Sun-E 300's rear electric motor. And well, that thing is fast, like, REALLY fast, and it is really enjoyable to drive with the DCT (at least using the @default0.0player's version of the Sunburst DCT). I can't imagine how much better it will get with the next version of the hybrid system. My suggestions for now would be:
    *Make the Hybrid system compatible with other cars, mainly the SBR;
    *Extend the Facelift to the Coupe (so we can have a more nimble to drive version of the Facelift);
    *Expand the versions of the Hybrid drivetrain, like one based on the 2.0 engine, and also, giving us more options for the rear motor (why not the eSBR 500's motors too?), making the hybrid not only a eco friendly option, but also a performance option too.

    Anyway, so far, I'm loving this pack for everything that it brings. The possibilities are basically endless.
     
    • Like Like x 1
  14. default0.0player

    default0.0player
    Expand Collapse

    Joined:
    Nov 30, 2018
    Messages:
    1,925
    According to my find, the regen is too weak.
    In file "configpack_KLJP.zip\vehicles\sunburst\sunburst_parts\sunburst_facelift_thw\thw_jbeams\Sun-E\sunburst_electric_motors_facelift_thw.jbeam"
    Code:
            "vehicleController": {
                "shiftLogicName":"electricMotor",
                "motorNames": ["rearMotor", "frontMotor"],
                "topSpeedLimitReverse": 15,
                "defaultRegen": 2.2,
                "brakeRegenCoef": 0.2,
            },
    The “brakeRegenCoef" is too low, change this to at least 2, may be 5, and see if that works.
    Also try this, it may or may not help
    Code:
            "regenTorqueCurve":[
                ["rpm", "torque"],
                    [0, 80],
                    [500, 160],
                    [1000, 240],
                    [1500, 240],
                    [2000, 240],
                    [3000, 240],
                    [4000, 240],
                    [5000, 131],
                    [6000, 108],
                    [7000, 91],
                    [8000, 76],
                    [9000, 66],
                    [10000, 61],
                    [11000, 51],
                    [12000, 41],
            ],
    Add this right below "torque":[] within "frontMotor":{}
     
    #654 default0.0player, Apr 30, 2022
    Last edited: Apr 30, 2022
    • Like Like x 1
  15. BaronBarney

    BaronBarney
    Expand Collapse

    Joined:
    Apr 30, 2022
    Messages:
    51
    Hello, i love the mod, but when i try to load the sunburst or the SBR4, they always come in steal wheels, is there any mod to get the right ones?
     
  16. eggward

    eggward
    Expand Collapse

    Joined:
    Apr 28, 2020
    Messages:
    566
    check the dependencies on the mod page, you're probably missing the core mod
     
  17. ThatCarGuyDownTheStreet

    ThatCarGuyDownTheStreet
    Expand Collapse

    Joined:
    Mar 30, 2017
    Messages:
    3,253
    https://www.beamng.com/resources/kljp-core-mod.22093/
    download this
    also please read the mod description, it usually has helpful stuff in it, like the answer to your question
     
  18. default0.0player

    default0.0player
    Expand Collapse

    Joined:
    Nov 30, 2018
    Messages:
    1,925
    Hey, you can unsteal the wheels by using this mod
     
    • Like Like x 5
    • Agree Agree x 1
  19. BaronBarney

    BaronBarney
    Expand Collapse

    Joined:
    Apr 30, 2022
    Messages:
    51
    --- Post updated ---
    I had it downloaded, but it didnt loaded, i try again now
    --- Post updated ---
    Now they load, thx
     
  20. silence russian mods

    silence russian mods
    Expand Collapse

    Joined:
    Oct 31, 2020
    Messages:
    131
    i have found a small issue on the rhd new pessima being that the airbag writing is inverted

    upload_2022-4-30_18-30-10.png
     
  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