Subpage under development, new version coming soon!
Asunto: BUG-Stadium
- 1
the stadium is not visible. Can someone explain what happens?
It seems it's visible again now, but what a mess!
The old view generator, yet not pergect, considered some logics towards balance and realism, so in the 'angles' half the number locations tended to have the sme height than in the 'sides'.
It seems that now, in order to have a balanced height in all the stadium, you have to put in the 'angles' the same whole number of seats, yet it would phisically impossible. Funny :)
I guess, if nothing is tweaked, many managers which could look care about aesthetics too are going to have to build (or destroy) quite a number of locations in their stadiums(?) ^^
The old view generator, yet not pergect, considered some logics towards balance and realism, so in the 'angles' half the number locations tended to have the sme height than in the 'sides'.
It seems that now, in order to have a balanced height in all the stadium, you have to put in the 'angles' the same whole number of seats, yet it would phisically impossible. Funny :)
I guess, if nothing is tweaked, many managers which could look care about aesthetics too are going to have to build (or destroy) quite a number of locations in their stadiums(?) ^^
The stadium viewer got bugged when changed from flash, and corners show an incorrect size relation, but, the match viewer3d still show the correct old proportions, which is kind of irrelevant now because there is no longer a 3d match viewer, and new 3d has a completely new aspect.
I wonder if, aftr so many months, it's really so difficult fo the devs to add a single line to the code to fix the generated image. Something like:
...
// calculate the height of a side for the stadium image
height = f(seats);
if (isCorner) height = 2*height;
...
I don't know what the real priorities (if any) of the devs are. But keeping stating that they are focusing in the visual part, while not doing a thing about a graphic which is viewable by all users which might have quite an easy fix, seems a bit bizarre (imho, of course).
...
// calculate the height of a side for the stadium image
height = f(seats);
if (isCorner) height = 2*height;
...
I don't know what the real priorities (if any) of the devs are. But keeping stating that they are focusing in the visual part, while not doing a thing about a graphic which is viewable by all users which might have quite an easy fix, seems a bit bizarre (imho, of course).
They implemented a beta version for now, until their new code is ready. Then the stadium will be replaced with a definite version. Let's hope the ratio will be better.
- 1