Author Message

Guille6

es
Posts: 19

Location: Spain
Occupation:
Age: 31
V$:
#156022   2019-05-13 10:40          
Here you have some *LINK* from there i recommend you the BB93_SLRR2015 90s euro by Miegalius (stable modded game with different cars than usual mods but only european cars, you will have to modify a file to change the cash that you get in every race because is set up at 1000 credits which for me is few but is easy to fix that:
# amilmand : 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)

Also in google you can search the slrr by jack v3 which is a highly modified and stable modded game.
Also there is a good compilation of mods in the youtube channel of Zerga, make sure to give him a good thumbs up,i recommend from there the injected by vlad 1.4.2 (not stable in windows 10) which also has drift apart from the valo drag and the slrr by smashing keyboard (slrr from a suscriber is the name of the video) who did an awesome update of the slrr by jack v2, making it avaible for windows 10 and also making a couple of changes and adding the drift track (shinjuku also avaible on the injected), but don't add any mod and also delete from cars/racers/ the folder cima_y33_data and cima_y33.rpk because it doesn't work and crash the game if selected.

And if you want a game to add some mods install the slrr 2.2.1 mwn, clean, stable, and updated standard version of slrr also the slrr stage 1 is good it has some rims but is a bit modified not so clean.

This post was edited by Guille6 (2019-05-13 10:47, ago)