Teardown
Robot Script Showcase
目前顯示第 1-9 項,共 9 項
更新:2022 年 6 月 4 日 @ 上午 2:05

Reorganised the files for easier use:
There is a separate folder for the versions with comment only changes and name only changes
The git history of the features is cleaner (only one commit per feature rather than always going back to fix a bug)

更新:2022 年 6 月 2 日 @ 下午 3:01

Very minor fix, that might have fixed a bug where sometimes the leg gets stuck when turning

更新:2022 年 6 月 2 日 @ 下午 2:01

Bug fixes for the prior update
Compatibility with time freezing
Secondary animation: torso moves up and down with steps
extra clarification with stepping animation

更新:2022 年 6 月 2 日 @ 上午 3:42

Feature: Can differentiate direction forward / backward.
The vanilla bot had a bug, where if it was pushed backward at high speed, it had great difficulty stopping, as it did not know it's going backward at high speed when it wants to go forward.

Also for turning, the vanilla bot does not know if the target pos is at the back, only if it's to the left or right. This did not cause many issues in vanilla.
Slowly turning robots could slow down their turning and speed up their forward movement when the desired position almost exactly at the back.

Few extra comments

更新:2022 年 6 月 2 日 @ 上午 1:29

Bug fixes for the navigation and AI update
Extra detail for hovermove

更新:2022 年 6 月 1 日 @ 下午 1:04

Big additions
-Reorganised stack and state functions into separate robot_AI and commented them (medium detail)
-Commented on the navigation functions (medium detail)

Minor additions
-few extra testing functions
-corrected / clarified some of the comments on walking animation
-few comments for wheels and damage

更新:2022 年 5 月 31 日 @ 下午 2:04

Renaming variables in the hover functions

Commenting + renaming variables for feet animation

更新:2022 年 5 月 30 日 @ 下午 3:05

Commented the hover functions (basic animation / movement)

更新:2022 年 5 月 30 日 @ 下午 1:41

Cut up the robot script to manageable sized lua files