Making an Inventory

You must understand the Game Editor concepts, before post here.

Re: Making an Inventory

Postby GuybrushThreepwood » Sat Sep 13, 2008 8:23 pm

Here's a link: http://mac.softpedia.com/progDownload/The-Secret-of-Monkey-Island-Download-10146.html
You also need ScummVM. Here's a link: http://www.scummvm.org/downloads.php
To run it, in ScummVM click add game and find the file, and go into Monkey Island, and click choose
Oh and it doesn't matter about the scripts, I just really want to get this done in a any way possible
Thanx! :mrgreen:
Last edited by GuybrushThreepwood on Fri Nov 07, 2008 8:13 am, edited 1 time in total.
Pirate: You fight like a diary farmer!
Guybrush: How appropriate, you fight like a cow!
User avatar
GuybrushThreepwood
 
Posts: 94
Joined: Sun Jul 06, 2008 12:23 pm
Location: Melee Island
Score: 2 Give a positive score

Re: Making an Inventory

Postby Bee-Ant » Mon Sep 15, 2008 12:53 pm

Oh,so this is ScummVM game? I already own scummVM on my mobile :D
let me try :mrgreen:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Making an Inventory

Postby GuybrushThreepwood » Fri Sep 26, 2008 5:21 am

Hello? It's getting awfully lonely in here. Anybody's help would nice :mrgreen:
Pirate: You fight like a diary farmer!
Guybrush: How appropriate, you fight like a cow!
User avatar
GuybrushThreepwood
 
Posts: 94
Joined: Sun Jul 06, 2008 12:23 pm
Location: Melee Island
Score: 2 Give a positive score

Re: Making an Inventory

Postby edh » Fri Sep 26, 2008 10:02 am

Can you explain to the group what bee-ants example doesn't do, but your game needs to be able to do? Not everyone has a Scumm emulator, and most have probably not played any of the Monkey Island games (and probably haven't even tried to figure out what a Guybrush Threepwood is).

If you can explain what it needs to do, it's the basics of programming. You need to be able to tell the program what to do, too. So start with people, you already know their language. :)
User avatar
edh
 
Posts: 233
Joined: Thu Sep 13, 2007 12:17 am
Location: Maine, USA
Score: 14 Give a positive score

Re: Making an Inventory

Postby GuybrushThreepwood » Fri Sep 26, 2008 12:01 pm

Ok. Here's the deal. There's six spaces. 3 across, and 2 down. U pik up an item. whatever it is, it goes into the first slot. the next item u pik up, goes into the slot beside it. when all of the slots get full, and arrow appears on the side that u use to scroll.
There's what i want it to do :mrgreen:
Pirate: You fight like a diary farmer!
Guybrush: How appropriate, you fight like a cow!
User avatar
GuybrushThreepwood
 
Posts: 94
Joined: Sun Jul 06, 2008 12:23 pm
Location: Melee Island
Score: 2 Give a positive score

Re: Making an Inventory

Postby GuybrushThreepwood » Sun Nov 02, 2008 9:34 am

oopsie. i made a mistake. a want it to be 4 by 2. hope that doesnt change anything :mrgreen:
Pirate: You fight like a diary farmer!
Guybrush: How appropriate, you fight like a cow!
User avatar
GuybrushThreepwood
 
Posts: 94
Joined: Sun Jul 06, 2008 12:23 pm
Location: Melee Island
Score: 2 Give a positive score

Re: Making an Inventory

Postby skydereign » Mon Nov 03, 2008 4:07 am

Will there be a limit to the number of spaces available? It displays 8 but will there be a max inventory such as a max of 20 items? You can have multiples of an item, which appears as a number right? And does it matter the complexity of the code? Because I have a smaller version of this which I can tweak to fit your description.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Making an Inventory

Postby GuybrushThreepwood » Tue Nov 04, 2008 4:37 am

There is no limit to items, but if u pik up more than 1 of the same item, it just goes to the next spot, not show the number of them u have. im not to great a code so as simple as u can make it would be nice :mrgreen:
Pirate: You fight like a diary farmer!
Guybrush: How appropriate, you fight like a cow!
User avatar
GuybrushThreepwood
 
Posts: 94
Joined: Sun Jul 06, 2008 12:23 pm
Location: Melee Island
Score: 2 Give a positive score

Re: Making an Inventory

Postby skydereign » Tue Nov 04, 2008 5:54 am

Similar concept to this? Just with the proper amount of visible tiles and a scrolling feature?
http://game-editor.com/forum/viewtopic.php?f=1&t=6246
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Making an Inventory

Postby GuybrushThreepwood » Tue Nov 04, 2008 6:50 am

ya like that, but when u pik sumthin up u first have to click pick up in the inventory area.
so u click pick up, then click on the item, the main guy walks to it, an then its added to ur inventory... sorry if its kinda confusing :mrgreen:
Pirate: You fight like a diary farmer!
Guybrush: How appropriate, you fight like a cow!
User avatar
GuybrushThreepwood
 
Posts: 94
Joined: Sun Jul 06, 2008 12:23 pm
Location: Melee Island
Score: 2 Give a positive score

Re: Making an Inventory

Postby skydereign » Wed Nov 05, 2008 3:26 am

Can there be a max amount of inventory slots? Because it starts to get a little more complex, or at least using arrays... If you have a max, then I could just increase the amount of tiles for items, then just copy the code and paste to fit the right amount. Then add the proper pickup and scrolling mechanisms. Or is the use of arrays okay with you?
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Making an Inventory

Postby GuybrushThreepwood » Wed Nov 05, 2008 5:09 am

Theres no max, but in order to scroll down, there has to be at least 1 item in the lower slot if u get wat i mean. id show u a picture, but i dont no how :mrgreen:
Pirate: You fight like a diary farmer!
Guybrush: How appropriate, you fight like a cow!
User avatar
GuybrushThreepwood
 
Posts: 94
Joined: Sun Jul 06, 2008 12:23 pm
Location: Melee Island
Score: 2 Give a positive score

Re: Making an Inventory

Postby DilloDude » Wed Nov 05, 2008 10:31 am

Basically, you're going to want a max limit. But you can make it 100 or 500 or 1,000 or something you know you're never going to exceed. What that will be really depends on the type of game, and how many items you can actually get, but you need to have more than (or at least as many as) you need, but not too much more.
Image
User avatar
DilloDude
 
Posts: 866
Joined: Tue Jan 24, 2006 9:51 am
Location: Nyerellion
Score: 58 Give a positive score

Re: Making an Inventory

Postby GuybrushThreepwood » Wed Nov 05, 2008 11:44 pm

see the thing is, u dont keep all ur items, u use them with other things in the area to proceed in the game, so i cant really say the total of items ill have if get wat i meen :mrgreen:
Pirate: You fight like a diary farmer!
Guybrush: How appropriate, you fight like a cow!
User avatar
GuybrushThreepwood
 
Posts: 94
Joined: Sun Jul 06, 2008 12:23 pm
Location: Melee Island
Score: 2 Give a positive score

Re: Making an Inventory

Postby BlarghNRawr » Thu Nov 06, 2008 3:02 am

then make the max like 10, 000 or something... :)
Download Game Music
current projects:
Bold! ?% Started mechanics
Unnamed puzzle game 60% --i need a name!--
User avatar
BlarghNRawr
 
Posts: 767
Joined: Wed Jun 25, 2008 12:36 am
Location: Not using G-E anymore. Now using Source SDK.
Score: 27 Give a positive score

PreviousNext

Return to Advanced Topics

Who is online

Users browsing this forum: No registered users and 1 guest