Request a Tutorial

Forum Home Forum Home > Construct Classic > Construct Classic Discussion > Your tutorials & example files
 Post Reply Post Reply Page  123 7>
Author

Moderator
10,796 Rep
Post Options Post Options   Quote deadeye Quote  Post ReplyReply Direct Link To This Post Topic: Request a Tutorial
    Posted: 13 Jan 2011 at 10:02pm
Discuss what topics you'd like to see covered here.

Some guidelines:
[list:23l08uqa]
[*:23l08uqa][size=85:23l08uqa]Be sure to browse through the Tutorials forum first... what you need might already exist![/size:23l08uqa][/*:m:23l08uqa]
[*:23l08uqa][size=85:23l08uqa]Try to be as specific as possible... in other words don't just say "I want an RPG tutorial." What do you need specifically? A battle system? A dialogue system? Etc. You're more likely to get someone willing to tutor you on a small portion of a game mechanic than to get a full-fledged game... especially one as complex as an RPG.
[/size:23l08uqa][/*:m:23l08uqa]
[*:23l08uqa][size=85:23l08uqa]Let's keep lazy answers to requests out of the thread, please. If someone asks for an example, don't reply with "oh you can just do that with ______ " and leave it at that. Make an example, or post a link to an existing example. Otherwise please refrain from replying at all.
[/size:23l08uqa][/*:m:23l08uqa]
[*:23l08uqa][size=85:23l08uqa]This is not a substitute for the Help/Tech forum. Don't ask for a tutorial simply because you're stuck on a technical issue. Make a Help/Tech thread instead. Full tutorials should be reserved for overall techniques and examples of more complex game logic, not necessarily the workings of individual objects. There might be exceptions of course, but let's leave this as a general rule.[/size:23l08uqa]
[/*:m:23l08uqa]
[*:23l08uqa][size=85:23l08uqa]You may request a non-Construct tutorial if you need one, such as for Photoshop, sprite art, making music or sound effects, etc. In this case, lazy answers are allowed! Several examples of such tutorials are available on the web, so it's okay to post links to those in reply to such requests. Someone may know of some good ones out there. Of course, you could always make your own such tut and post it in this forum too...[/size:23l08uqa]
[/*:m:23l08uqa]
[*:23l08uqa][size=85:23l08uqa]Please keep in mind that tutorials can be a bit hard and time consuming to write! If your request doesn't get made it's probably nothing personal.[/size:23l08uqa][/*:m:23l08uqa][/list:u:23l08uqa]
Back to Top

Moderator
10,796 Rep
Post Options Post Options   Quote deadeye Quote  Post ReplyReply Direct Link To This Post Posted: 13 Jan 2011 at 10:03pm
This space reserved.

A list of common, useful tutorials on basic subjects will go here. If you want your tut included in the list, PM me and I'll consider it.

(If it doesn't get added, don't take it personally, I want to keep this list light and concise)

For a more detailed list covering multiple topics, check out this thread by Jamesx: viewtopic.php?f=8&t=8169
Back to Top
1,573 Rep
Post Options Post Options   Quote irbis Quote  Post ReplyReply Direct Link To This Post Posted: 13 Jan 2011 at 10:21pm
Well. I dont know if this isnt too much to ask but...
Randomly Generated Levels and Techniques Used

Think diablo, or Desktop Dungeon.
Not a word about the sprites or graphics - just the mechanism.

Making randomly generated map is damn easy. but setting some guidelines? thats something diffrent which i am still learning.
Like using array for that. Or just PV's and Random(number), or droping a "drill" object with random or semi-predetermined pattern which will set the cross tiles.
All of this is hard by itself as for top-down, ISO levels. But for a platformer? thats beyond my limits of thinking.
Any topic regarding procedural generation will get instant-bookmarket by me.

I would like a tutorial for a very custome event-based behaviours too. Something more then left-right-jump thing. For example - anybody played Castlevania saga? sliding, slide-kick from air, uppercut and all other fansy movements. Or another one - call me an idiot but i dont have ANY idea how to make "jumping" for a top-down or ISO game. especialy as the jumping would be used to go across a ground obstacle for e.g
Back to Top
465 Rep
Post Options Post Options   Quote Darklander Quote  Post ReplyReply Direct Link To This Post Posted: 27 Jan 2011 at 1:03am
* Random fractal maps
* Turn based combat (think x-com or fallout 1 & 2)
Back to Top
2,032 Rep
Post Options Post Options   Quote MrMiller Quote  Post ReplyReply Direct Link To This Post Posted: 27 Jan 2011 at 3:44am
Before I start, I want to express a couple of things. I love when tutorials are posted, but I find the following things make them difficult to follow:

*Some tutorialsI find are trying to be witty, whimsical, etc. It's just annoying to me. I tend to look at Construct and the way it flows as a series of steps, and I also happen to learn from tutorials better when I have steps clearly written out.

*.Cap files are always great.

*Using pictures of the actual events instead of typing out the text. I have be honest, when people post the text of the events, sometimes I get it sometimes I don't. But the picture of the actual event is way more effective, 100% effective in fact.

*Explanations of why something is used helps us understand when to use it, and many of the tutorials I find are lacking those explanations. I'd suggest tutorials be treated more like you're talking to first-time user because in reality many people may be just that.

What I'd like to see tutorials of

-Hash tables - How to use them, why you'd use them, and when to use them.
-Array - How to use it, why you'd use it, and when to use it.
-Image Manipulator - How to use it, why you'd use it, and when to use it
-Creating different types of menus with Global variables
-Creating a save and load system
-AI - and how you do it in Construct
-Packing your games music and sounds files for the .exe
Back to Top
1,573 Rep
Post Options Post Options   Quote irbis Quote  Post ReplyReply Direct Link To This Post Posted: 27 Jan 2011 at 11:50am
[quote="MrMiller":qwcbyef9]Before I start, I want to express a couple of things. I love when tutorials are posted, but I find the following things make them difficult to follow:

*Some tutorialsI find are trying to be witty, whimsical, etc. It's just annoying to me. I tend to look at Construct and the way it flows as a series of steps, and I also happen to learn from tutorials better when I have steps clearly written out.

*.Cap files are always great.

*Using pictures of the actual events instead of typing out the text. I have be honest, when people post the text of the events, sometimes I get it sometimes I don't. But the picture of the actual event is way more effective, 100% effective in fact.

*Explanations of why something is used helps us understand when to use it, and many of the tutorials I find are lacking those explanations. I'd suggest tutorials be treated more like you're talking to first-time user because in reality many people may be just that.

What I'd like to see tutorials of

-Hash tables - How to use them, why you'd use them, and when to use them.
-Array - How to use it, why you'd use it, and when to use it.
-Image Manipulator - How to use it, why you'd use it, and when to use it
-Creating different types of menus with Global variables
-Creating a save and load system
-AI - and how you do it in Construct
-Packing your games music and sounds files for the .exe[/quote:qwcbyef9]
you just earned yourself a free beer. any amount. ill cover the costs :)
Back to Top
1,573 Rep
Post Options Post Options   Quote irbis Quote  Post ReplyReply Direct Link To This Post Posted: 28 Jan 2011 at 6:36am
Oh and i would love if someone could make a tutorial about custome minimap as the minimap plugin/object is far from perfect.
Back to Top
4,366 Rep
Post Options Post Options   Quote Noga Quote  Post ReplyReply Direct Link To This Post Posted: 28 Jan 2011 at 9:36pm
[quote="MrMiller":1h36y9ie]
-Hash tables - How to use them, why you'd use them, and when to use them.
[/quote:1h36y9ie]

My man :) , there are some .cap examples around and the wiki entry, but I don't understand any of them.
Back to Top
5,268 Rep
Post Options Post Options   Quote tulamide Quote  Post ReplyReply Direct Link To This Post Posted: 29 Jan 2011 at 6:28pm
The mechanics and the purpose of variables, arrays and hash tables briefly described:
[url:mtvueq5d]http://www.scirra.com/forum/viewtopic.php?f=8&t=8400[/url:mtvueq5d]
Back to Top
1,732 Rep
Post Options Post Options   Quote zurtri Quote  Post ReplyReply Direct Link To This Post Posted: 06 Feb 2011 at 5:13am
My interest is in RTS type games such as Dune, C&C and Warcraft3 etc.

Specifically:

1. Building of buildings/units
2. AI
3. Creation of enemies.

I suspect much of it I have discovered already, but it would be good to get a professionals point of interest.
Back to Top
 Post Reply Post Reply Page  123 7>

Forum Jump Forum Permissions View Drop Down