Playable Character Limit

I experimented with this recently and it seems everyone past 51 got deleted after suspending and resuming, even with a bunch of them being hidden.

2 Likes

The safe amount of saved characters in the party is 50. The ExModularSave patch theoretically lets you save up to 63, but given how I’ve seen bugs (including the units not actually being saved) I personally don’t recommend it.
Characters after 0x45 still save supports normally, since supports are part of unit RAM. It’s only BWL data that doesn’t get saved since that’s a separate thing. Normally this doesn’t really mean much, but if you’re using the skill system this means the unit won’t be able to learn skills from events/scrolls, or won’t save their unpromoted skills after promotion which could also not matter depending on your case, especially since you can just set the unpromoted skills as part of the promoted skill set.

2 Likes

The default ems on feb saves 51 players, while the old default saved 62 chars. You can edit this yourself pretty easily if you want to save more than 51. I think this was done to easily fit 200 convoy.

New

Old

4 Likes

If you really need more than 50, you can load the extra characters during in chapter as a event. 50 is the max unit you can select, but let’s say you want 5 more you can have it so there runs a event where the 5 shows up as allies. Problem is they won’t be “your” unit per say since they come with whatever you might have gave to them during the unit placement.

I think enemies is similar but they stop spawning after a certain number.

Also, 50 is a lot, a lot. I’ve ran a game with about 40 or so before and it was already enough to fill the entire map. You would need a big map for all those units.

2 Likes

I’m currently looking into doing trying this out myself. Since I can no longer save units to my party

Have you had any luck so far?

Sadly all I could do was cut back on how many playable units the player party could obtain. I also went back and added full erase events on units that leave the party with no plans on returning. While dishearting to do this. It will lead to more fleshing out many of my units.

Hi, thank you for helping! Any chance you could explain a bit more about how to change the maximum roster size myself? For example, assume that I want to change the maximum party size to 90, what steps should I take? Many thanks again!

You can’t - the maximum possible without bugs is 50. With some bugs, 62. Past that everything explodes.

2 Likes

Thanks for the clarification. So what steps should I take to edit the max roster size to 62? Many thanks!

1 Like

You can just copy the ems setup I linked above that says 62 units. (Note that you cannot use 200 convoy with this setup).

2 Likes

Hi! Quick question out of interest. If you can’t have both 62 units and 200 supply, how did for example Vision Quest manage to have both?

Keep in mind that the limit is for characters in the party at the same time. You can easily have route-exclusive characters.
Using the DISA event command to unload them, you can have characters like Orson that permanently leave. Shadow Dragon style replacement characters are achievable if you check the number of living units in the party and then have them join via an event if party is is below a threshold. Make sure to use the ASMC_ClearZombies patch to erase dead unit data. The two downsides to this methods are unloaded units will appear as unmet in the support viewer and you can’t have a revival staff.

1 Like

You can. I was just saying you can’t with that specific setup. Ems is meant to be configured to what you want. I don’t have a setup that has both but I’m sure someone around does, or you can make your own.

1 Like

Is there any tutorial on this EMS thing?
Iread you edit it but when I did, the patch got deleted.

Quick question about the roster limit, I believe that FE6 had 54 recruitable characters (3 route-exclusive ones) and 9 recruitable characters for the Trial Maps. How can they avoid making the game buggy with such a huge roster? Also, if I don’t include new support system whatsoever for my new characters, is there anyway at all to bypass the hardcode limit of 62? Many thanks.
Edit: Is there a Discord server that I can join? Would love to talk about these to someone, I am just starting and I get a little bit overwhelmed.

FE6 has a total of 54 characters, but only 51 are recruitable in a given playthrough. The limit of 50/51 playable characters is for the number of characters a player can have recruited at the same time, not for the total number of characters you can make available for recruitment in the game. Assuming you want full functionality out of all recruitable characters, that limit is 69, since BWL data is only saved for characters up to and including internal ID slot 0x45.

I’m actually not exactly sure how FE6 handles the Trial Map characters, but if I were to guess, it probably doesn’t actually store their data into your save file, and instead loads them into your party fresh each time you load up the preparations menu for a trial map. This is just conjecture, though, and I’m sure someone else has the actual answer.

2 Likes

If the game only stores up to 50 units on your save, but can handle up to 69 recruitables, then you could in theory do something like the FE DS games and make replacement units that join you ONLY a certain amount of your other units have died.

1 Like

Thanks a lot!