Update README.md

This commit is contained in:
Guilherme Werner 2020-12-11 22:06:02 -03:00 committed by GitHub
parent 9564402385
commit 86a1117c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,27 +18,35 @@ Store the current time, and serve it for all clients playing on server.
Store the user specific clock type preference, and draw the widgets on player viewport.
#### BP_TimeManager
#### BP_WeatherManager
This is where the magic happens. When placed in the level you can configure the custom settings and set a reference for the world directional light. (**This is extremely important, if this is not done the system will not work properly**).
Some of the custom settings:
| Setting | Description | Default |
| --------------------- | -------------------------------------------------------- | -------- |
| DayCycleSpeed | Sets the speed that time passes | 1 |
| StartTime | Defines the date that the system will start counting | 0 |
| EnableCalendar | If should count months and years or only days | true |
| DaysPerMonth | How many days in a month | 30 |
| MonthPerYear | How many months in a year | 12 |
| Setting | Description | Default |
| -------------------------- | --------------------------------------------------------- | ---------- |
| DayCycleSpeed | Sets the speed that time passes | 1 |
| StartDate | Defines the date that the system will start counting | 00/00/0000 |
| EnableCalendar | If should count months and years or only days | true |
| DaysPerMonth | How many days in a month | 30 |
| MonthPerYear | How many months in a year | 12 |
| TemperatureFlutuationCurve | Custom temperature variation curve | CurveAsset |
| BaseWorldTemperature | The base world temperature | 20 |
| BasTemperatureMultiplier | The value to multiply for the base world temperature | 1 |
| WorldTemperatureVariation | How mutch the temperature must variate, for more and less | 10 |
*If you set 1 to DayCycleSpeed, 1 in game day will be 1 hour in real world*
New options come in future releases.
#### WB_Clock
#### FL_Temperature
Simple widget blueprint for format and display the current date and time.
Store usefull functions for work with diferent temperature metrics.
#### WB_Preview
Simple widget blueprint for format and display the current temperature, date and time.
#### Example Map