Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Swapping characters

A topic by katycrab created Jan 28, 2024 Views: 46 Replies: 2
Viewing posts 1 to 2

Hello! Had a question. I know the plugin allows customizing of NPCs and other teammates (I think?). But suppose I want to have two different "main" characters? For example: The player customizes how their Autobot looks. After playing some missions as that character, they are then presented with customizing a Decpticon, the other character they will play as. And then the game lets them play the Decepticon. Then swaps back to Autobot later. Then back to Decepticon. All the while, keeping the appearance that was chosen for those two characters all game long.

How do I swap between Main Character A  and  Main Character B

Sorry if I missed something. I admit this does feel a bit niche, but figured was worth asking!

Developer

If I understood you right, this is just a matter of you assigning a Generated filename character to another game character(Event, Player or follower). You can do this already. On the sample project, there is an example for doing this:

You just need to use the event id 2 (Open Generator) to create the Generated Characters Char1 and Char2. Then go to the event id 3 and you will be able to assign the same Generated character for two different game characters, in this example, Player and Event Id 2.

(+1)

Thanks a bunch for the reply! Apparently, I somehow missed the notification you had replied until just today. O.o Sorry about that.
But yeah! Thanks! Looks like that would be what I need. I'll have to test it out some time.