Author Message

Guille6

es
Posts: 19

Location: Spain
Occupation:
Age: 31
V$:
#1   2019-04-29 12:37          
Hi, which slrr mod do you recommend me, I am looking for a mod that has drift tracks where you can get money with drifting points(at least the Shinjuku track) and that has already a lot of cars, engines, wheels and suspensions, and that works in windows 10, and that you can get cars from the junkyard car dealer, and if its possible with a well set up drag racing mode in valo city.

I know that is a lot to ask for but the game that I was using in my old slow computer(in which was slow and lagged the slrr) doesn’t work in windows 10, I have the slrr by le bruh and slrr 2.2.1 mwn working in the windows 10.

Many thanks.

This post was edited by Guille6 (2019-04-29 17:41, ago)

SuperSupra512

00
Posts: 36

Location: --- None
Occupation: None
Age:
V$: 17500
#2   2019-04-29 19:13          
Look, modding isn't a big deal! I recommend downloading SLRR By Jack, any of the versions (There are 3 or 4), and download a few mods on it as you want. If you need help, go to the help section, or message me if you don't understand something.

Guille6

es
Posts: 19

Location: Spain
Occupation:
Age: 31
V$:
#3   2019-04-30 01:39          
Ok thanks, i have just realised today that there was a tutorial in this page of how to add mods, i got to install a couple of cars in the 2.2.1, but i am not able to install new track, i m doing something wrong, i put the tracks in the folder but then they don t appear in the game, and also if i install shinjuku drift parking it crash the game i think is because of the script.

I have another question, how can i change the amount of money won in the dragstreet races i only get 1000$

This post was edited by Guille6 (2019-04-30 01:47, ago)

SuperSupra512

00
Posts: 36

Location: --- None
Occupation: None
Age:
V$: 17500
#4   2019-04-30 11:59          
About what you said first, if you use MWN the tracks should work. Are you sure the tracks you installed are supporting 2.2.1 MWN? About scripting, I know the basics, but I can't help with that one. About the second question, do you mean drag racing in Valo City it drag racing on Miran's drag strip mod? If you meant the drag strip, I might be able to help. If not, I am not sure if it's possible. You can always ask the experts, I am especially a 2.3.1 expert so this is not something I have too much knowledge about.

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#5   2019-04-30 16:41          
Guille6:
I am looking for a mod that has drift tracks where you can get money with drifting points(at least the Shinjuku track) and that has already a lot of cars, engines, wheels and suspensions
Has my pack lost cred recently? I mean its an almost perfect match: money with drifting (on tournaments if you win it) no Shinjuku admittedly but still "lot of cars, engines, wheels and suspensions" definitely. I guess I did loose interest in it but the current state (LINK "The main download" and "Ever refreshing patch link") is quite good I thought.

SuperSupra512:
modding isn't a big deal!
I reeeallly dont agree with this, SLRR is the most intricate and convoluted modding experience I had.

Guille6

es
Posts: 19

Location: Spain
Occupation:
Age: 31
V$:
#6   2019-04-30 17:57          
# amilmand : Has my pack lost cred recently? I mean its an almost perfect match: money with drifting (on tournaments if you win it) no Shinjuku admittedly but still "lot of cars, engines, wheels and suspensions" definitely. I guess I did loose interest in it but the current state (LINK "The main download" and "Ever refreshing patch link") is quite good I thought.


I reeeallly dont agree with this, SLRR is the most intricate and convoluted modding experience I had.

I tried your mod but it didn't work for me probably because the windows 10, in my old computer with windows 8 i had it but couldn't play it because was to heavy for that old dead computer. Thanks. I said shinjuku because is the only drift track that i know that i can win money racing i didn't know your mod had it or any other track with that script.

I meant modify the money you get racing in drag street racing of valo city in 2.2.1., thanks for you help guys.

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#7   2019-04-30 18:46          
Guille6:
money you get racing in drag street racing of valo city

There is a cash (array of ints) defined on line 1197 in the sl\Scripts\game\src\city.java
you would want to update the lines below the definition which by default look like this:
cash[0] = 1000*clubIndex;
cash[1] = 2000*clubIndex;
cash[2] = 4000*clubIndex;
cash[3] =    0;

If you dont have the sources by default: LINK
(I highly recommend only copying over the java sources to the respective src directory which you are actually modifying)