Tutorial: Mikey's Adventure

This forum is currently in read-only mode.
0 favourites
From the Asset Store
Carousel Animation, make carousel of you image gallery or anything
  • Really nice tutorials.

    Why are they not listed in the tutorial list?

  • Really nice tutorials.

    Why are they not listed in the tutorial list?

    Thanks! I figured Ashley didn't like my rambling. j/k

    This might be a very special case...

    Hope you had a great visit! I know the feeling, one of my close relatives still has dial-up. I about go ballistic when I'm trying to do something on internet there.

    Sorry about the Python errors. I can't think of what it could possibly be. I have run into issues where a game generated from py2exe works fine while the Construct game fails, but to have it not even find stringio is too hard to troubleshoot. It could be the old Python installs. If you read the Python tutorial part1 which I will post soon, perhaps if you isolated the directories with the old installs as shown with Sandboxie it will work. Beyond that you'd have to install Python and the AIML exe.

  • Feel free to edit the wiki! That's the point, I want people to edit it, not leave it all to me!

  • The first half of the Python tutorial is out!! I decided for the sake of clarity and length to break this up into two parts. I also created a quick guide for setting up external libraries.

    The first part and the quick guide cover setting up your development environment to support using most external libraries. There is minimal to no hunting for dependencies in most cases. For the second part, yet to be written I will cover other libraries like Pygame, PyGTK, and perhaps speech and networking. This is a slight detour from the "main tutorial", but I promise to add some of the python speech stuff in the next main Adventure tutorial.

    You need to have Construct .99.82 (or later) to use Python libraries correctly w/Construct.

    Python Library Quick Guide

    http://www.box.net/shared/qe5qxdk7pf

    Python Library Tutorial Part1: Dev Environment and Artificial Intelligence

    http://www.box.net/shared/5terpm0jnp

    Here is a screenshot of the simple chat app. Hope you enjoy this tutorial!

    <img src="http://i46.tinypic.com/2my5bhk.jpg">

    Feel free to edit the wiki! That's the point, I want people to edit it, not leave it all to me!

    Yeah, I know I can.. I was just kidding with you. It does feel somewhat weird though to me to make a wiki to my own tutorials... feels like advertising.

  • Yeah, I know I can.. I was just kidding with you. It does feel somewhat weird though to me to make a wiki to my own tutorials... feels like advertising.

    Imagine wikipedia if everyone felt that way, it would be empty!

  • Imagine wikipedia if everyone felt that way, it would be empty!

    You make a good point. I've now updated the wiki to point to the tutorials.

  • I'd like to see how you're going to create the inventory.

  • I'd like to see how you're going to create the inventory.

    Hi. Since you expressed interest I'll go ahead and put that out as the next one. I had started working on it awhile ago and got bored. It isn't very exciting and can be complicate (for example originally I was going to show a drag and drop inventory system, but it was way too complex). I believe the ideal inventory system would use Lucid's S plugin, but I decided not to go that route for now because I don't understand it well enough myself.

    I have a basic example working that I'll post that shows how to add to the inventory, equip and unequip items. It should be enough for people to extend out to meet their needs. It will probably be a couple weeks so I can find to write it up.

    p.s. Also, for those following the Python stuff I decided to move all of the main Python library tutorials to a separate thread since it is not really on topic to the adventure game.

  • > Feel free to edit the wiki! That's the point, I want people to edit it, not leave it all to me!

    >

    Yeah, I know I can.. I was just kidding with you. It does feel somewhat weird though to me to make a wiki to my own tutorials... feels like advertising.

    Who better to add the tutorial than the author? He can explain it better than anyone.

    Anyway I am glad your tutorial is posted, it is a fine addition to the wiki.

  • > I'd like to see how you're going to create the inventory.

    >

    Hi. Since you expressed interest I'll go ahead and put that out as the next one. I had started working on it awhile ago and got bored. It isn't very exciting and can be complicate (for example originally I was going to show a drag and drop inventory system, but it was way too complex). I believe the ideal inventory system would use Lucid's S plugin, but I decided not to go that route for now because I don't understand it well enough myself.

    I have a basic example working that I'll post that shows how to add to the inventory, equip and unequip items. It should be enough for people to extend out to meet their needs. It will probably be a couple weeks so I can find to write it up.

    I came up with something for my own game in a list-type format which I guess I'll convert for each type of inventory I'll need (e.g. consumable items, equipable items). It looks like it will work well without being complex to work with (though it took HOURS to even come up with the method), but I really want to see how a more experienced Construct user would make one. I'm really looking forward to the tutorial.

  • The latest adventure tutorial is finally out!

    In Part 5: Inventory we will walk through creating a drag-and-drop inventory system (game menu) that allows you to equip and unequip your items. I'll also show how you can display item stats, drop items from inventory, and extend the game by creating consumable items. The approach is fairly generic and it is easy to add items to the system.

    <img src="http://i39.tinypic.com/2rw80g3.jpg">

    Get it here (You need Construct .99.82 or later):

    http://www.box.net/shared/l9n8ptbtet

    If you have any questions on extending or using the inventory let me know. Enjoy!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Really nice, thanks! Nice to see what is possible with minimal effort.

  • Nice one!

  • I was hopping this would happen someday.

    Thank you!!!!!

  • This is great. Thanks.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)