Creating player inventory system

Posted By: Ruben

Creating player inventory system - 09/16/13 14:38

I am working on creating an inventory system for the player in my game. I have absolutely no idea where to start on this, so I found this tutorial online here dealing with making an inventory system in Gamestudio A8:

http://opserver.de/nwik5/index.php?title=Inventory.c_docs

I tried putting the code from this tutorial into my program, and running it. I am getting an error stating that "include inventory.c file not found". I guess inventory.c is not an include function. Was inventory.c a manually programmed include function?
Posted By: Uhrwerk

Re: Creating player inventory system - 09/16/13 15:04

http://opserver.de/nwik5/index.php?title=Inventory.c


http://opserver.de/nwik5/index.php?title=Clone45%27s_Inventory_Framework
Posted By: Ruben

Re: Creating player inventory system - 09/16/13 22:10

Thank you for the link to the entire Inventory.c program Uhrwerk.

I notice that this program asks to use certain pcx images in the program, for example:

pack.pcx
item1.pcx
slot_bg.pcx

Do you know where I can access Bret Truchan's demo, so I can access these images and save them in my Gamestudio folder to be used with this program?
Posted By: Ruben

Re: Creating player inventory system - 09/16/13 22:11

Oops, never mind. I think I found it.
Posted By: Ruben

Re: Creating player inventory system - 09/16/13 22:17

Actually, I am still having trouble finding these images on the second link you gave me. It takes me to this page:

*dead link removed*

Is that the correct location to find these images?
Posted By: Uhrwerk

Re: Creating player inventory system - 09/16/13 22:43

Yeah, that's the correct link, which unfortunately seems to be broken. Looks like you have to create them for yourself. :-(

I'm not absolutely certain, but I haven't seen Clone45 for a long time in the forums here. So I guess he's no longer with us.
Posted By: Ruben

Re: Creating player inventory system - 09/16/13 22:56

Okay. Would you or anybody else happen to know the size dimensions of these images, so that I can make identical sized images to fit in the inventory program?
Posted By: Sleepy

Re: Creating player inventory system - 02/18/14 17:01

Originally Posted By: Uhrwerk
http://opserver.de/nwik5/index.php?title=Inventory.c


http://opserver.de/nwik5/index.php?title=Clone45%27s_Inventory_Framework



When I click this link it sends me to a Compact Dictionary of the Infinite. This does not appear to be a script page or a tutorial..

Anyone know where to find the tutorial at now?

Sleepy
Posted By: Quad

Re: Creating player inventory system - 02/18/14 17:27

http://opserver.de/pwik7/index.php?title=Clone45%27s_Inventory_Framework
Posted By: Sleepy

Re: Creating player inventory system - 02/18/14 18:51

Thanks
© 2024 lite-C Forums