Jump to content

No weather in finished games


Novem9
 Share

Recommended Posts

I added this module in fixtures

<widget class="weather_indicator_panel_centred" id="FxWe">

<record id="object_property" get_property="FxWe" />
</widget>

But weather appears only in NEXT games:

 

image.png.bd107f2e722790ca2c83b7483532febd.png

 

In finished nothing happens:

image.png.5c078a7d108c03a0bef187565de73bb1.png

 

I added it between Stadium name and attendance. Why it doesn't works for finished games?

Many thanks in advance!

Link to post
Share on other sites

6 минут назад, Tyburn сказал:

I may be wrong but I believe that’s by game design. You’ll only see weather up to a few days (a week?) in advance and when the game is over the information isn’t stored.

Just to clarify, looks like weather keeped in db for 105-108 days :D

image.png.81ab3dede080c1a5d5235beadf2bbc80.png

 

For 109 day it cleared

image.png.c29b915094c10ddc5bb5c2be8d23abf4.png

 

But as you can see, despite no weather in widget, the widget existing still.

I fix this issue by very strange case. I created second copy of weather widget (copy paste) down of the fixtures file. When I have two copies, it works fine. But if I delete one of them - it brokes. Don't ask me why :D 

Anyway, thank you for responce!

 

Link to post
Share on other sites

15 minutes ago, Novem9 said:

Just to clarify, looks like weather keeped in db for 105-108 days :D

image.png.81ab3dede080c1a5d5235beadf2bbc80.png

 

For 109 day it cleared

image.png.c29b915094c10ddc5bb5c2be8d23abf4.png

 

But as you can see, despite no weather in widget, the widget existing still.

I fix this issue by very strange case. I created second copy of weather widget (copy paste) down of the fixtures file. When I have two copies, it works fine. But if I delete one of them - it brokes. Don't ask me why :D 

Anyway, thank you for responce!

 

it'll be the IDs, if you notice it'll have something along the lines of 

<container id="WXYZ" >

That'll essentially tell the game to load the stuff in that container, based off certain conditions

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...