Page 1 of 1

Buggy base lacks animations for being dug away or snapped at in RnD engine

Posted: Sun Feb 10, 2019 5:38 am
by ncrecc
Image

Re: Buggy base lacks animations for being dug away or snapped at in RnD engine

Posted: Sun Feb 10, 2019 6:03 am
by Eizzoux
Yeah, noticed that long time ago too, but you can manually "fix" that by adding this line to original graphics' "graphicsinfo.conf":

Code: Select all

sp_buggy_base.diggable_like:			sp_base
If you'll add this line, game will use 'sp_base.digging' sprite as digging sprite for buggy base, which is just 'sp_base' sprite but with special animation mode made for sp_base ".anim_mode: opaque_player"
EDIT: Oh, yeah, snapping, I forgot about that, this requires it's own lines, so... yeah, you can add these lines to "gfx_classic\graphicsinfo.conf":

Code: Select all

sp_buggy_base.snapping:RocksSP.png
sp_buggy_base.snapping.xpos:8
sp_buggy_base.snapping.ypos:2
sp_buggy_base.snapping.frames:7
sp_buggy_base.snapping.anim_mode:linear