← Back to team overview

ragetrack-team team mailing list archive

[Bug 656996] Re: Splitscreen doesnt work with more than 4 players

 

the bug is not in calculateRegions()

Test:
        for i in range(1,10):    
            print i, self.calculateRegions(i)

1 [(0.0, 1.0, 0.0, 1.0)]
2 [(0.0, 0.5, 0.0, 1.0), (0.5, 1.0, 0.0, 1.0)]
3 [(0.0, 0.5, 0.5, 1.0), (0.5, 1.0, 0.5, 1.0), (0.0, 0.5, 0.0, 0.5), (0.5, 1.0, 0.0, 0.5)]
4 [(0.0, 0.5, 0.5, 1.0), (0.5, 1.0, 0.5, 1.0), (0.0, 0.5, 0.0, 0.5), (0.5, 1.0, 0.0, 0.5)]
5 [(0.0, 0.33333333333333331, 0.5, 1.0), (0.33333333333333331, 0.66666666666666663, 0.5, 1.0), (0.66666666666666663, 1.0, 0.5, 1.0), (0.0, 0.33333333333333331, 0.0, 0.5), (0.33333333333333331, 0.66666666666666663, 0.0, 0.5), (0.66666666666666663, 1.0, 0.0, 0.5)]
6 [(0.0, 0.33333333333333331, 0.5, 1.0), (0.33333333333333331, 0.66666666666666663, 0.5, 1.0), (0.66666666666666663, 1.0, 0.5, 1.0), (0.0, 0.33333333333333331, 0.0, 0.5), (0.33333333333333331, 0.66666666666666663, 0.0, 0.5), (0.66666666666666663, 1.0, 0.0, 0.5)]
7 [(0.0, 0.33333333333333331, 0.66666666666666663, 1.0), (0.33333333333333331, 0.66666666666666663, 0.66666666666666663, 1.0), (0.66666666666666663, 1.0, 0.66666666666666663, 1.0), (0.0, 0.33333333333333331, 0.33333333333333331, 0.66666666666666663), (0.33333333333333331, 0.66666666666666663, 0.33333333333333331, 0.66666666666666663), (0.66666666666666663, 1.0, 0.33333333333333331, 0.66666666666666663), (0.0, 0.33333333333333331, 0.0, 0.33333333333333331), (0.33333333333333331, 0.66666666666666663, 0.0, 0.33333333333333331), (0.66666666666666663, 1.0, 0.0, 0.33333333333333331)]
8 [(0.0, 0.33333333333333331, 0.66666666666666663, 1.0), (0.33333333333333331, 0.66666666666666663, 0.66666666666666663, 1.0), (0.66666666666666663, 1.0, 0.66666666666666663, 1.0), (0.0, 0.33333333333333331, 0.33333333333333331, 0.66666666666666663), (0.33333333333333331, 0.66666666666666663, 0.33333333333333331, 0.66666666666666663), (0.66666666666666663, 1.0, 0.33333333333333331, 0.66666666666666663), (0.0, 0.33333333333333331, 0.0, 0.33333333333333331), (0.33333333333333331, 0.66666666666666663, 0.0, 0.33333333333333331), (0.66666666666666663, 1.0, 0.0, 0.33333333333333331)]
9 [(0.0, 0.33333333333333331, 0.66666666666666663, 1.0), (0.33333333333333331, 0.66666666666666663, 0.66666666666666663, 1.0), (0.66666666666666663, 1.0, 0.66666666666666663, 1.0), (0.0, 0.33333333333333331, 0.33333333333333331, 0.66666666666666663), (0.33333333333333331, 0.66666666666666663, 0.33333333333333331, 0.66666666666666663), (0.66666666666666663, 1.0, 0.33333333333333331, 0.66666666666666663), (0.0, 0.33333333333333331, 0.0, 0.33333333333333331), (0.33333333333333331, 0.66666666666666663, 0.0, 0.33333333333333331), (0.66666666666666663, 1.0, 0.0, 0.33333333333333331)]

-- 
Splitscreen doesnt work with more than 4 players
https://bugs.launchpad.net/bugs/656996
You received this bug notification because you are a member of
RageTrack-Team, which is subscribed to RageTracks.

Status in RageTracks: New

Bug description:
If you add the 5th player the Splitscreen segmentation wont be right.





References