Level of the Year: 2016!

Started by namida, November 15, 2016, 09:18:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

namida

#15
A reminder that tomorrow (forum time) is the last day for levels to be released in order to be eligible (of course, if they miss it, there's always LOTY2017!).

Nominations are still open for quite a bit longer, though. :)
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)

Dullstar

Quote from: GigaLem on November 16, 2016, 06:33:27 AM
Gonna be honest, the mention of Clickteam fusion made me wince, I've heard how much of a nightmare it is to work with (See Sonic Worlds and Freedom Planet)
And yet a friend of mine who goes by "Creepario" was able to make some of Freedom Planet's cut content work

...

I like the idea of winning a game developer tool, I really am but i don't want something as nightmarish as Fusion IMO.

Just a quick note as someone who has used older versions of Fusion before (though I hear it hasn't changed much since then):

Spoiler Tag because this is in reply to an off-topic remark
Certain types of projects are nightmarish, but it works fine for others. Its greatest weakness is that its handling of global events is poor, and certain things become rather messy. You can for some reason give objects families to have a single event code for multiple objects (e.g. collision detection coding for enemies is probably going to be identical for enemies that behave similarly, except with a different enemy, so you can create a general "enemy" family that will handle all of them) but you can't use them globally (meaning you have to either copy and paste the global events and swap out the object, or have to copy/paste the events into every individual level).
Its built in platforming movement shouldn't be used, because it's awful (I can't remember what specifically was bad about it, since it's been a while, but I remember that it was bad) though there's an extension object that's okay to use.

If you're trying to make a Mario clone, it's probably fine. If you're trying to make a Metroidvania, it's gonna start getting a little screwy but it should still work. Some puzzle games are probably fine. I'm not sure how well a lemmings replication would work - I'm not sure if it would cooperate well with terrain removal.
Don't even try to make an RPG.

Its strong suit is that it's fairly simple for simple projects, so it can be decent if you're just starting out, as at least some of basic techniques will transfer to other, less user friendly software. Just note that if your project gets complicated, things get convoluted because it doesn't really offer many ways to keep things organized.
I've never tried Game Maker before so I can't comment on that.

TL;DR
Clickteam Fusion is usable at the entry level, but there is better software to use if you're making a serious project.

Recommendations for Altnernatives in Case Anyone is Interested

General Usage

For general usage purposes, you may wish to consider Construct 2. It's not as user friendly, but for more complex projects its better handling of events will make things much easier. (You can have multiple levels share the same event sheets without committing literally every screen in the game to having those same events - which means your title screen doesn't need to share the same code with the rest of the game anymore! - this would also allow things like having event sheets coding for enemy AIs then not loading them when they're not needed - not to mention you can keep things a bit better organized that way)

RPGs
For RPGs, I'd recommend any of the RPG Makers except VX. The most recent version is currently RPG Maker MV. 2000 and later are all available on Steam, with 2000 and 2003 being relatively cheap (pretty sure XP is pretty cheap too). If you're using game making software instead of programming everything yourself, there's really not much point in making an RPG engine as opposed to using this. There are a few limitations but most of them aren't a huge deal on the latest versions, since functionality can be changed with scripts (XP, VX, VX Ace) or plugins (MV; same function, but made easier to install and configure). Screen resolution used to be an issue in earlier versions but has been resolved as of MV. The nice thing about them is that if there's an advanced functionality you need that's not built in, you can write your own code for it (in many cases, someone else has wanted to do what you're trying to do and released a plugin you can use). It's limited in terms of built in functionality but it's pretty simple to extend it because of the plugin system.

Note that projects made with RPG Maker carry some stigma, because the ease of use means there are a lot of low effort works made with it out there. It can be overcome fairly easily though simply by putting in effort. It's usually as simple as "Don't use the default graphics for serious projects." Also, put in effort, like you should when you make anything you publicly release.

Colorful Arty

I forgot to mention it, but I would like Hailfire Peaks to be excluded from this contest as it will be in my next levelpack that won't see release for a while.
My Youtube channel where I let's play games with family-friendly commentary:
https://www.youtube.com/channel/UCiRPZ5j87ft_clSRLFCESQA

My Twitch channel: https://www.twitch.tv/colorfularty

My levelpack: SubLems
For New formats NeoLemmix: https://www.lemmingsforums.net/index.php?topic=4942.0
For Old formats NeoLemmix: http://www.lemmingsforums.net/index.php?topic=2787.0
For SuperLemmini: http://www.lemmingsforums.net/index.php?topic=2704.0

My levelpack: ArtLems
For New formats NeoLemmix: https://www.lemmingsforums.net/index.php?topic=4583.0

namida

Just a reminder - there's only two weeks left to get nominations in! :)

In particular, we don't have any Lix nominations yet. Those who are more active on the Lix side, remember, Lix levels (as long as they meet all the criteria) are eligible for the contest too. :)
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)

namida

Due to that I'll mostly be away from the forums for a while until after the 25th; I've extended the nomination deadline to the 31st of December.

We haven't had too many nominations yet; don't forget to get yours in if you haven't already!
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)

namida

There's about a week left to get nominations in. We still haven't got that many, so if you were intending to nominate but haven't got around to it yet, don't forget!
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)

namida

Okay; we didn't get that many nominations this time, but the time is up so nominations are now closed. Will put together an NXP of all the levels and make a playing phase topic shortly. :)
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)