Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Sling Bot Boarding Toy Build 3!! :D

Sling Bot Boarding Toy Build 3!! :D

Septopus
Septopus
Septopus · · 1 min read
2,585 4

Hey Everybody!

Toy Build 3, sporting improved camera follow, and Instant Replay!!

I'm really interested to hear how the replay feature works for you guys, it stores the replay data based on the frame-rate and not a fixed clock tick, so I'm hoping I got the math right and it replays correctly for all frame-rates equally... Currently the buffer is fixed @ 1200 samples, so the actual replay time will vary according to your frame rate a bit. Once the buffer is full, it removes the oldest frame and adds the next. So you can replay at any time(when the buffer is full) and get the last n seconds of play. Pretty awesome!

.zip = Win32 (scanned clean with Kaspersky VirusDesk before upload, see attached .png for checksum)

SBBB3.zip

Discussion

Loading comments...