Author Message

Sleepin mOnkey

jp
Posts: 2459

Location: Japan Universe, Milky way ,Solar system, Earth
Occupation: Automotive engineer Student
Age: 32
V$: 14.750
#1161   2018-12-04 03:11          
How to add more parked bots because i tried searchin and dint found the tutorial
Roleplay: A engine Builder and tuner that lives in Japan and Builds cool stuff.
Cars: Corolla Levin coupe Tog/show car
180SX s13 350hp SR20DET 6MT Babe 1
Supra Sz JZA80 2jz-Gte Vvt-i 2000's Hotboi
240sx Vert HOTBOI 2

CLICCC...

mitko

bg
Posts: 267
http://www.youtube.com/channel/UC...
Location: Bulgaria Varna
Occupation: YouTUBE
Age: 26
V$:
#1162   2018-12-08 12:41          
How to set mileage on used cars for BB version

Raxyyy

se
Posts: 11

Location: Sweden Stockholm
Occupation: 楽しい時間
Age: 23
V$:
#1163   2018-12-11 14:37          
How do i add multiple extras to one car, so i can have for example hydralic hanbrake and some guages from multiple mods from the same catagory.
[img]<a href="http://upload.vstanced.com/image/7LI"><img src="http://upload.vstanced.com/images/2017/06/01/7LI.gif" alt="7LI.gif" border="0" /></a>[/img]

dowdow

fr
Posts: 231

Location: France Pouzac
Occupation: Construction Designer
Age: 30
V$:
#1164   2018-12-15 13:53          
you need to add the slots to your car chassis cfg**

This post was edited by dowdow (2018-12-16 17:44, ago)

mitko

bg
Posts: 267
http://www.youtube.com/channel/UC...
Location: Bulgaria Varna
Occupation: YouTUBE
Age: 26
V$:
#1165   2018-12-26 23:18          
i use BB93 2jz engine, i added my sounds to it, but i cant manage to tell the engine when to use turbo sounds and blow off and when not. On the last engine i used these sounds and everything was fine. I found scripts on the old block.java
public void getTurboType
which are missing in BB's engine. I'll be thankful if someone tell me how to make the engine to not play the turbo sounds when i'm running NA engine because, now the sounds play on NA engine even with this script
if (dynodata.P_turbo_waste != 0.8)

Bigg Boss93

it
Posts: 4024
http://rdbl.co/1Hmg5XL
Location: Italy - Sardegna
Occupation: Swimming out of the shit pool
Age: 30
V$: More than you can afford, pal.
#1166   2018-12-26 23:27          
Upload and send your java or post it within a spoiler and code tag, so i can have a look at it.
Diegorborges about my Valo fix: "Now all of you must have your slrr folder like this: C:/BIGBOSSisMYlordANDiamHISbitch/SLRR LOL" :O

mitko

bg
Posts: 267
http://www.youtube.com/channel/UC...
Location: Bulgaria Varna
Occupation: YouTUBE
Age: 26
V$:
#1167   2018-12-26 23:36          
Found the issue :) it was my mistake. There was != instead of >

thor-04

do
Posts: 349

Location: Dominican Republic
Occupation:
Age: 24
V$:
#1168   2018-12-28 20:21          
Some my fixed buttons (F keys like the live garage and all the tilt buttons 7,8,9,0) suddenly stopped working even when re-installing the game, i haven't changed anything to my keyboard since months! any idea?

hamburper

00
Posts: 122

Location: --- area 51
Occupation: doing nothing
Age:
V$: what
#1169   2018-12-29 03:09          
ok im back so uhh i did a roofrack mod and uhh i need help cause im trying to make it compatible with any car so someone tell me what i did wrong
edit: i made it compatible but when you buy it, it doesn't show up in garage

This post was edited by hamburper (2018-12-29 03:24, ago)
hamburger#8490

by5555

us
Posts: 1

Location: United States
Occupation:
Age:
V$:
#1170   2018-12-30 08:45          
Has there been a fix for the non removable or adjustable springs when you put them on shocks?

mitko

bg
Posts: 267
http://www.youtube.com/channel/UC...
Location: Bulgaria Varna
Occupation: YouTUBE
Age: 26
V$:
#1171   2019-01-02 13:29          
Is it possible to make the spawned cars to use different colors like in traffic, because i've got sick from this yellow, or to set a color for every car i've added ?

IceD

vi
Posts: 1311

Location: Virgin Islands (u.s.) Graveyard
Occupation: RIP
Age:
V$:
#1172   2019-01-02 14:17          
# hamburper : ok im back so uhh i did a roofrack mod and uhh i need help cause im trying to make it compatible with any car so someone tell me what i did wrong
edit: i made it compatible but when you buy it, it doesn't show up in garage
Check ur java.

Added 1 minute later:

# thor-04 : Some my fixed buttons (F keys like the live garage and all the tilt buttons 7,8,9,0) suddenly stopped working even when re-installing the game, i haven't changed anything to my keyboard since months! any idea?
you probably got something that has to do with sl/scripts folder and u lost it :D

Lagano

si
Posts: 1739

Location: Slovenia West side
Occupation: Taking it easy
Age: 24
V$: :$V
#1173   2019-01-02 15:38          
# mitko : Is it possible to make the spawned cars to use different colors like in traffic, because i've got sick from this yellow, or to set a color for every car i've added ?

Seems like those cars use only one texture so try changing it. How did you get them in front of the garage, by the way?

mitko

bg
Posts: 267
http://www.youtube.com/channel/UC...
Location: Bulgaria Varna
Occupation: YouTUBE
Age: 26
V$:
#1174   2019-01-02 15:47          
# Lagano : Seems like those cars use only one texture so try changing it. How did you get them in front of the garage, by the way?
The cars change their colors in traffic, but when they are added on track or in valo like in this case the use only the yellow color, and i don't know how to set them to use other colors or set different color as default for each one i add.

And for adding, in Valocity.java i used these lines:

GameType TRAFFIC0;
GameType TRAFFIC1;
GameType TRAFFIC2;
etc.
GameType gt;


TRAFFIC0 = new GameType();
TRAFFIC0.create_native(map, new GameRef(cars.fake_racers.Sunset:0x0006r), "1,1,1,1,1,1", "test_car"); //G1 neighbor mc
TRAFFIC0.setMatrix(new Vector3(-331.205, 10.774, 1016.761), new Ypr(1.671,0.092,0.002));

TRAFFIC1 = new GameType();
TRAFFIC1.create_native(map, new GameRef(cars.fake_racers.Stallion:0x0006r), "1,1,1,1,1,1", "test_car");
TRAFFIC1.setMatrix(new Vector3(-364.061, 10.288, 1052.002), new Ypr(-0.103,0.109,0.015));

TRAFFIC2 = new GameType();
TRAFFIC2.create_native(map, new GameRef(cars.traffic.Wagon:0x0006r), "1,1,1,1,1,1", "test_car"); //G1 neighbor wagon
TRAFFIC2.setMatrix(new Vector3(-313.180, 11.083, 1124.049), new Ypr(-1.554,-0.131,0.022));
etc.

Just download Martin Benet: Valo City remake and you'll get an idea of how it's done :)

Added 11 seconds later:

BTW does someone know how to make a chase bot to start when i want, i mean i made one but when i open map its starting to chase and i want to make it like Test Track Police - when you get close to him or when you hit him :)

This post was edited by mitko (2019-01-02 15:54, ago)

FairladyZ

ir
Posts: 1

Location: Iran
Occupation:
Age:
V$:
#1175   2019-01-02 22:32          
Hi guys

Is there any good enb for low pc?
And Mopar Engines.

Plus, is there any good mod for customizing
The interior of car?

Thank you all ^-^


Sry but is there any map like Nevada or desert or smth like that?

FUJINO86

us
Posts: 2

Location: United States
Occupation:
Age:
V$:
#1176   2019-01-03 06:48          
hi everybody. can someone recommend advice? i recently installed slrr by jack v2. when i go to boot up the game it loads but it stays on the loading screen.
thanks...

Jehh

00
Posts: 216

Location: ---
Occupation:
Age: 24
V$: HESOYAM
#1177   2019-01-03 12:12          
@FUJINO86 , try using BB93 Slrr or SLRR LE , they are the best SLRR's out here and they work very good . try one

IceD

vi
Posts: 1311

Location: Virgin Islands (u.s.) Graveyard
Occupation: RIP
Age:
V$:
#1178   2019-01-03 14:47          
# FUJINO86 : hi everybody. can someone recommend advice? i recently installed slrr by jack v2. when i go to boot up the game it loads but it stays on the loading screen.
thanks...
if it doesn't load try doing alt+tab out of the game and then alt+tab back in. hope it helps.

FUJINO86

us
Posts: 2

Location: United States
Occupation:
Age:
V$:
#1179   2019-01-03 17:55          
# IceD : if it doesn't load try doing alt+tab out of the game and then alt+tab back in. hope it helps.

It works :) thanks IceD

XaLVa

ua
Posts: 1

Location: Ukraine
Occupation:
Age:
V$:
#1180   2019-01-12 20:41          
Hello everybody. Is it possible to change how engine сharacteristics (hp/torque) are calculating? The only hint i found are methods
public native float calcDyno( float tablesize );
public native float getTorque( float RPM, float nitro );
public native float getHP( float RPM, float nitro );
in parts\scripts\src\DynoData.java
But it seems to be in C library. So does anybody know how to change it?

th3cr4pm4n

au
Posts: 14

Location: Australia
Occupation:
Age:
V$:
#1181   2019-02-03 07:09          
Reshade 4.1.1 (Tried some other versions too) depth buffer access doesn't work in SLRR 2.3.1? Anyone else having this issue?

If it is just me, are there any ReShade presets with depth buffer effects (DoF, AO, etc) on that are known to work on 2.3.1?

lofaszjoska

hu
Posts: 2

Location: Hungary
Occupation:
Age:
V$:
#1182   2019-02-03 21:13          
Hi Everyone,

i managed to add around 100 cars to my game version, edited all the _vt.java of them so they appear now as often as i want in the used, and new car dealer, and also at races. And here comes my question:
During night race, what decides which car will appear as opponent if they have the same prevalence? I assume the Prestige (new, stock and full) play a role in this.If the prelevance is the same, but the prestige is lower, it will the car appear as an opponent at the beginning (blue, green), and if the prestige is higher, then later on (red)? Or am i completely wrong?
Can someone do a detailed explanation on the prestige parameters in the _vt.java, ad in the car.java? How they work, what they affect, etc?

Thanks in Advance

theblockishot

00
Posts: 90

Location: ---
Occupation:
Age:
V$:
#1183   2019-02-09 04:12          
Anyone know how to remove the hud like how its done on BB93's Supra?

Boop Boop BAP

Hondie1

00
Posts: 3

Location: ---
Occupation:
Age:
V$:
#1184   2019-02-11 06:46          
hi. i have streetlegal redline by jack V3 2011-2014 but it has glitch problems and the drag races in valo city are missing cars to race.
do you have a copy i can download ?
is there a way i can upload the game so someone can fix the problems ?

ozal

nl
Posts: 12

Location: Netherlands
Occupation:
Age:
V$:
#1185   2019-02-11 14:27          
hey guys !

i havent played this game for soms years now. today i was at school an i saw this game come by again now i want to play again but i wanted to ask you guys , what is the best / most stable and fun wit good mods game ? i saw the slrr injected 1.4 but does anybody have the whole game and updated wit all the mods or is there a better version/repack ?

Sleepin mOnkey

jp
Posts: 2459

Location: Japan Universe, Milky way ,Solar system, Earth
Occupation: Automotive engineer Student
Age: 32
V$: 14.750
#1186   2019-02-11 15:50          
# ozal : hey guys !

i havent played this game for soms years now. today i was at school an i saw this game come by again now i want to play again but i wanted to ask you guys , what is the best / most stable and fun wit good mods game ? i saw the slrr injected 1.4 but does anybody have the whole game and updated wit all the mods or is there a better version/repack ?

Just download this version the most stable and with more bugfixes

*LINK*

and if you need mods theres a whole dl section for it here

*LINK*

and if you cant find something feel free to ask here

*LINK*

also if yu get the taste and likes building car join the roleplay

*LINK*
Roleplay: A engine Builder and tuner that lives in Japan and Builds cool stuff.
Cars: Corolla Levin coupe Tog/show car
180SX s13 350hp SR20DET 6MT Babe 1
Supra Sz JZA80 2jz-Gte Vvt-i 2000's Hotboi
240sx Vert HOTBOI 2

CLICCC...

ozal

nl
Posts: 12

Location: Netherlands
Occupation:
Age:
V$:
#1187   2019-02-11 19:03          
oke i think you dont get my point ? i want to download a version that is made by someone and already modded i know how moddy this game was and alot of mods and bugs dont go wel together .

Alex876

jm
Posts: 356

Location: Jamaica Swift Tune JA
Occupation: Putting illegal camber on cars
Age: 23
V$:
#1188   2019-02-11 19:52          
# dowdow : you need to add the slots to your car chassis cfg**
how please?

Sleepin mOnkey

jp
Posts: 2459

Location: Japan Universe, Milky way ,Solar system, Earth
Occupation: Automotive engineer Student
Age: 32
V$: 14.750
#1189   2019-02-11 23:03          
# ozal : oke i think you dont get my point ? i want to download a version that is made by someone and already modded i know how moddy this game was and alot of mods and bugs dont go wel together .

man, I've been playing this daily for 8+ years and played almost all versions out there (except by the 2.3.1 which is shitty and paid) and I can assure you by

first SLRR wasn't a game that was completely developed the raw game even on old os is Buggy as hell

two the latest official version is pretty old and IIC is the 2.2.1

three i wouldn't reccomend a bad version for someone that's coming back to the game so I gave you the current best the game is fully functional for car building 90% of the actual use of it and this is a raw version that eliminates almost all of the original bugs of the game but if you want look at the dl section

also, most of the mods nowadays are what makes the actual base of the game and pretty much most of the ones are at vs are the best in stability and reliability
Roleplay: A engine Builder and tuner that lives in Japan and Builds cool stuff.
Cars: Corolla Levin coupe Tog/show car
180SX s13 350hp SR20DET 6MT Babe 1
Supra Sz JZA80 2jz-Gte Vvt-i 2000's Hotboi
240sx Vert HOTBOI 2

CLICCC...

Hondie1

00
Posts: 3

Location: ---
Occupation:
Age:
V$:
#1190   2019-02-12 08:09          
hi. i have streetlegal redline by jack V3 2011-2014 but it has glitch problems and the drag races in valo city are missing cars to race.
do you have a copy i can download ?
is there a way i can upload the game so someone can fix the problems ?

ozal

nl
Posts: 12

Location: Netherlands
Occupation:
Age:
V$:
#1191   2019-02-13 13:26          
@hondie1 i got this LINK from Mike Bones , try downloading and playing this version of the game.

EDIT : i found this repacked version ! Link this is the best slrr i have ever played !

This post was edited by ozal (2019-02-13 14:18, ago)

Hondie1

00
Posts: 3

Location: ---
Occupation:
Age:
V$:
#1192   2019-02-14 08:20          
@ozal i downloaded the link and that one is V4 (yellow) (by jack injected with VLAD) i already have that game but im after V3 2011-2014 by jack (blue) beause my version keeps having problems for new saves. do you know a good download for that version

zakymzf

id
Posts: 290

Location: Indonesia Bandung
Occupation: zakymzf
Age: 31
V$:
#1193   2019-02-17 14:49          
hey guys, been awhile. need help here

so i got a new graphic card, which is AMD RX 580
i was using NVidia Card, so to setting the AA is fairly simple.
not that AMD dont have AA, but when i tried "AA method:Override App Setting", my AO from ENB is messed up. its like AO would go through any object, like the car is transparant. anyone can help?

my name is JACK ;)

Bigg Boss93

it
Posts: 4024
http://rdbl.co/1Hmg5XL
Location: Italy - Sardegna
Occupation: Swimming out of the shit pool
Age: 30
V$: More than you can afford, pal.
#1194   2019-02-17 15:49          
You cant have AO and AA together with AMD, but at least you can have AA at all, unlike nvidia that has no AA whatesoever :/
Diegorborges about my Valo fix: "Now all of you must have your slrr folder like this: C:/BIGBOSSisMYlordANDiamHISbitch/SLRR LOL" :O

Jehh

00
Posts: 216

Location: ---
Occupation:
Age: 24
V$: HESOYAM
#1195   2019-02-17 16:35          
# zakymzf : hey guys, been awhile. need help here

so i got a new graphic card, which is AMD RX 580
i was using NVidia Card, so to setting the AA is fairly simple.
not that AMD dont have AA, but when i tried "AA method:Override App Setting", my AO from ENB is messed up. its like AO would go through any object, like the car is transparant. anyone can help?

As BB93 said , its impossible to make AA and AO work together . i am a RX580 owner too, it's a big pain in the ass but .. i kinda know how to work with PS CS6 and i make fake shadows or AO..

zakymzf

id
Posts: 290

Location: Indonesia Bandung
Occupation: zakymzf
Age: 31
V$:
#1196   2019-02-17 17:54          
# Bigg Boss93 : You cant have AO and AA together with AMD, but at least you can have AA at all, unlike nvidia that has no AA whatesoever :/
that sucks. but, weirdly, when i use my NVidioa, both AA and AO working perfectly :/
# Jehh : As BB93 said , its impossible to make AA and AO work together . i am a RX580 owner too, it's a big pain in the ass but .. i kinda know how to work with PS CS6 and i make fake shadows or AO..
its a pain in the ass to edit every shot i take lol.
thanks both of you :cheers:

my name is JACK ;)

NFSFan96

au
Posts: 9

Location: Australia
Occupation: Unemployed Loser
Age:
V$:
#1197   2019-02-19 11:09          
Hey Guys, I am looking for a bit of Java code that allows realtime adjustment using on screen sliders.

I have looked just about everywhere I can think of but am afraid it has been lost with the GOM Team website. It was posted by Miran or Raxxat, or another big SLRR Java enthusiast of that time iirc.
I need it to make finding out what the different values in the mistersir suspensions do so I can fix my old fix. I only just noticed that the suspension gets moved back a couple inches and cannot for the life of me remember or figure out what value needs to change to move the whole suspension forward an inch or so. Hopefully it is not lost and someone has the code or a copy of the thread somewhere.

Any help would be much appreciated.

Sleepin mOnkey

jp
Posts: 2459

Location: Japan Universe, Milky way ,Solar system, Earth
Occupation: Automotive engineer Student
Age: 32
V$: 14.750
#1198   2019-02-19 14:36          
*LINK* try this
Roleplay: A engine Builder and tuner that lives in Japan and Builds cool stuff.
Cars: Corolla Levin coupe Tog/show car
180SX s13 350hp SR20DET 6MT Babe 1
Supra Sz JZA80 2jz-Gte Vvt-i 2000's Hotboi
240sx Vert HOTBOI 2

CLICCC...

NFSFan96

au
Posts: 9

Location: Australia
Occupation: Unemployed Loser
Age:
V$:
#1199   2019-02-20 04:14          
Hmm, it has the main lists but none of the threads I need/want have been archived unfortunately.
Thanks for the help, I had completely forgotten about the wayback machine.

Sleepin mOnkey

jp
Posts: 2459

Location: Japan Universe, Milky way ,Solar system, Earth
Occupation: Automotive engineer Student
Age: 32
V$: 14.750
#1200   2019-02-20 04:33          
mo prob may there's be other option that may find it if you really want to
Roleplay: A engine Builder and tuner that lives in Japan and Builds cool stuff.
Cars: Corolla Levin coupe Tog/show car
180SX s13 350hp SR20DET 6MT Babe 1
Supra Sz JZA80 2jz-Gte Vvt-i 2000's Hotboi
240sx Vert HOTBOI 2

CLICCC...