Page 1 of 1
Modify player positon numbers
Posted: 06 Aug 2013, 17:31
by Tzeentch
Just a quick one regarding the multiplayer,
When you hosta game and it shows on all the maps it begins with the first player on the map being shown as postion ( 0 ). Wouldn't it be better that the first player starts at position 1 and we remove position 0 altogether?
Re: Modify player positon numbers
Posted: 07 Aug 2013, 04:16
by Lord Apocalypse
Would be easier to display those positions as std numbers rather than code numbers. numbers in the code start at 0, so this is how it gets displayed. Rather the code could probably be adapted to start at code + 1, or something that most people are more used to.
Re: Modify player positon numbers
Posted: 08 Aug 2013, 19:32
by NoQ
If player 0 is renamed to player 1, then we'd have to rename player 9 to player 10, and private chat will become much less convenient.
Re: Modify player positon numbers
Posted: 12 Aug 2013, 07:05
by Lord Apocalypse
Not sure if I get the correct meaning, but it would not affect the base code numbering only what is displayed on the screen.
Re: Modify player positon numbers
Posted: 19 Jan 2015, 00:09
by Tzeentch
Exactly, just what may be displayed on the map in the lobby. Wouldn't need to go about changing map internal stuff.
Re: Modify player positon numbers
Posted: 19 Jan 2015, 02:46
by Iluvalar
Tzeentch wrote:Wouldn't it be better that the first player starts at position 1 and we remove position 0 altogether?
No ?
Re: Modify player positon numbers
Posted: 19 Jan 2015, 05:25
by Berg
Tzeentch wrote:Just a quick one regarding the multiplayer,
When you hosta game and it shows on all the maps it begins with the first player on the map being shown as postion ( 0 ). Wouldn't it be better that the first player starts at position 1 and we remove position 0 altogether?
YES!
Re: Modify player positon numbers
Posted: 19 Jan 2015, 13:49
by themac
I often feel confused when I change the players starting position and then the position in the menu also changes for no reason. This is quite annoying.
