About Store Forum Documentation Contact



Post Reply 
Decided to make a game with Esenthel
Author Message
Venged Offline
Member

Post: #1
Decided to make a game with Esenthel
Hello, I'm new here. I have been learning Game Development and now actually working on my own two games for a year now. One game is a action 3PS shooter/RPG type game and the other game RPG. I have realized that I desire to have scaled version of these games on Android. This engine has become very attractive to me for that reason and others. I also like the idea of a engine that overs working RPG template.

Has anyone else here come from Unity or is using it on another project like me that could share some advice on your experience with this engine?

I am not asking a this vs that question. Just how do you like this engine and how was learning curve with it?

I script in C# currently?

Is the C++ Code Editor easy to learn?

I very happy and excited to become a part of this community.

Currently I use the following tools:

Game engines: Unity and Esenthal (as of today)

Sculpting: 3D-Coat, Zbrush R5, and Blender 2.66

Modeling: Blender

Extra Characters and prototyping assets: Daz 3D

Art: Photoshop

Textures: reality paint and 3D-Coat
03-02-2013 03:23 AM
Find all posts by this user Quote this message in a reply
gwald Offline
Member

Post: #2
RE: Decided to make a game with Esenthel
Big welcome dudelol
Yea, I installed unity and quickly removed it.
It's a big game editor with some C# scripting- that's fine for non coders.
Esenthel are C++ libraries with a code/world editor.

I if your advanced with your C# you 'should' transition fine.
If not, you'll struggle just learning advance C++

"advice on your experience", see my blog I started here.
Good luck with it! blushing

My Blog
http://www.esenthel.com/community/showthread.php?tid=6043

I hang out at Esenthel IRC Channel
http://webchat.freenode.net/?channels=#Esenthel
03-02-2013 03:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #3
RE: Decided to make a game with Esenthel
The editor will take some getting used to, but you will have time to futz while you get your assets in order. I learned C# as my primary language, and the hardest part of the transition is getting used to C++'s almost archaic feel. If you stick with it, you'll do fine.
03-02-2013 05:16 AM
Find all posts by this user Quote this message in a reply
Venged Offline
Member

Post: #4
RE: Decided to make a game with Esenthel
Thanks for the replys! The linksprovided will help also. I have some background in Ansi C from work years ago. These will be most helpful. I am having trouble finding documentation and a tutorial. I can;t figure out if I need to install Microsoft visual studio or is everything I need included in the game engine download.

Thanks
03-04-2013 12:38 AM
Find all posts by this user Quote this message in a reply
gwald Offline
Member

Post: #5
RE: Decided to make a game with Esenthel

My Blog
http://www.esenthel.com/community/showthread.php?tid=6043

I hang out at Esenthel IRC Channel
http://webchat.freenode.net/?channels=#Esenthel
03-04-2013 12:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Decided to make a game with Esenthel
That link is for 1.0
Please just run the editor, inside it you will be prompted for visual studio and it will open the browser with download link for you.
Yes you need vs for compilation, I recommend 2008 because it's much faster smile
03-04-2013 12:54 AM
Find all posts by this user Quote this message in a reply
Venged Offline
Member

Post: #7
RE: Decided to make a game with Esenthel
Thanks I will try running the EE version 2 editor and continue on to install VS 2008
03-04-2013 01:09 AM
Find all posts by this user Quote this message in a reply
Venged Offline
Member

Post: #8
RE: Decided to make a game with Esenthel
Should I get familiar with EE 1 before EE 2 or should I start with EE 2.

Thanks!
03-04-2013 05:11 AM
Find all posts by this user Quote this message in a reply
gwald Offline
Member

Post: #9
RE: Decided to make a game with Esenthel
v2 is better and easier! but the demo editor is limited.

My Blog
http://www.esenthel.com/community/showthread.php?tid=6043

I hang out at Esenthel IRC Channel
http://webchat.freenode.net/?channels=#Esenthel
03-04-2013 05:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: Decided to make a game with Esenthel
Please jump straight into 2.0 as it's much easier to work with, especially for newcomers
03-04-2013 11:07 AM
Find all posts by this user Quote this message in a reply
Venged Offline
Member

Post: #11
RE: Decided to make a game with Esenthel
Thanks. with version 1 I am able to find the GUI editor and other features, I have complied version 2.0 but can't find any of the editors. Is there 2.0 specific documentation? Thanks and sorry for showing up with 50 million questions, I'm just so eager to learn about this engine.
03-05-2013 12:57 AM
Find all posts by this user Quote this message in a reply
Scarlet Thread Offline
Member

Post: #12
RE: Decided to make a game with Esenthel
Right click in the asset browser area and click on "New GUI". This will create a new gui object. Double click on it to open it and you will be in the GUI Editor.
03-05-2013 01:09 AM
Find all posts by this user Quote this message in a reply
Venged Offline
Member

Post: #13
RE: Decided to make a game with Esenthel
Thanks for the quick reply!

Thanks!
03-05-2013 01:49 AM
Find all posts by this user Quote this message in a reply
Post Reply