SA.Rainbomizer icon indicating copy to clipboard operation
SA.Rainbomizer copied to clipboard

Animation Randomizer

Open The123robot opened this issue 5 years ago • 1 comments

Another random idea. I guess just everytime a person is about to play an animation, you randomize it with others from a list. I'm sure it'd be fully stable and functional and easy to do.

The123robot avatar Jan 15 '20 02:01 The123robot

List of opcodes related to animations that would presumably be affected:

  • 0605 (make character perform animation)
  • 0812 (animation can not be interrupted and must play the whole way through)
  • 0A1A (animation only plays for upper half of body)
  • 088A (play animation with extra parameters for not stopping other actions applied to actor and for not affecting Z position)

Animations are stored in IFP files. These are all in anim.img (except ped.ifp which is just in the anim folder). The IFP file must be loaded before use.

The123robot avatar Apr 03 '20 23:04 The123robot