Author Message

birger89

se
Posts: 20

Location: Sweden
Occupation:
Age:
V$:
#1   2014-08-21 10:33          
So..
I want to use a rwd transmission on a stock i4 engine. Ex. shimutshibu. I know there is duhen rwd extension, but it doesn't make the drivetrain 100% rwd.

I looked in the javas for the extensions and trannys if I could edit them to make them 100% rwd, but I didn't really succeed...

Can anyone point me in the right direction? Does it take a lot of editing or will some script editing do the trick?

Thanks
Birger89

Caballo

es
Posts: 53

Location: Spain
Occupation: Probably fixing some ages old mod.
Age:
V$:
#2   2014-08-21 10:40          
Edit: this forum doesn't allow to post spacing, nor tabbing. you have to add the needed tab spacing before every { , every } , and the lines following those symbols. If you can't do it correctly, i can upload the file so you can get it.

1: Go to the Street Legal Racing - Redline\parts\engines\Einvagen_Duhen_Ishima_Focer\scripts folder.
2: Create a folder inside called "src"
3: create a text file, name it "Shimutshibu_RC_T5600R1_transmission.java"
4: copy the lines below
5: paste them in the file
6: climb up a level and delete the file called "Shimutshibu_RC_T5600R1_transmission.class"
7: start the game.


package java.game.parts.engines.Einvagen_Duhen_Ishima_Focer;

import java.util.*;
import java.util.resource.*;
import java.game.*;
import java.game.parts.*;
import java.game.parts.enginepart.slidingenginepart.reciprocatingenginepart.*;


public class Shimutshibu_RC_T5600R1_transmission extends Transmission
{
public Shimutshibu_RC_T5600R1_transmission( int id )
{
super( id );
name = "Shimutshibu RC-T5600R1 transmission";
description = "";
brand_new_prestige_value = 68.33;

value = tHUF2USD(210);
setMaxWear(kmToMaxWear(300000.0));

gears = 6;
ratio[0] = 0;
ratio[1] = 3.23;
ratio[2] = 2.105;
ratio[3] = 1.656;
ratio[4] = 1.287;
ratio[5] = 1.113;
ratio[6] = 0.963;
ratio[7] = -3.0;
end_ratio = 3.955;
starter_torque = 40.0;

amount_of_oil_needed = 0.0; // internally lubricated //
best_lubrication_sliction=0.99;
worst_lubrication_sliction=0.95;

maxRPM = 10000.0;
inertia = kgToInertia(7.5);

drive_type = DT_RWD;
drive_front_min = 0.0;
drive_front_max = 0.0;
def_drive_front = drive_front_min;
drive_front = def_drive_front;

diff_lock_min = 0.20;
diff_lock_max = 0.20;
def_diff_lock = 0.20;
diff_lock = def_diff_lock;
}

public void addStockParts( Descriptor desc )
{
super.addStockParts( desc );

addPart( parts.engines.Einvagen_Duhen_Ishima_Focer:0x00000101r, "Shimutshibu_RC_X8550SR5_transmission_RWD_extension", desc );

This post was edited by Caballo (2014-08-21 11:12, ago)
I fix mods.

birger89

se
Posts: 20

Location: Sweden
Occupation:
Age:
V$:
#3   2014-08-21 17:48          
Thank you very much!

Memes_Of_Productions

us
Posts: 1

Location: United States
Occupation:
Age:
V$:
#4   2017-02-25 03:18          
Is there a way to make the FWD small transmissions do this? I'm making a Mid-engine vehicle and I would like to know

ATOM500

00
Posts: 93

Location: --- In my V$ RP House
Occupation:
Age:
V$: 74665
#5   2017-02-25 10:30          
There is a mod that has a RWD Gearbox for stock i4 engine.. It's called Mega i4 i think