1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.36 Bug Reporting thread
    Solutions and more information may already be available.

D-15 Transmission location and front transaxle issues

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by sonic_bean, Jun 19, 2014.

  1. sonic_bean

    sonic_bean
    Expand Collapse

    Joined:
    Feb 17, 2014
    Messages:
    9
    Howdy im having issues locating the transmission code for the Gavril D-15. ive looked in the engine file the suspension files and anything else i could think but i just cannot find the code for it. i made a new engine and i want to adjust the gear ratios but i cannot do this without the code. Also i made a locked diff for the rear but the front diff is called front transaxle dont know if thats relevant or not but i made a locked front one as well but im having issues getting it to work in game. the game either freezes and crashed or wont load till i open the vehicle selector and select a different car. This is my first post ever on BeamNG if i am not providing enough information please let me know, thanks in advance
     
  2. Possibly_Pos

    Possibly_Pos
    Expand Collapse

    Joined:
    Aug 31, 2013
    Messages:
    226
    is this what you are looking for (engine)
    Capture.PNG
     
  3. sonic_bean

    sonic_bean
    Expand Collapse

    Joined:
    Feb 17, 2014
    Messages:
    9
    No im looking for the gear ratios.
     
  4. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    in the i6 engine jbeam you will find the transmission, as both the v8 and i6 use the same slot type it only needs 1 transmission between them.
    Code:
    "pickup_transmission_A": {
    
    	"information":{
    
    
    		"authors":"gabester",
    
    
    		"name":"Gavril D-Series 4-Speed Automatic Transmission",
    
    
    	}
    
    
    	"engine":{
    
    
    		"transmissionType":"automatic",
    
    
    		"lowShiftDownRPM":1300,
    
    
    		"lowShiftUpRPM":2400,
    
    
    		"highShiftDownRPM":2200,
    
    
    		"highShiftUpRPM":4800,
    
    
    		// -1, 0 (neutral), 1, etc
    
    
    		"gears":[-2.8, 0, 2.8, 1.53, 1.0, 0.72]
    
    
    		"clutchDuration":0.35
    
    
    		"viscousCoupling":8
    
    
    		"lockingTorqueLimit":500
    
    
    		"enableLocking":true
    
    
    		},
    
    
        "slotType" : "pickup_transmission",
    
    
    	"scalebeamSpring":0.84,
    
    
    	"scalebeamDamp":1.3,
    
    
    	"scalebeamDeform":1.5,
    
    
    	"scalebeamStrength":1.78,
    
    
    	"flexbodies": [
    
    
    		 ["mesh", "[group]:", "nonFlexMaterials"],
    
    
    		 ["pickup_transmission", ["pickup_engine","pickup_transmission"]],
    
    
    		 
    
    
    	],	
    
    
    	"props": [
    
    
    		["func"        , "mesh"                , "idRef:", "idX:", "idY:", "baseRotation"      , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"]
    
    
    		//automatic transmission
    
    
    		["gear_A"      , "pickup_needle_gear"  , "fr8", "fr8l", "fr11", {"x":10, "y":0, "z":0} , {"x":0, "y":0, "z":0}      , {"x":-0.13, "y":0, "z":0}, 0, 1, 0, 1],
    
    
    		
    
    
    		//shifter
    
    
    		["gear_A"      , "pickup_shifter_A"    , "fr8", "fr8l", "fr11", {"x":25, "y":0, "z":0} , {"x":0, "y":0, "z":-25}    , {"x":0, "y":0, "z":0}, 0, 1, 0, 1],
    
    
    	],
    
    
    	"nodes": [
    
    
    		 ["id", "posX", "posY", "posZ"],
    
    
    		 {"selfCollision":false}
    
    
    		 {"collision":true}
    
    
    		 //--4 Speed Auto-
    
    
    		 {"frictionCoef":0.7},
    
    
    		 {"nodeMaterial":"|NM_METAL"},
    
    
    		 {"nodeWeight":33.7},
    
    
    		 {"group":"pickup_transmission"},
    
    
    		 ["tra1", 0.0, -0.59, 0.48], 
    
    
    		 {"group":""},
    
    
    		 
    
    
    	],
    
    
    	
    
    
    	"beams": [
    
    
    		  ["id1:", "id2:"],
    
    
    		  {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
    
    
    		  //--TRANSMISSION CONE--
    
    
    		  {"beamSpring":15001000,"beamDamp":300},
    
    
    		  {"beamDeform":95000,"beamStrength":"FLT_MAX"},
    
    
    		  ["tra1","e1r"],
    
    
    		  ["tra1","e3r"],
    
    
    		  ["tra1","e1l"],
    
    
    		  ["tra1","e3l"],
    
    
    		  {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0},
    
    
    	],
    
    
    	"triangles": [
    
    
    			["id1:","id2:","id3:"],
    
    
    			
    
    
    			
    
    
    	],
    
    
    }
    excuse the double newlines. GEdit throwing a wobbly.
     
  5. sonic_bean

    sonic_bean
    Expand Collapse

    Joined:
    Feb 17, 2014
    Messages:
    9
    oh damn i never thought to look there. Thank you i dont think i would have ever found it haha
     
  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