Skip to content

Puppycam 3.0

Compare
Choose a tag to compare
@FazanaJ FazanaJ released this 21 Jul 21:03
· 43 commits to master since this release
  • Added Support for custom functions alongside custom camera angles.
  • Simply create your function (preferably in puppycam_scripts.inc.c) and refer to the function by name.
  • If updating from a previous version of PuppyCam, note that you will need to edit the existing camera angles you may have created by hand, but it is a very easy and quick process, as all you have to do is add an extra 0 to the end of line 1 of each.
  • Can be used to make cutscenes, though it'll be a bit hacky. proper cutscene support Eventually™️
  • Moved the collision code to its own file. The intended effect being that it'll be one less file that it tampers with, breaking compatibility with other patches.
  • Also did some file cleanup, so patch filesize is a bit smaller.