You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to enter CC during gameplay using script extender and the function StartCharacterCreation
During this special instance of CC, only the player who initiated CC will be present, and picking Origin characters would cause problems such as duplicate Origins running about.
To support this functionality (since Larian never intended it), let's hide Origin selection and Multiplayer section from CC (the screen should then go straight to Race in that instance)
This would require 3 UI changes - Origin tab visibility, Multiplayer section visibility and default tab. Changing default tab may require a whole new screen to support
The text was updated successfully, but these errors were encountered:
Ideally we would need a new screen, one that does not block saving and clicking x in top right sends you back to the game world (rather than main menu in CC)
It is possible for UI buttons to cause custom UI elements to load, I would want to amend StartCharacterCreation to trigger a custom UI scene instead of sending to CC
Just as a comment on this, that isn't a solution but a band-aid.
I moved the multiplayer icons out of it completely on Plus UI since it is visible in the esc main menu. And origins are used at least by Appearance edit.
The closing button conundrum maybe can be solved by a button that when clicked issues the "Finish hireling recruitment" (can't recall the name out of the top of my head) which does nothing on CC for the first time (new game) but would work mid game while simultaneously popping the exit to main menu prompt. I would pursue this but honestly, I'm so tired.
It is possible to enter CC during gameplay using script extender and the function
StartCharacterCreation
During this special instance of CC, only the player who initiated CC will be present, and picking Origin characters would cause problems such as duplicate Origins running about.
To support this functionality (since Larian never intended it), let's hide Origin selection and Multiplayer section from CC (the screen should then go straight to Race in that instance)

This would require 3 UI changes - Origin tab visibility, Multiplayer section visibility and default tab. Changing default tab may require a whole new screen to support
The text was updated successfully, but these errors were encountered: