We've just launched "Within", now our third horror game built on AdventureCreator.
https://cruxgamestudios.itch.io/within
"... a well-crafted little horror game with an interesting story and some great scares. The voicework and visual design are particularly impressive." - FreeGamePlanet.com
When the protagonist of the game, Maya, gets a disturbing phone call from her estranged younger brother Nikil ("Nik"), it sets in motion a series of horrific events that stirs the past and threatens to destroy all she holds dear.
Within is a short (30-45 mins) experience and heavily uses Adventure Creator to tell its story. It is fully voice-acted with simple point-and-click gameplay.
Special thanks to Richard for crafting such an incredible tool (AC has now become the foundation of the way we tell stories). Unlike our last game, Decrypt, where we did a lot of custom code and actions, we decided to use vanilla AC all the way in "Within". We're also using the default First Person prefab available on AC.
Yep, like all our games, Within is donationware. Feel free to take it for a spin. ![]
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Thank you for your kind words Lot of the credit goes to AC. It's become second nature to us now that this is the third game, and it's just faster to experiment with stuff or try out ideas.
Hi Snan, I'm happy to share how we did the game within a game.
The game within a game is just another Level. In that level, we run some postprocessing effects on the camera and attach a couple of scripts to the MainCamera to achieve the pixelation/old-school look. (We use this camera script addon.
https://assetstore.unity.com/packages/vfx/shaders/fullscreen-camera-effects/colorful-fx-44845 Highly recommended, very performant, and offers excellent camera effects).
To make it look like a game within a game, we have an AC menu with the monitor border It's a simple trick. And then we use AC's super cool feature of "Overlay current screen during switch," which makes it looks like we're still zoomed into the monitor.
The error pop-up is again just an AC menu, which we turn on using the standard AC turn-on menu action. To randomly turn it on, we use the Variable "Check Random" action.
All of it is just vanilla AC. We don't even use Unity UIs. Using ACs Menus out of the box is so much simpler.