Street Legal Racing: Redline v2.3.1

Street Legal Racing: Redline v2.3.1

GameLogic Stuff
g13ba  [developer] 7 Apr, 2024 @ 12:48am
Adjust ranking
- open the file sl\Scripts\game\src\GameLogic.java
(preferable with some advanced text editor like Notepad++)

- search/find (Ctrl+F) this text: adjust ranking
//g13ba: adjust ranking if(0) //1: on, 0: off { //0-59 player_global_rank = 0; speedymen[player_global_rank] = player; player.club = player_global_rank/GameLogic.CLUBMEMBERS; } //---
- change if(0) to if(1)
- adjust the player_global_rank as you like:
0-19 green
20-39 blue
40-59 red

- save the file

- start the game, load and save your career,
- exit the game and disable the code by changing back to if(0)
Last edited by g13ba; 7 Apr, 2024 @ 12:51am