RAKU96'S PROFILE

I am a writer, I will soon be taking requests, if you would like, I can help with many things on story and dialog.

Search

Filter

How to make an item fusion shop

comment=38988
Sure go ahead, and no credit needed.
Awesome, thank you! I'll gett to adding it when I can ^_^

How to make an item fusion shop

comment=38977
One thing that could help this tutorial out is a way to check if the player actually has the items necessary to fuse. Right now, the player could make a gunblade without possessing either item. Which isn't a problem if it is impossible to not have said items by the time the player finds the shop, but that scenario doesn't happen very often in games.

One way to do this is using conditional branches, which would look like:


<> Message: Would you like to fuse two or more items?
<> Show Choices: Yes/No
: {Yes] Handler
<> Message: Let's see what you have.
<> Branch if Gun Possessed
<> Branch if Sword Possessed
<> Show Choices: GunBlade/Nevermind
: {GunBlade] Handler
<> Change Items: Sword 1 Remove
<> Change Items: Gun 1 Remove
<> Change Items: GunBlade 1 Add
<>
: {Nevermind] Handler
<> Message: Then get out!
<>
: End
: Else Handler
<> Message: Doesn't look like you can make anything.
<>
: End
: Else Handler
<> Message: Doesn't look like you can make anything.
<>
: End
: {No] Handler
<> Message: Then get out!
<>
: End
<>


Now, if you are able to fuse a lot of items in your game then this could get very messy, very quickly. But while there are cleaner ways to do this, this approach is very easy for a new game maker to use and isn't very likely to be messed up.
Ah,I didn't really think about that XD. I just thought it wouldn't fuse if it didn't have the items, if it's alright with you, I'd like to add this to the tutorial, ofcourse, I would have it say to give credit to you as well ^_^

Phoenix Dream game development team seeks new members

post=150256
post=150251
You should have a lot more information posted, like what code or engine this is being created with, what positions need to be filled, some of your goals for the team, etc. because it is hard for someone to commit to something without knowing this basic information.
Agreed!
I second that, IT IS NOW A LAW! XD jkjkjkjk, but from your website, it does seem interesting, but I'd also like to know more about it. Basically what ariedonus said ^_^;

I really need help.

post=150181
To be fair, on the forum description it does say "Need help with game making or game playing? Ask for it in here."
... point taken... :P

I really need help.

post=150168
I managed to play Desert Nightmare and somehow I would get stuck to the point where I get some door knob from the clothes store. The fact is that I don't know what to do with it. Can somebody point out what to do beyond this point? Any help will be appreciated.
I cannot answer your question, seeing as I have never played this game BUT! This forum is not here for those type of questions. It is here for game designers to ask questions on MAKING games, not PLAYING them.

Screenshot8.png

comment=38387
I highly doubt that, but thank you.
Come on, a bad guy that thinks the main character is awesome and says "The town like, exploded from your and my combine awesomness." has GOT to be a favorite and original thought of a character...well it has rarely been used, but w/e XD.

Screenshot8.png

XD lmao, that's pretty freak'in funny, and that's one of the villians? man, this'll win the Misaos best character for sure!

Even in the Midst of Darkness...

Hum... is the game complete? (just wondering XD)

What to do if your Game Submission is denied/pending

post=149429
Well, for your case I see it in the submission queue but it definitely is not up to snuff. You have given no details on the game itself.

Take a look at other gameprofiles to see what they did, and take a gander at the rules: http://rpgmaker.net/forums/topics/322/

Since it is still in the queue, I recommend improving your gameprofile before it gets denied. Once it is denied you will have to resubmit from scratch.
Ah, so I DO have to resubmit from scratch. Cuz, I upadate it a couple days ago and got the thinking if it'll still be there even after denied XD, thanks.

What to do if your Game Submission is denied/pending

So, what do we do to re submit it? As in, do we just update and wait, or do we have to completely remake it and go into the submit game thing again?