Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[VX]How to make an house or secret base

kire

Member

Hi! This is my first tut
This might not be the most wanted event tutorial but I might help someone.
I started working on this after I posted on the script requests sub-forum.

A secret base or a house is where you can rest, store things (these two with the proper script), train or just watch the wonder you build

Features
  • Objects
  • Dungeon
  • House buyer/seller

In the next version
  • Movable objects
  • 2 or more rooms

How to do it

Step 1: Open RMVX

Step 2: Create a new project

Step 3: To create a house buyer/seller put in the next dialog
Code:
Show message: Hi! Do you want to buy a house or sell an old one?
Show choices: Buy, Sell
If [Buy]

Show message: It's ... G, Are you sure?
Show choices: Yes, No
If [Yes]
Change gold: -... G
Control switch [Bought] ON
Show message: Thank you
If [No]
Branch end

If [Sell] 
Show message: You don't have any house to sell!

This is the first page

The second page is:

Code:
Show message: Hi! Do you want to go to your house or sell it?
Show choices: Go to your house, Sell it
If [Go to your house]
Transfer player: House map
If [Sell]
Show message: Are you sure?
You can later buy the same house and stay with the same
things.
You'll receive half of the gold you paid
Show choices: Yes, No
If [Yes]
Change gold +... G
If [No]

Branch end

Branch end

Step 4: On your house you have to create a number of switches = to number of objects and put an empty event on the first page and one with the image in the second ( you need to put in that the second is only activated with the correct switch on )

Step 5: Place an object that can serve to open the menu and to place the objects and write in:
Code:
Show message: What do you want to place?
Label: First
Show Choices: Object 1, Object 2, Object 3, More
If [Object 1]
Control switch [Object 1] ON
If [Object 2]
Control switch [Object 2] ON
If [Object 3]
Control switch [Object 3] ON
If [More]
Show Choices: Object 4, Back, Close
If [Object 4]
Control switch [Object 4] ON
If [Back]
Jump to Label: First
If [Close]

Branch end

Branch end

Step 6: Play it and see if it's alright!

Note: For more info see the Demo

Demo
http://www.mediafire.com/?8zz1yz1z1jm

Screenies


Thanks for reading :thumb:
 
No. Explain what to do in the thread. Don't just link to something that very well may be porn, or a virus, or whatever. Don't be lazy. Explain what a secret base is. Explain what it does. And then explain how to do it. I understand that there are currently no guidelines for this board, but really, it's plain common sense. >:\

You have twenty-four hours to fix up this thread, before I lock this.
 
Well!  That dungeon base thing seems like a good idea.  Thank you for the tutorial, I've been looking for something like this.
 

kire

Member

Thanks!
I've been out for some days so I didn't work much on the tutorial but I pretend to make something for the next version like interactive intems(really easy) and more rooms, and an house seller/buyer
 

moog

Sponsor

You know, I dont visit this section of the site EVER so ill be nice in this post.

I cant really tell what exactly to do in this tutorial. The only thing set in stone I know how to do is dl the demo, which, by all means could be anything. You have to take into effect that all people cant read your mind, so try to make this as less confusing as possible.

Also, for the love of fuck, please please please learn some proper grammar. I dont want to by a hypocrite by any means, but if you are trying to educate someone wouldnt you like to seem intelligent?

Thats all I have to say on this, besides the fact that I still dont understand this. (Maybe im just dumb.)

Good luck on future tuts.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top