Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Eclipse MEGA Tutorial


Guest
 Share

Recommended Posts

Description
Welcome, if your new then i suggest reading all of this because it will be very useful if you want to make a game. NOTE : This is 100% custom by me Tipsta.

####Index####

1    =    Getting up and running with eclipse
2    =    Your First map
3    =    Your First Script
4    =    Making a W.I.P
5    =    Getting Ready for the release date

#####Getting up and running with "Eclipse"#####

In this part of the guide we will be setting up eclipse so we can make a game with it and making sure we don't get any weird errors.

So lets download the files needed for this step
1: Eclipse 2.7(Latest Version) [Here](http://freemmorpgmaker.com/2.7/Eclipse-Evolution-2.7.zip)
2: Eclipse RTF(Eclipse Run Time Files) [Here](http://www.freemmorpgmaker.com/LibraryFiles.zip)

Now Save them into the same folder
(should look like this)
![](http://downloads.kingdoms-soft.com/images/1.bmp)

Now Extract them to make it look like this.
![](http://downloads.kingdoms-soft.com/images/2.bmp)

Now open the LibraryFiles Folder and run the 3 files
(run 1 first then 2 then 3)
![](http://downloads.kingdoms-soft.com/images/3.bmp)

Now at 3 you will receive some errors about not being able to register don't worry its ok it will all still work

Now go back to this screen
![](http://downloads.kingdoms-soft.com/images/2.bmp)

and open up Eclipse Evolution 2.7 (some will have source on the end don't worry we will talk about that later)
It should look like this
![](http://downloads.kingdoms-soft.com/images/4.bmp)

and open up this folder
![](http://downloads.kingdoms-soft.com/images/5.bmp)

and it should look like this
![](http://downloads.kingdoms-soft.com/images/6.bmp)
Now things we will use are MOTD(when you join the game this is displayed)
News(when a player starts the client this is displayed)
and Data(all things that we need to change are in here)

now open this file
![](http://downloads.kingdoms-soft.com/images/7.bmp)

and inside it will look like this (without the red lines)
![](http://downloads.kingdoms-soft.com/images/8.bmp)

Now lets change the Game name to whatever you want
so just make that whole line look like
GameName=*your game name*
and make scripting look like
Scripting=1

now close data.ini and open News.ini
![](http://downloads.kingdoms-soft.com/images/9.bmp)
Now Change the title to something cool and same for body and close that file down

Now open motd and change the msg to somthing uber cool

now go back to this folder
![](http://downloads.kingdoms-soft.com/images/4.bmp)

and double click on client
and it should look like this
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...