Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Defend the Wall Mini Game Tutorial
« previous
next »
Print
Pages: [
1
]
Author
Topic: Defend the Wall Mini Game Tutorial (Read 2839 times)
Rahl
Lord Of Gamedwellers
Leader
Posts: 2,356
Defend the Wall Mini Game Tutorial
«
on:
July 27, 2008, 09:24:11 PM »
I was sitting around thinking of my next tutorial today and came up with this mini game, based off of the lord of the rings game where you knock people off of the ladders to keep them off of the wall.
Requirements:
4 open variable slots
6 open switch slots
And forknowledge of scripting help tremendously
The basic Idea is theres a main parallel process on the map that keeps turning on switches and there another that waits so long before it turn off the switches and add points to the enemy, while the player tries to turn them off with an action event in front before they add points to the enemy and adds them to himself first. The switches also changes the grapics of other points on the board to make it look like an enemy has climbed the ladder. The scripts look like this.
This should be the main event somwhere on your page. This is where it is on my page:
This should be your secondary event that turns off the switches. They should be somewhere on the same page.
This should be a common event in your common events tab in your database.
These are the events where the player turns on the switches manually and where I put them on my map. Also All these pages should be on your second page while the first page has to be blank.
v
Remember you have to also set the events that have to change into invaders and change where necssary7 in the script.
You can download the demo here:
http://www.savefile.com/files/1692651
«
Last Edit: July 27, 2008, 09:55:38 PM by Rahl
»
Logged
Phayre
Exemplar
Posts: 1,089
Re: Defend the Wall Mini Game Tutorial
«
Reply #1 on:
July 27, 2008, 11:30:24 PM »
Thank you for all these interesting tutorials. These are great contributions to the community, and I'll probably implement them in some variation or another in my own game.
Logged
Ben
Some dude
Staff
Royal
Posts: 4,844
butts
Re: Defend the Wall Mini Game Tutorial
«
Reply #2 on:
July 27, 2008, 11:34:40 PM »
What you are doing is awesome.
These tuts are one of the most practical contributions Ive seen here in a while.
Good work. You win.
Logged
Rahl
Lord Of Gamedwellers
Leader
Posts: 2,356
Re: Defend the Wall Mini Game Tutorial
«
Reply #3 on:
July 28, 2008, 12:09:12 AM »
Thanks guys
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Defend the Wall Mini Game Tutorial