Page 1 of 1
Single Character Minimum
Posted: Thu Sep 18, 2014 9:24 pm
by e8hffff
Devs can you allow for players to choose how many characters they want to start with, rather than demand all four slots be filled.
Re: Single Character Minimum
Posted: Thu Sep 18, 2014 11:07 pm
by Skuggasveinn
Just start a game and then disable the Champions you don't want in console.
Code: Select all
party:GetChampion(2):setEnabled(false)
party:GetChampion(3):setEnabled(false)
party:GetChampion(4):setEnabled(false)
The above will leave you only with the Champion in your first slot.
Skuggasveinn.
Re: Single Character Minimum
Posted: Fri Sep 19, 2014 4:29 am
by e8hffff
Skuggasveinn wrote:Just start a game and then disable the Champions you don't want in console.
Code: Select all
party:GetChampion(2):setEnabled(false)
party:GetChampion(3):setEnabled(false)
party:GetChampion(4):setEnabled(false)
The above will leave you only with the Champion in your first slot.
Skuggasveinn.
Ok cool, but would also make sense if non-hacker could simply choose just one.
Re: Single Character Minimum
Posted: Fri Sep 19, 2014 4:41 am
by Dr.Disaster
Want to place a bet on how many hours after release a LoG2 version of "The Characterizer" or a similar mod is out to solve such things (if needed)?
http://steamcommunity.com/sharedfiles/f ... =191005889
Re: Single Character Minimum
Posted: Fri Sep 19, 2014 8:30 am
by Seth
I was thinking about the same feature
I would realy like to try to play my first game as 2 man party only
Re: Single Character Minimum
Posted: Fri Sep 19, 2014 8:31 am
by antti
Yep, parties with less than 4 characters work
Re: Single Character Minimum
Posted: Fri Sep 19, 2014 12:51 pm
by Ixnatifual
I want to play it as an old-school WoW raid.
40 characters!
Re: Single Character Minimum
Posted: Fri Sep 19, 2014 4:21 pm
by Leki
antti wrote:Yep, parties with less than 4 characters work
Hope no hardcoded missing party member GUI shadow this time