-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefab parties attached to scenarios #492
Comments
There are some interesting considerations with this one.
|
I have a feeling that this vaguely tends towards removing the Make New Party button entirely. If you wanted to make a new party, you'd unload your party and click start scenario, and after choosing the scenario you're taken to the party creation screen, with an option to use the prefab party (either scenario-provided or default, depending on the scenario). If you don't want to make a new party, you load one first before clicking start scenario. If you then choose one with a prefab, as you said, you'd be asked if you want to use the prefab instead. Otherwise it'd just go forward with the chosen party. Changing the flow like this actually solves another issue, which is that there isn't really a way to create a party from scratch that's higher-level for a more advanced scenario. But if the scenario is chosen before creating a party, the party creation screen can easily be adjusted to match the level expectation of the scenario. Of course, this means we end up having yet another unused button… |
We could show twice as much of the startanim.png at one time. I think that would actually be nice. |
|
It's… an option, I guess. Not sure if I like that idea. |
Oh, another thing we could do if the scenario is chosen first is allow the scenario to impose a few restrictions on the party creator. Some examples:
These would ultimately be only "soft" restrictions, because you could get around them by creating the party in another way and then entering the scenario with that party. So I'm not even sure if it would be worth doing. But it could be something to consider. |
I think this is sufficiently complicated that it should wait for after stable 2.0. In the meantime for the tutorial scenario we should simply use force_party--no need to get fancy. |
This could be done by essentially bundling a saved game (either zipped as usual or unzipped) inside the scenario file. It should be a party that's not in a scenario. The game would ask the user if they want to use the provided party. ~CelticMinstrel
The text was updated successfully, but these errors were encountered: