Street Legal Racing: Redline v2.3.1

Street Legal Racing: Redline v2.3.1

GameLogic Stuff
g13ba  [开发者] 2024 年 4 月 7 日 上午 12:48
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 //40-59 # - 3 //20-39 # - 2 // 0-19 # - 1 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-59:
40-59 red
20-39 blue
0-19 green



- save the file

- start the game, load and save your career,
- exit the game and disable the code by changing back to if(0)
最后由 g13ba 编辑于; 11 月 10 日 下午 1:49