I just added a new unit to Com Shooter...
http://i184.photobucket.com/albums/x88/ ... dedata.jpg
However, it seems the side menu can't show more than 15 sides.
http://i184.photobucket.com/albums/x88/ ... issing.jpg
Since not everyone has a huge screen resolution, my suggested fix would be to add a scroll bar of some sort, unless there's some workaround using majik LUA script...
Can't have more than 15 sides.
Moderator: Moderators
Re: Can't have more than 15 sides.
tasserver issue iirc
Re: Can't have more than 15 sides.
As far as I can tell this is because there arent enough bits assigned to the factions in TASServer to support more than 15 values.
However this does not explain why only 15 factions are listed. A 16 and 17th value should be possible, even though 16 and 17 are truncated and become a value between 0 and 15. So you should have all of your factions there even if not all of them can be selected.
However this does not explain why only 15 factions are listed. A 16 and 17th value should be possible, even though 16 and 17 are truncated and become a value between 0 and 15. So you should have all of your factions there even if not all of them can be selected.
Re: Can't have more than 15 sides.
Actually that would be a worse bug then it is now: showing something and then not supporting it after all is deceiving users; not showing the unsupported factions at all is just having a hard limit.
Re: Can't have more than 15 sides.
we have 4 free bits in the bitfield immediately after the initial 4 allocated for 15 sides
so we can use them and have 255 max sides
so we can use them and have 255 max sides
Re: Can't have more than 15 sides.
It would allow us to use all the factions for single player games, and telling the user they can only use the first so many factions in multiplayer would fix the other issue.Tobi wrote:Actually that would be a worse bug then it is now: showing something and then not supporting it after all is deceiving users; not showing the unsupported factions at all is just having a hard limit.
Eitherway gah bitfields
Re: Can't have more than 15 sides.
Lobby can differentiate between SP and MP, so it could allow more in SP 

- ScarySquirrel
- Posts: 82
- Joined: 29 Apr 2007, 04:25
Crappage
1. Is Crappage still around?
2. Does Com SHooter still work with the latest Spring?
2. Does Com SHooter still work with the latest Spring?
Re: Can't have more than 15 sides.
Please don't bump old threads with dissimilar topics.