A mistake in Reference Guide

2 replies [Last post]
Joined: 07/05/2011

http://goofans.com/developers/game-file-formats/balls-xml wrote:
wakedist : float : Default = 0 (no Wake)
Wakes sleeping Goos within the given distance

This is incorrect. When @wakedist=0 it can still wake goo balls up.
The default value should be -∞. If the distance is less than r1+r2+@wakedist, the goo ball will be woken up.
rx is the radius of the ball. If its shape is rectangle, rx≈max(width,height)/2.

Joined: 09/01/2009

Good call. Fixed. What does any negative wakedist do, btw? Could the default just be -1 or such?

Joined: 07/05/2011

I haven't tried that yet. WooBLE doesn't allow me to do that. Tongue

EDIT: Just tried @wakedist=-1. It can still wake goo balls.