mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 14:50:41 +02:00
Add configurable globalstep interval (#32)
* Add configurable globalstep interval * Add warning for high globalstep interval * Lower maximum globalstep interval With no accelerator tubes, 0.8 can handle item movement speeds even with lag.
This commit is contained in:
committed by
GitHub
parent
90425fde95
commit
7b15bdbd1f
@ -78,4 +78,9 @@ pipeworks_delete_item_on_clearobject (Delete Item On Clearobject) bool true
|
||||
|
||||
#Use real visible entities in tubes within active areas.
|
||||
#When disabled, tubes are made opaque.
|
||||
pipeworks_use_real_entities (Use real entities) bool true
|
||||
pipeworks_use_real_entities (Use Real Entities) bool true
|
||||
|
||||
#Target interval between tube entity steps.
|
||||
#A high value may cause issues with tube entity visuals.
|
||||
#A value 0.2 or above may cause issues with accelerator tubes.
|
||||
pipeworks_entity_update_interval (Entity Update Interval) float 0 0 0.8
|
||||
|
Reference in New Issue
Block a user