Stopped conveyor belts

Completed patches for Keen5.
Post Reply
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Stopped conveyor belts

Post by szemigi »

Will be for my current project, but I share it with you. So, this patch stops the conveyor belt moving permanently.
(After testing it actually fixes the rotating brick bug while looking up or down with Keen after giving the rotated brick conveyor belt property!)

Here ya go:

Code: Select all

#Conveyor belt speeds - standing
%patch $C60F $BA $0000W  $F7 $EA $90
%patch $C638     $0000W

#Conveyor belt speeds - walking
%patch $C6CD $BA $0000W  $F7 $EA $90
%patch $C6F1     $0000W
Post Reply