- Animated fan texture can be replaced.
- Muzzle flash added to guns.
- Adding several new scripting commands.
- Adds a script block which can execute code OnTrigger, OnDetrigger, and OnUpdate.
- Some launcher improvements so won't try to popup a webpage if SWT doesn't work.
Also I'm releasing the first update download which is a quite bit smaller. Just extract it to the location of where the AdventureCraft folder is located.
With Maps -http://www.mediafire.com/?cnuc0zgbw3b1tbe
No Maps - http://www.mediafire.com/?9wxvt64a8ofjw56
Update (Requires at least r553a) - http://www.mediafire.com/?xf72h47ww818r75
Sample Script btw I was testing with.
pos = player.getPosition()
chat.print("Player: %.1f, %.1f, %.1f", pos.x, pos.y, pos.z)
player.setPosition(pos.x, pos.y + 10, pos.z);
pos = player.getPosition()
chat.print("Player: %.1f, %.1f, %.1f", pos.x, pos.y, pos.z)
No comments:
Post a Comment