First in this tutorial, i will show you how to create a simple minigame for your RPGVX game. First create a game with another engine ( i recommend Game Maker 7). When your game is ready, create a new folder in your RPG game folder called minigames. Copy all files and folders of the minigame and paste in the minigames folder.
To call your minigame in your game, create a call script event, and call this:
system("minigames/gamename")
To explain:
minigames is the name of the folder
change gamename to the name of the executable (exe) of your game, don't put .exe!
If you want to suggest a translation for something, PM me, and I'll take a look. I AM TRYING TO GIVE AWAY LOCKERZ.com INVITES, SO PLEASE LET ME KNOW IF YOU WANT ONE. Currently Working on 2 RPG Maker VX Projects. They are very unique, and have a different kind of style then the usual RPGs. So don't think of them as just another RPG. Did that sound rude? :D Not sure if I want them to go public yet, but we'll see how it goes. Need a script translated? Come talk to me, and I'll see what I can do.
Yes this is pretty sweet. Man you guys work out some sweet shit lol keep up the good work man this is awsome.
__________________________
The intention is clear, I stare... with this left hand, unable to be worded, Every time I bleed, there lies the reason to live... And I discover words being so vivid and bright ,even loved ones scatter like petals from flowers in my hand,So even if I engraved the meaning that I lived in my hand, it will only be known as flowers of vanity. the final. One by one it multiplies... why be a sad bait? Deep within the hell of my heart... I can't go back A self-torture loser, not being able to see tomorrow Suicide is the proof of life Even loved ones scatter like petals from flowers in my hand So even if I engraved the meaning that I lived in my hand, the petals will only scatter as flowers of vanity So I can't live What's lost can't be born again A song that's not even seeking the proof of living Let's put an end... The Final Let's bloom flowers of attempted suicide.
But if you use win32API in a script, you can make them to run in the same window.But don't ask for me to do a script like this, kuz i suck in win32API, i still am learning to program for windows...
Group: +Gold Member
Posts: 2,791
Type: Scripter
RM Skill: Advanced
Joel, please don't necropost. Dark Santum, please dont back-seat moderate.
__________________________
Asexual - Arizonan - Atheist I've got a gmail account and a yahoo mail account under this name, if you need to contact me. You can find me on facebook too. facebook.com/heroofhyla . If you send me a friend request, tell me who you are so I don't get confused.
PlagueRPG SITE IS WORKING! (if you see "test page," hit ctrl+f5) Latest update: New battle system demo, April 19, 2010
@Joelb955: 1. I would define something like... Posting something on a long inactive topic/thread (months), specially if is something with no special priority nor importance (nearly spam).
2. The question is 2 months old, if an answer was still required the asker would continue asking, but instead, stopped, 2 months ago. Possibly found the answer or lost the need for it.
Group: Member
Posts: 60
Type: Developer
RM Skill: Skilled
Is this possible to do like this: system("minigame/game") The minigame folder is a whole other RMVX project. If this is possible, would it come up in the same window?