- Posts
- 112
- Likes
- 68
1st Problem.
So ive gotten the auto map cycle coding down, However when i intially join my server its still on base custom FA teams even though i set it up a certain way
found this in the server CFG
// Uncomment and modify g_siegeTeam settings below to use custom FA teams when in MB Mode 4 (Legends), or set to "none" to use map's default team (effectively the same as Full-Authentic). Reload map if modified.
//seta g_siegeTeam1 "" // Default if not configured: LEG_Good
//seta g_siegeTeam2 "" // Default if not configured: LEG_Evil
Which ive uncommented on the siege teams, restarted the map and then it puts it on the custom FA classes i had set up in the code, is there anyway around this where i dont have to be online for it to automatically load up the custom FA teams?
2nd problem, changed the rounds to 3 rounds only 3 wins only to change to next map, isnt working at all for some reason. frag limit and round limit is what i changed and it goes past 3 rounds. is there a hard coded max round limit?
edit: i have to restart the map again when the next map loads for custom FA classes to show up, There must be a way to fix this so i dont have to keep doing this. i dont want to be online to have to do this which is the whole point of me creating a custom FA auto map cycle so i dont have to manually do everything myself
So ive gotten the auto map cycle coding down, However when i intially join my server its still on base custom FA teams even though i set it up a certain way
found this in the server CFG
// Uncomment and modify g_siegeTeam settings below to use custom FA teams when in MB Mode 4 (Legends), or set to "none" to use map's default team (effectively the same as Full-Authentic). Reload map if modified.
//seta g_siegeTeam1 "" // Default if not configured: LEG_Good
//seta g_siegeTeam2 "" // Default if not configured: LEG_Evil
Which ive uncommented on the siege teams, restarted the map and then it puts it on the custom FA classes i had set up in the code, is there anyway around this where i dont have to be online for it to automatically load up the custom FA teams?
2nd problem, changed the rounds to 3 rounds only 3 wins only to change to next map, isnt working at all for some reason. frag limit and round limit is what i changed and it goes past 3 rounds. is there a hard coded max round limit?
edit: i have to restart the map again when the next map loads for custom FA classes to show up, There must be a way to fix this so i dont have to keep doing this. i dont want to be online to have to do this which is the whole point of me creating a custom FA auto map cycle so i dont have to manually do everything myself
Last edited: