More followers

Is it possible to make a mod that allows players to have more than 3 followers in SRTT or is that a new feature in Saints Row IV?
 
I know the game engine can handle more than 3; if you comment out parts of mission scripts that remove your current followers so that it can add more, it'll just add them anyway. I wasn't able to find a way to increase the number that it lets you recruit manually, though.
 
Based on code, it looks like the max number of followers in an AI squad is 5, but the maximum number of recruits is hard coded to 3 in the game code. I don't think you'll be able to change the recruit functionality, but I wouldn't be surprised if you could set some followers from script up to 5.
 
Based on code, it looks like the max number of followers in an AI squad is 5, but the maximum number of recruits is hard coded to 3 in the game code. I don't think you'll be able to change the recruit functionality, but I wouldn't be surprised if you could set some followers from script up to 5.

Yes, I did notice that when you call a SWAT team the officers stay togheter and also follow you if they are not recruited. I'm sure the 'form own squad' flag in the homies.xtbl file causes this.
 
Back
Top