SRIV respect_levels.xtbl

Is there some kind of limit on the entries in this table? I found a thread saying there was for SR:TT, but nothing saying there was for IV (who knows, it could have changed).

I successfully made it to level 51 after adding about 10 new entries to the table (I increased the Max Children as well), but it didn't allow me to continue leveling up afterwards despite their being more levels in the table.

6JYmV.png


I think if there is some way to do this that I'm missing, it'd be awesome to increase the level cap to 60 or even 100 to allow modders to add new super powers and other unlockables at higher levels.
 
Last edited:
Just found this in the code:

// respect levels
#define MAX_RESPECT_LEVELS (51)

I think if there is some way to do this that I'm missing, it'd be awesome to increase the level cap to 60 or even 100 to allow modders to add new super powers and other unlockables at higher levels.

I totally agree.
 
Ah, now that would explain it.
(51, odd number to stop at considering the level cap is normally 50)

I wonder if the game's code would support simply raising that value. ;)
 
Back
Top