COOKING GAME - PLEASE HELP ME WORK THIS OUT!
Posts
Pages:
1
Hello, I'm Jo and I have a story written that I'm trying to turn into a fully-fledged game. I have the writing done, made the tilesets and effects and have almost finished the character fullscreen designs but I have a major problem!
My story is based around cooking in a cafe to save your life from a mass-murderer (it makes a weird sense in-game, really) but I'm struggling with the cafe aspect.
I want to do the following:
It's my most ambitious game to date and the first one I want to release - as much as I've learned with Ace and Unity it's still very complicated to me, so all help is appreciated!
My story is based around cooking in a cafe to save your life from a mass-murderer (it makes a weird sense in-game, really) but I'm struggling with the cafe aspect.
I want to do the following:
It's my most ambitious game to date and the first one I want to release - as much as I've learned with Ace and Unity it's still very complicated to me, so all help is appreciated!
You've said what you want to do, but what exactly is it that you need help with?
I'm finding elements of these particularly difficult.
Using Nicks code for food combinations works well, I've put an extended menu to it so my player can have multiple options regarding cooking different items. Which seems to work fine but I may need to make a complicated timer, with different times for the items to cook and for the customer npc to be willing to sit and wait. Not sure yet.
When the meal is done the player needs to be able to pick it up and carry it (not in menu) in the characters hand and put it down in front of a customer. That bit is confusing me as to how to do it without making a hundred-odd player character sprites. There has to be a way to temporarily attach a food sprite to the main character and then put it down on a predetermined spot but I have zero idea on how to do that.
I have a hiring system but it's basically talking to an npc and selecting yes. Is there a way to have the npc move from where they were speaking and straight to a section they work in rather than just being added to the menu. I can get them to animate and to talk, but moving them doesn't add them and they don't have any effect on their work area (I'm guessing a conditional branch may help that, not sure yet).
I can get npc customers to move and animate on a path but not sure how to get the customers and their wants randomised. I think that's the biggest problem as it's one of the main game elements.
My character has a 'Suspicion' bar (rather than a health bar). If she gets noticed doing certain behaviours or leaves certain mess etc then customers will notice, raising the suspicion bar. I can do that. What I really wanted to do though was have a way that each customer has a suspicion bar instead and when one of theirs' goes up they get the police or investigate the back room. Any ideas?
Thanks for the really quick reply, it is appreciated!
PS Do you write the articles, I've been browsing through for info and there's a Trihan who writes too. If so, good stuff!
Using Nicks code for food combinations works well, I've put an extended menu to it so my player can have multiple options regarding cooking different items. Which seems to work fine but I may need to make a complicated timer, with different times for the items to cook and for the customer npc to be willing to sit and wait. Not sure yet.
When the meal is done the player needs to be able to pick it up and carry it (not in menu) in the characters hand and put it down in front of a customer. That bit is confusing me as to how to do it without making a hundred-odd player character sprites. There has to be a way to temporarily attach a food sprite to the main character and then put it down on a predetermined spot but I have zero idea on how to do that.
I have a hiring system but it's basically talking to an npc and selecting yes. Is there a way to have the npc move from where they were speaking and straight to a section they work in rather than just being added to the menu. I can get them to animate and to talk, but moving them doesn't add them and they don't have any effect on their work area (I'm guessing a conditional branch may help that, not sure yet).
I can get npc customers to move and animate on a path but not sure how to get the customers and their wants randomised. I think that's the biggest problem as it's one of the main game elements.
My character has a 'Suspicion' bar (rather than a health bar). If she gets noticed doing certain behaviours or leaves certain mess etc then customers will notice, raising the suspicion bar. I can do that. What I really wanted to do though was have a way that each customer has a suspicion bar instead and when one of theirs' goes up they get the police or investigate the back room. Any ideas?
Thanks for the really quick reply, it is appreciated!
PS Do you write the articles, I've been browsing through for info and there's a Trihan who writes too. If so, good stuff!
Regarding the food problem, give your character sprite a "carrying food" pose, and make separate character graphics for each meal they need to be able to carry. When you pick it up, move the meal event to the same position as the player, and turn on a self switch in the meal event that makes it a parallel process which moves whenever the player does. Then when it gets put down, move it to wherever the player placed it and turn the switch off.
Randomisation of customer wants etc. is a simple matter of setting variables to random numbers and having conditional branches based on the result.
Customer suspicion bars will either be incredibly easy or quite hard depending on which RPG Maker you're using (if you're using RM at all, you never specified what engine you're using for this).
And yeah, I'm the Trihan who writes Slip into Ruby and Jump into Javascript.
Randomisation of customer wants etc. is a simple matter of setting variables to random numbers and having conditional branches based on the result.
Customer suspicion bars will either be incredibly easy or quite hard depending on which RPG Maker you're using (if you're using RM at all, you never specified what engine you're using for this).
And yeah, I'm the Trihan who writes Slip into Ruby and Jump into Javascript.
You absolute legend! Thank you!
I will crack on with working on the food carrying now, it's so obvious when someone points it out I could kick myself, lol.
And yes, I'm using Ace and it seems to be okay atm, but I think the variables and branches idea may solve the suspicion meter problem too!
Really enjoy those articles too, please don't stop making stuff :D
I will crack on with working on the food carrying now, it's so obvious when someone points it out I could kick myself, lol.
And yes, I'm using Ace and it seems to be okay atm, but I think the variables and branches idea may solve the suspicion meter problem too!
Really enjoy those articles too, please don't stop making stuff :D
Oh don't worry, I'll continue to make stuff until the day the community as a whole asks me to stop because they don't want it any more. :P
Pages:
1















