About Store Forum Documentation Contact



Post Reply 
Ineisis -Detailed tutorials
Author Message
Ozmodian Offline
Member

Post: #1
Ineisis -Detailed tutorials
Hi All,

I was very impressed with the Ineisis source code so I decided to study it and try to understand it as much as possible. I can't say that I know all of it yet, but I am getting there.

My hope is, over the next few weeks, to publish a few "tutorials" that describe how the Ineisis source is put together and hopefully help at least one or two of you in the community.

I truly apologize if this makes anybody fall asleep instantly at their computers, but it is my first tutorial so I hope for a little slack smile.

Any feedback/requests are welcome.

Heightmaps
Part 1 = http://www.youtube.com/watch?v=lCF_2CjAhRA
Part 2 = http://www.youtube.com/watch?v=Qjd-6EhpnQ0

Objects (27-April-2013)
Part 1 = http://www.youtube.com/watch?v=74tyMwLZYZ0
Part 2 = http://www.youtube.com/watch?v=74VAVQiDHM8

Viewports and second cameras (11-May-2013) (10min 46sec)
http://www.youtube.com/watch?v=tGPAzP4CSU0

Schedule Objects (11-May-2013) (27min 21sec)
http://youtu.be/mIvWYqQ1QVk

Water/Materials/Grass (15-AUG-13) (26min 24sec)
http://www.youtube.com/watch?v=CfPyWxJsO...e=youtu.be

***EDIT***



What was covered previously?

-Esenthel's default relation between World and Areas
-Very quick overview on how Esenthel MMO manages worlds
-How Esenthel Ineisis Server manages World/Area/Clients etc...
-How one could load in the Heightmap of a world created in the Esenthel 2.0 Editor into the Ineisis framework
-Basic overview of how Objects are managed in Ineisis
-What Scheduled Objects do?
-How to load in objects that already exists in Inesis through the editor (like stairs, trees, etc..)
-How to load in your own Static objects into the Ineisis through the editor
-Fun with Viewports and second cameras
-Learning about schedulers
-Replacing meshes of trees
-Creating new scheduled object


What is covered this time?
-Simple Grass/Materials
-How water is saved from the Editor
-Implementing water by creating new server data type
-Adding water to world message



What is still NOT covered?

-C++ Programming
-Esenthel script
-Esenthel Code Editor & World Editor
-Ineisis Account management
-Details of Ineisis Client (later tutorial)
-Server Compression and Saving (later tutorial)
-Actors/Blocks/etc.. (later tutorial)
-Allowing the user to add/remove water (later tutorial)
-Increasing the HM Detail level (later tutorial)




****DISCLAIMER*****

-I am in no way affiliated with the Esenthel Engine
-Some of the information may (and most likely is) incorrect
-This is by no means a comprehensive tutorial. There is a lot to this engine and I encourage you to explore it yourself
(This post was last modified: 08-16-2013 03:08 PM by Ozmodian.)
04-09-2013 03:39 PM
Find all posts by this user Quote this message in a reply
uNetti Offline
Member

Post: #2
RE: Ineisis detailed tutorials
Sweet videos, GJ!
04-09-2013 03:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
fred64 Offline
Member

Post: #3
RE: Ineisis detailed tutorials
Nice thanks!
04-09-2013 04:06 PM
Find all posts by this user Quote this message in a reply
TheElk Offline
Member

Post: #4
RE: Ineisis detailed tutorials
Nice Job on the video.....

Home of battle of the Juggernauts & Killer Raceway
http://www.kurschnerent.com/
04-09-2013 04:38 PM
Visit this user's website Find all posts by this user Quote this message in a reply
JonathonA Offline
Member

Post: #5
RE: Ineisis detailed tutorials
Kudos Ozmodian, videos were really helpful.
04-09-2013 05:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
uNetti Offline
Member

Post: #6
RE: Ineisis detailed tutorials
Really appreciate the tip about using LoadEditorWorld, opens up for the ability to copy objects from world a to world b in a very clever way. So far we had taken the slower road which was trying replacing the default LoadAllWorlds(), but this surely speed up everything.
04-09-2013 05:24 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Pixel Perfect Offline
Member

Post: #7
RE: Ineisis detailed tutorials
Excellent tutorials and beautifully illustrated. Very informative smile
04-09-2013 10:18 PM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #8
RE: Ineisis detailed tutorials
Pixel Perfect Wrote:...beautifully illustrated.


Lol, thanks Pixel. Clearly you are easily impressed smile
04-09-2013 10:55 PM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #9
RE: Ineisis detailed video tutorials
Posted a new video in 2 parts (see main post) describing how to manage and load in objects into Ineisis. Hope you enjoy!
04-28-2013 08:10 AM
Find all posts by this user Quote this message in a reply
uNetti Offline
Member

Post: #10
RE: Ineisis detailed video tutorials
Another great tutorial, thanks!
04-28-2013 11:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Scarlet Thread Offline
Member

Post: #11
RE: Ineisis detailed video tutorials
Looks good mate. I'll be sure to watch it all if I ever need to dive into the mmo / multiplayer side of Esenthel.
04-29-2013 03:10 AM
Find all posts by this user Quote this message in a reply
treavor09 Offline
Member

Post: #12
RE: Ineisis
really great stuff keep up the great work
05-09-2013 07:52 PM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #13
RE: Ineisis -Detailed tutorials
Added 2 more Ineisis Tutorials (in 1st post):

Viewports and second cameras (11-May-2013) (10min 46sec)
Schedule Objects (11-May-2013) (27min 21sec)

As always, please let me know if you have any feedback or requests.
05-11-2013 09:24 AM
Find all posts by this user Quote this message in a reply
Donik Offline
Member

Post: #14
RE: Ineisis -Detailed tutorials
Pretty nice tutorials you made there =)
I was about to watch the "Schedule Objects" tutorial, but youtube told me it was removed due to it's overlenght... =(
05-11-2013 10:03 AM
Find all posts by this user Quote this message in a reply
Ozmodian Offline
Member

Post: #15
RE: Ineisis -Detailed tutorials
Crazy youtube with it's crazy rules. I have now given it my cell phone number (and my soul) and it seems to have let my video be posted. I am pretty sure it will also get my first born, but that is still a ways away smile.

Please let me know if you are not able to see it now.
05-11-2013 02:05 PM
Find all posts by this user Quote this message in a reply
Post Reply