The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => XP Event Systems => Topic started by: Pokey on March 18, 2011, 02:05:26 PM

Title: [XP] Box push puzzle system
Post by: Pokey on March 18, 2011, 02:05:26 PM
Simple Puzzle System
Version: <2.0>
Author: Pokefan

Version History



 
Description


A simple push the box into the space style puzzle.
Features
Planned Additional Features
Screenshots

(https://rmrk.net/proxy.php?request=http%3A%2F%2F%253cpost%2520screenshots%2520here%2520if%2520necessary%2520or%2520if%2520you%2520think%2520it%2520will%2520attract%2520people%2520to%2520your%2520event%2520system%253e%2F&hash=d2e9a654d16236957aa84041ef99da29c1515df7)(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg6.imageshack.us%2Fimg6%2F7566%2Fscreenie2b.png&hash=a390a519fde767085700f74dcfd5e115a8003888)


(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg853.imageshack.us%2Fimg853%2F5319%2Fscreenie1.png&hash=056185637d6068150bf7b7ab09b5674a443f9ece)


Instructions
Free the variables 401 ~ 417. and the switches 401~408.Copy all parallel processes and box/spaces
to the map. copy the common events to common event no.10 and 11. Copy reset map and event. Create event for time-limit control or Control switches as desired.
Controls:
Z button: Load reset
A+C+Directional key:Pull
Credit



 
Demo


Title: Re: Box push puzzle system
Post by: Zylos on March 18, 2011, 03:55:49 PM
It's simple and it works. Perfect for beginners wanting to learn how to do this.

However, I'd also recommend you keep at it too for things like polish. Iunno about you, but I would hate having to reset a puzzle because the block got stuck in the corner, and if you were to leave the map even after solving the puzzle, everything would still be reset. My suggestion would be two things. One, allow the player to push or pull the boulder, so that they cannot get stuck in an unsolvable situation that requires them to reset. Two, define where the boulders are upon entering the map (this will include initial coordinates for all of them), so that when the player returns to the map at a later point, the boulders are still where the player left them previously.
Title: Re: Box push puzzle system
Post by: Pokey on March 19, 2011, 02:30:48 AM
It's simple and it works. Perfect for beginners wanting to learn how to do this.

However, I'd also recommend you keep at it too for things like polish. Iunno about you, but I would hate having to reset a puzzle because the block got stuck in the corner, and if you were to leave the map even after solving the puzzle, everything would still be reset. My suggestion would be two things. One, allow the player to push or pull the boulder, so that they cannot get stuck in an unsolvable situation that requires them to reset. Two, define where the boulders are upon entering the map (this will include initial coordinates for all of them), so that when the player returns to the map at a later point, the boulders are still where the player left them previously.

First of all, thanks for the feedback! :D
Actually, i was inspired to make this from an old game called box or something, and in it if a box got stuck in a corner, you had to reset to play again, and i thought pullability would make it easy. But, I'm gonna try making it an option(pull), possibly in the next version, So that the creator can decide whatever he wants. Or if the game has multiple difficulty modes, pull could be only accessible in easy or something.
As for the saving where the boulders were last tme, I'll try that out too. :)
Title: Re: Box push puzzle system
Post by: Pokey on March 21, 2011, 10:07:18 AM
Version 3.0 is up
New features:
 a press-button reset
 Pull-ability
Controls:
Z button: Load reset
A+C+Directional key:Pull