• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Discussion] Suitable engines for top-down ARPG games

Status
Not open for further replies.
Level 13
Joined
Mar 6, 2008
Messages
852
At first I didn't want to start a new thread because of my issue being similar to envengers'. But since he already made a decision for his project and his project is a different genre as mine, I don't want to high jack his thread.

As the title says, I want to design a top-down ARPG compareable to diablo or path of exile but not server based (I mean not always online; more like Titan Quest).

Unity 3D looks promissing even if it hasn't that much blockbuster titles as UDK. (I only found Need for Speed World).
But is it one of the best choices for this genre?

Most companies have their own engine for this kind of genre but when I saw this video I thought Unity 3D would be the best choice for me.

But my knowledge of programming is limited because I mostly coded in GUI and now in Wurst. These environments have a lot of pre-made resources implemented which are very simple to use. So before I get blinded by visuals I want to hear other opinions first.

This thread is meant to be a general discussion for top-down ARPG suitable engines.
 
Level 6
Joined
Jan 15, 2010
Messages
163
A dud ... who never coded before ...
Do you realise that 3D needs more coding then 2D? Its not just about the drawing in x, y, and z. You need to make movements and rations and pathfindings in 3 frikin dimensions! And thats definitely just the beginning.

I still dont understand why people keep rushin in makin "der best MMORPG 3D EVA!", instead of tryin to make super mario and realise how hard it is to be made. Super mario requires you to make movement to left and right only, but the gravity and landing engine will definitely be tricky for newcomers. As well the smashing of enemies, so on. Do you really think that such a simple game takes simple skills?!

If you want my advice, then start with Game Maker 8 (NOT STUDIO!). You will be teached in there about basic things of programming and pretty advanced things about game design. Game Maker has even some simple 3D to learn ..., but till you get to there will pass lota time.

When you feel that you are ready for 3D - then jump to Unity 3D or such. GameMaker's 3D is not much good for serious 3D projects!
 
Level 15
Joined
Oct 18, 2008
Messages
1,588
bhusta, Metalbear is not talking nonsense. You have only used GUI and Wurst so far - that's a nice start, that means you have a grasp on how coding works. But, first of all you should start with smaller things - it's not just about MMOs, technically any game is hard to make. It takes a huge amount of knowledge and patience, not to mention the amount of resources you need. Don't forget, that even if you are using a game engine, you are only getting a universal thing, and requires waaay more work than something like a WC3 map. But hopefully you are already aware that you have to program most of the things from scratch, including unit movements and such.

Even though this, I want to help you, so here are a few things to note:

1) Before going head-first into games, start playing around with C#. It's a powerful (although not super-optimized) language, but developing a game with superficial knowledge of C# and the .NET Framework is a suicide. You want a few months of experience working with Java or C# before digging in. Start looking up things like Lambda functions, inheritance, attributes and data serialization in C#. You will need them.

2)Engines:
-Unreal Development Kit: If you go with UDK, you are doomed to use the UnrealScript. UDK doesn't accept anything else, and it means that you have the least possible amount of control.
-Unity: Pretty powerful with a wide access it's the features even in the free version. You can use C#, UnityScript and Java Script with Unity.
-CryEngine: Optimized for C++, the CryEngine is an extremely powerful engine - but I can only advise it for experienced programmers, since we are talking about C++, something not made for small fries.

3)If you want an ARPG with your skill, forget multiplayer totally for now. It makes a project a few times bigger then it originally would be, since you have to (usually) work with either a different server and client, or prepare the client for both hosting and joining other clients. And of course there are all those network calls. Making something offline is just so much easier - and I guess it's not just me.

4)There are genre specialised engines - for aRPG there are things like Dungeonforge and Engine001. You should google them (both of the ones mentioned and general terms for aRPG engine)

@Metalbear: if it's a 3D ARPG, it sure contains 3D models, but don't forget that it can be 2D in means of data like WC3, so that makes it easier.
 
Level 13
Joined
Mar 6, 2008
Messages
852
I shouldn't write that sentence about me using mostly gui in the past and now wurst.
that was missleading. I should have known that you would replace mostly with only.

I am aware that I have to practice a language again and that it takes more then a warcraft 3 map.

Thank you Kanadj,

okay so Unity stays as my favorite after all.
Nevertheless I will have a look at Dungeonforge and Engine001.
That's what I wanted to hear :)
 
Level 29
Joined
Jul 29, 2007
Messages
5,174
-Unity: Pretty powerful with a wide access it's the features even in the free version. You can use C#, UnityScript and Java Script with Unity.

Never used Unity, but I am pretty sure UnityScript is what you call JavaScript, and it's in fact not JavaScript, the syntax just resembles it.

@Metalbear: if it's a 3D ARPG, it sure contains 3D models, but don't forget that it can be 2D in means of data like WC3, so that makes it easier.

Since when is WC3 2D?

As to the thread, a lovely pink lady on this site brought to my attention this extension for Unity. While it costs a little, it seems pretty awesome, and I am not one that tends to say that things are awesome.
It might be worth a look.
 
Level 13
Joined
Mar 6, 2008
Messages
852
Never used Unity, but I am pretty sure UnityScript is what you call JavaScript, and it's in fact not JavaScript, the syntax just resembles it.

Unity itself is written in C++. But one can code in different languages like the languages Kanadaj listed.

Since when is WC3 2D?

I am sure he wanted to say that the game itself is 3D but for example most spells work only in 2D.

As to the thread, a lovely pink lady on this site brought to my attention this extension for Unity. While it costs a little, it seems pretty awesome, and I am not one that tends to say that things are awesome.
It might be worth a look.

Whoa, I'll definitely take a closer look at that.
 
Last edited:
Level 15
Joined
Oct 18, 2008
Messages
1,588
Never used Unity, but I am pretty sure UnityScript is what you call JavaScript, and it's in fact not JavaScript, the syntax just resembles it.

It has both JavaScript and UnityScript right now. I think Java came not so long ago and it originally didn't support Java.

Since when is WC3 2D?

As to the thread, a lovely pink lady on this site brought to my attention this extension for Unity. While it costs a little, it seems pretty awesome, and I am not one that tends to say that things are awesome.
It might be worth a look.

WC3 is 2D (2.5D actually). Even though the graphics itself are 3D and flying units and missiles have a height, many things are not implemented to work in 3 dimensions - this is why maps have dungeons circling around instead of building one level over the other.
 
Level 15
Joined
Oct 18, 2008
Messages
1,588
Yes, I know, and my bad, was too lazy to write JavaScript and wrote Java instead, should have written JS...

I don't consider WC3 3D for a simple reason - make a bridge than can be walked on and under it at the same time. The engine doesn't support it. It doesn't support any 3 dimensional calculations - and the height modifiers are actually tile property based, not truly height based. However, even if you raise the ground with the terrain tools (not leveling, only raising), you will achieve nothing, since the true height of the unit is not considered afaik. But tell me if I'm wrong.
 
Level 9
Joined
May 14, 2008
Messages
576
You are talking nonsense Metalbear.
I coded before and I don't want to create a Super Mario rip off.
The topic is about ARPG games. I never mentioned MMORPG games.

A person who can't read should not post somthing.


Seriously, gamemaker 8 is a good choice, but I only speak about 2D, don't know about 3D.

It's fuckin easy (because there are so many help on the forums) and very powerful for this kind of game.

This message won't help the author maybe but other viewers
 
I don't consider WC3 3D for a simple reason - make a bridge than can be walked on and under it at the same time. The engine doesn't support it. It doesn't support any 3 dimensional calculations - and the height modifiers are actually tile property based, not truly height based. However, even if you raise the ground with the terrain tools (not leveling, only raising), you will achieve nothing, since the true height of the unit is not considered afaik. But tell me if I'm wrong.

Actually you can, via using scripts to completely handle movement and not relying on the default one... Meaning, handling everything related to movement (like pathing) via your own custom script... It's not really hard to do, but it takes a lot of time to write down all of the calculations needed for that... then implementation takes quite a lot of effort too...

Anyway, yeah, Unity or UDK I guess... RM is not a good choice for it really... Yes, there are scripts for Action type battles (which are btw hard to implement), but it doesn't really go up to the level of the likes of Diablo
 
Status
Not open for further replies.
Top