Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
derk
derk
Because you made it, not me. ;)
baddest man on earth
baddest man on earth
Maintaining it is harder(more annoying) than making it.
derk
derk
All I did is using forced models for fires (what broke your bot), and patching some nullpointers. All the credit goes to you! :D
baddest man on earth
baddest man on earth
How do you make it use forced models? I think that's why F-5 Cooker is a bit slow.
derk
derk
GameObject fire = etc etc;
fire.setForcedModel(new int[]{-25, -25, -25}, new int[]{25, -25, 25});
Top