Jump to content

Photo

[2.55] permanent individual block->holes


  • Please log in to reply
2 replies to this topic

#1 Jenny

Jenny

    Hero of Time

  • Members
  • Real Name:Jennette
  • Pronouns:She / Her

Posted 14 January 2024 - 01:19 AM

i have this screen where the objective is to push the blocks into the holes so you can create a path to proceed. i need the blocks to stay in the holes when you leave/re-enter the screen for this purpose.

7ZbyVqh.png

 

this is "technically" possible in engine but it restricts you to one possible solution. i need the player to be able to push any block in any hole.


  • Taco Chopper and Shane like this

#2 Deedee

Deedee

    Bug Frog Dragon Girl

  • Moderators
  • Real Name:Deedee
  • Pronouns:She / Her, They / Them
  • Location:Canada

Posted 14 January 2024 - 11:30 AM

Okay so this is a bit experimental because it uses a feature I never used before and does some complex stuff, so please let me know if it breaks.

The Script


Place the ffc on the screen you wish to have block holes remembered on, make sure to check the "run at screen init" flag. All block holes need to be present on the very first frame of the screen, so things that cycle into block holes won't work, and secrets that turn into block holes won't work unless you reload the screen after triggering it or it's a carryover. All push blocks and the combo afterwards (the combo of the block in the hole) need to use a unique combo that isn't present elsewhere on the screen, and like block holes they need to be present on the very first frame of the screen so the script can find it and remove it (though unlike block holes, blocks that are revealed by triggering a secret don't need the screen to be reloaded for them to save, just as long as whenever you return the script can find them on the very first frame).

2.55 obvously; I don't know which alpha added the thing I'm using, but it should work on latest at the very least.

The big thing preventing built in 2.55 features from doing this is there's no way to know which block hole was filled in; you can tell which block was pushed in because it'll always turn into the next combo in the list, but not which block hole.


  • Jenny likes this

#3 Jenny

Jenny

    Hero of Time

  • Members
  • Real Name:Jennette
  • Pronouns:She / Her

Posted 14 January 2024 - 01:03 PM

Appears to work without issue. Much appreciated!!


  • Deedee likes this


2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users