#CWP's Various Script Demos

12 messages · Page 1 of 1 (latest)

golden zodiac
#

Using this thread to put various prototypes and demos here that are free to use as reference materials/project bases.

✅ Commercial use is fine.
🚫 None of the included original assets are allowed to be used in projects that use generative AI (writing, music, images, code, etc.) or inserted into generative AI models.

Some of these demos lack documentation and some are not beginner-friendly when it comes to their complexity.

Demo links:
Auto-sorting Inventory: #1371479993514856498 message
Numeric Code: #1371479993514856498 message
Pause Button: #1371479993514856498 message
Single Variable Countdown Timer: #1371479993514856498 message
Water Reflections: #1371479993514856498 message

golden zodiac
#

Auto-Sorting Inventory Demo

Demo of a text-based inventory that sorts itself based on which items the player does or doesn't have. Custom sorting is not supported. At the moment there is a maximum of 10 items supported due to Actors being used for interacting with items rather than Triggers. (If anyone has any ideas on how to use Triggers instead without it becoming a complex and cumbersome nightmare to set up, do let me know.)

Technically works in Monochrome mode, but it's quite laggy.

Requires Mico27's Submapping Ex plugin (included in the project, but may not be kept up to date).

golden zodiac
#

Trying to think of ways to make that auto-sorting inventory demo work with 20 actors, but I'm running into the issue of custom scripts only allowing for 10 Actor references.

#

Going to have to return to this at a later date, I think.

golden zodiac
golden zodiac
quasi goblet
woeful knoll
#

You’ve done so many awesome ones. I can’t wait to see them pop up here so they’re accessible for everyone heartmulti

golden zodiac
#

I need to double-check a lot of these, though.

#

Give them better documentation where I can and all that.

golden zodiac
#

Numerical Code Input Semo

  • No plugins used.
  • Compatible with all colour modes.
  • Uses actors to display the correctly entered numbers.
  • Includes both an analogue combination lock like found on suitcases and a digital numpad.