Space Engineers

Space Engineers

Tank Tracks Framework & API
17件中 1-10 を表示
< 1  2 >
更新:6月14日 @ 22時06分
更新者:Digi

Version 1.1.4b - only bug testing stuff:
- More data shown for the "No distance preset!" error to hopefully identify what's happening.
- Added option to turn off threading by creating a "nothreads" file in the mod's local storage (where info.log is).

更新:2024年11月7日 @ 9時14分
更新者:Digi

Version 1.1.4:
- Fixed errors in Torch DS startup caused by main thread not being 1 (now it's remembered from LoadData() )

API:
- Added main-thread check to LoadDefinitions() to ensure it doesn't cause unexpected issues.

更新:2024年11月7日 @ 9時13分
更新者:Digi

(See next one)

更新:2024年10月29日 @ 12時51分
更新者:Digi

Version 1.1.3:
- Fixed tracks not visually appearing if grid remained perfectly still.
- Fixed single track sections remaining at 0,0,0.
- Optimized track section pre-spawning by spawning each unique model only once, instead of each per track definition.

更新:2024年9月1日 @ 13時44分
更新者:Digi

Version 1.1.2:
- Fixed tracks randomly vanishing
- Fixed duplicate entityId errors when tracks spawn

更新:2024年9月1日 @ 13時23分
更新者:Digi

(see next)

更新:2024年7月21日 @ 14時12分
更新者:Digi

Version 1.1.1
- Fixed errors for wheels that spawn in construction stage and have tracks.
- No longer adding entities in threads which might lead to rare issues.
- More code covered by the 10-error limit per track so they automatically remove the track (only computationally, it's still in the save) and report an entityId for tracking it down.

更新:2024年7月21日 @ 13時59分
更新者:Digi

(see next one)

更新:2024年5月18日 @ 4時44分
更新者:Digi

- Fixed error causing clients to not see tracks placed by player-host.
- Fixed network error message dumping all bytes to HUD instead of showing the smaller error message.

No restart needed for DS as this only affects player-hosts.

更新:2024年5月8日 @ 10時35分
更新者:Digi

- Improved code that decides which wheel is picked based on cockpit orientation on the same grid, and if none match it will fall back to using cockpit's orientation.
Failure to get a proper vehicle orientation means the tracks don't spin properly as it thinks the vehicle's forward is elsewhere.
- Made suspension wheels visually rotate with track movement, they will no longer free-spin (again, only visually; if they have mountpoints well it's gonna be awkward).
- Fixed Glamour skin always being purple on the track models.

For modders:
- Added FileInclude to allow spreading of these inis over multiple files.
- Added SegmentFlip if your model is directional and needs to be rotated 180deg around up axis to match a mirrored suspension for example.
(see the TankTracks.ini guide from description for details)