mirror of
https://github.com/Tribufu/DayNightSystem
synced 2026-08-07 11:56:23 +00:00
Update README.md
This commit is contained in:
parent
9564402385
commit
86a1117c96
1 changed files with 18 additions and 10 deletions
28
README.md
28
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue