Eclipse Free Mmorpg Maker
March 10, 2010, 09:02:36 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
   Home   Chat Login Register  
 
 
 
+-
+-No Spam / Websites
siedge says: off what?
Bit says: it just says off..
siedge says: 4000 and i getting your connects and i guess your getting error its becuase i have custom sprites
Bit says: whats the port?
Bit says: sure pm me ip
siedge says: so whats up?
siedge says: my power went out and bit can u help me i dont no if i am portforarded or not i did everything just no one cna connect
siedge says: lol did he just log?
Bit says: Artizan Recruiting
Bit says: @goco, what server>?
View Shout History
+-Recent Topics
My first graphic by unknown
Today at 08:54:09 PM

Im fairly new to this. by unknown
Today at 08:50:12 PM

New computer by IceCream Tuesday
Today at 08:49:15 PM

Diablo 2 by Ddunit - Aizawa
Today at 08:35:17 PM

[Real Life Picture Thread] by Rodriguez
Today at 08:14:47 PM

Little Red Riding Hood by Rodriguez
Today at 08:13:06 PM

RECRUITMENT - MIDI Composer & 2D Artist by Kreator
Today at 08:12:21 PM

Free Music Composition (midi, wmv, and mp3) by Kreator
Today at 08:05:19 PM

Chit Chat... by [RB2D]Blue
Today at 07:51:57 PM

What's your personality type? by [RB2D]Blue
Today at 07:50:39 PM

+-Members Online
21 Guests, 18 Users (1 Hidden)
unknown,
maths221,
siedge,
pRoX,
Bit,
SteelEagle,
LegendWeaver,
Alatar,
ChewyLemonJuice,
Ddunit - Aizawa,
odindrive,
Munro,
RavenStylez,
evomay,
togekite,
IceCream Tuesday,
Zetasis
Pages: [1] 2 3 4
Site Author : Topic: F.A.Q  (Read 7715 times)
0 Members and 1 Guest are viewing this topic.
August 11, 2008, 02:10:06 PM
Lifeless
Active Member
***
User No : 6258
Posts: 225
  • View Profile
F.A.Q (#0)
Thanks for reading this.

Before you ask a question, see if it is answered here:


Q: How do I make myself an admin/owner?
A: To make yourself the owner, open up the server and click the 'players' tab, then click on your character and click 'set access', then type in '5'. Or at least that's how you do it in E.E 2.7.

Q: How many versions of Eclipse are there?!
A: There are a few builds out just now and many more in production.
Current builds: Eclipse Stable, straight from the SVN.
In development: Solar Eclipse (Java), Eclipse++ (C++), Eclipse Origins (VB6) and many more!


Q: What version should I use?
A: It's up to you, although just now I personally recommend Eclipse Stable.

Q: When does the next version come out?
A: Just don't ask, no-one knows. And setting a deadline just adds stress to the coders which could cause the release to be unfinished. Don't ask, it will be ready when it's ready and you WILL be told.

Q: Can I transfer my 2.7/2.8 files to 3.0?
A: You can transfer map files and graphics, but you will need to edit scripts because of the different syntax between VB6 and Java. I need this verified.

Q: Oh no my spells don't work! :O
A: Only scripted spells and AoE (Area of effect) spells work in EE 2.7.* The developers released an update to fix this issue; it can be found here.

Q: My game size is messed up!:

Click for full image

A: If you are using Windows XP then:
Right click on desktop - Under 'Settings' tab, Select 'Advanced'. - Under 'General' tab, Change DPI settings to 'Normal size (96 DPI)'. - Click 'Apply' and you should be done.
Thanks to Soljah for this.

If you are using Windows Vista then Right click on desktop. - Select 'Personalise'. - Under 'Tasks' choose 'Adjust Font size (DPI)' - Select 'Default scale' - And now click ok.
Thanks to Sean [Nanoware] for this.

Q: How do I get my game online?
A: You can portforward, or use hamachi. He are some links:
Port Forwarding (Made Easy)
Port Forwarding Tutioral
Hamachi Tutorial - Solution to having troubles with PortFowarding


Q: Can I make a battle system in my game using Eclipse?
A: Yes, Battle systems like Final Fantasy or Pokemon arre possible through sadscripting or editing the source.

Q: How big can my game be?
A: Games can get as big as you want, and with the use of a scrolling camera, lag is minimilized.

Q: How can I open the admin/mapping window?
A: F1

Q: How can I make a guild?
A: F4 - Only admins can do this.

Q: How can I have more than 1 class?
A: Copy your "Class0.ini" into however many classes you want, then change there names to match (ex, Class0.ini, Class1.ini, Class2.ini would make 3 classes.) Then edit them as you please.
NB. In data.ini there is an option for max_classes, make sure this is correct when adding more classes.


Q: My server is on, but the client says it is Offline, what do I do?
A: Make sure you have port forwarded and you have the correct IP

For a complete guide on hosting a server, click here.


Q: How do I edit the source?
A: To edit the source, you must have Visual Basic 6. VB6 is out of production, the only legal way to get a copy is second hand. You then download the source and edit it through VB6.

Q: How do I change the GUI layout?
A: This requires VB6, but it is incredibly easy to change the basic layout, because it is a drag&drop system.

Q: How do I make quests?
A: To create quests, you need to be able to use Sadscript, which is located in the main.txt.

Q: I have an error!; What do I do?
A: Install the ELI - Please read the instructions on the left of that link.

Q: My NPC's aren't talking.
A: Make sure it is set to friendly and has at least 1 in each stat.

Q: What are shops and how do I use them?
A: Shops are used to buy or sell items such as food, weapons and spells. Use the admin panel (F1) to create or edit a shop and use the "Shop Attribute" on a tile when mapping.

Another option is scripting. (make sure you have read a few scripting tutorials before attempting this:

Call GoShopping(Index, ShopNum)
And put it under the Scripted NPC's sub.


Q: Is it possible to have ISO movement in my game?
A: Yes, there are two options:
1: Wait for Eclipse Evolution 3.0 which will have Isometric graphics with an x, y and z axis.
2: Use isometric tiles like Ambardia.

Q: Does my game have to be based around combat and killing things?
A: Not at all, you can base your game around whatevan you want, be it catching squirrels, or skydiving. To take the combat out of your game, you can edit the source using VB6 and take out a couple menus. (I'd recommend posting a topic in Source Questions to ask help with removing menus and stuff.)

NOTE: Answers with a "*" next to them mean that in 2.8 this problem is fixed.


Click here for Niko's very list of tutorials.

Click here for Gwen's Eclipse Guide

Character Control Keys


If you have ANY errors, check the Run-Time Errors Board before asking.

Please!
Don't forget to use the search button before posting!


Please, please, do not post questions here.

By Squiddle.
[Edited and Maintained by Desiderium]

Credits:
Oizumi03
Shadowwulf
Bone
Admiral
Gwen
Niko
dsilverwolf
Everyone else who helped out. =3
« Last Edit: March 01, 2010, 02:06:44 PM by Pink! » Logged

F.A.Q | My Music Tutorial

Google it.

Because taking out a mortgage is a life of positive thinking and laughter!

August 11, 2008, 02:12:54 PM
IRC Hoster
Member
**
User No : 3384
Posts: 76
  • View Profile
Re: F.A.Q (#1)
Nice edit! This should help a lot of topics be answered, and make it easy to find problems and answers.
Logged

Date Registered:     July 19, 2007, 12:08:56 AM

I can do IRC Hosting for YOU, check it out: TOPIC

Check out my IRC Server BrokenHatred. Come and create your channel now!
August 11, 2008, 02:14:22 PM
Lifeless
Active Member
***
User No : 6258
Posts: 225
  • View Profile
Re: F.A.Q (#2)
If you know of any FAQ, post, and I'll update the main post. ^^
Logged

F.A.Q | My Music Tutorial

Google it.

Because taking out a mortgage is a life of positive thinking and laughter!

August 11, 2008, 02:42:54 PM
AC'sT ~ Admin
Active Member
***
User No : 6973
Posts: 360
Location : Albany, OR
This is a Crusader's Tale, where's yours?
  • View Profile
  • WWW
Re: F.A.Q (#3)
I have some that may need answering.
Q: How can I open the admin/mapping window?
A: F1

Q: How can I make a guild?
A: F4

Q: How can I have more than 1 class?
A: Open your Data.ini, change the "Classes=0" to "Classes=1", then copy your "Class0.ini" into however many classes you want, then change there names to match (ex, Class0.ini, Class1.ini, Class2.ini would make 3 classes.) Then edit them as you please.

Q: How come I can't acces my game? It says "Error: (something about a port).
A: That means that port for the IP you're using if in useage so you need to change it. Open your Data.ini and change the port to something like 6339 instead of 4000. Make sure you're client's Config.ini matches the port numbers.
Logged

Current Project: A Crusader's Tale (AC'sT)
Learning: SadScript, C++
Well-Aquainted: Visual Basic 2008, HTML
Familiar: C++, ASN
August 11, 2008, 05:15:22 PM
IRC Hoster
Member
**
User No : 3384
Posts: 76
  • View Profile
Re: F.A.Q (#4)
Q: How come I can't acces my game? It says "Error: (something about a port).
A: That means that port for the IP you're using if in useage so you need to change it. Open your Data.ini and change the port to something like 6339 instead of 4000. Make sure you're client's Config.ini matches the port numbers.

Also add that they would have to portforward the new ports as well.
Logged

Date Registered:     July 19, 2007, 12:08:56 AM

I can do IRC Hosting for YOU, check it out: TOPIC

Check out my IRC Server BrokenHatred. Come and create your channel now!
August 11, 2008, 05:33:32 PM
Vyse
Guest
Re: F.A.Q (#5)
Nice try Desiderium, but we all know how noobs are. They'll probably just ignore the whole thread and go on asking their stupid questions anyway, claiming "i read all tutorial". Again, nice try.
Logged
August 11, 2008, 05:36:45 PM
Lifeless
Active Member
***
User No : 6258
Posts: 225
  • View Profile
Re: F.A.Q (#6)
If they don't read it, it's their loss.
I'm not answering questions in this thread, I'm posting answers to FAQ's. ;]
Logged

F.A.Q | My Music Tutorial

Google it.

Because taking out a mortgage is a life of positive thinking and laughter!

August 12, 2008, 12:18:58 PM
AC'sT ~ Admin
Active Member
***
User No : 6973
Posts: 360
Location : Albany, OR
This is a Crusader's Tale, where's yours?
  • View Profile
  • WWW
Re: F.A.Q (#7)
Can we get a mod to Sticky this?
Logged

Current Project: A Crusader's Tale (AC'sT)
Learning: SadScript, C++
Well-Aquainted: Visual Basic 2008, HTML
Familiar: C++, ASN
August 13, 2008, 09:58:34 AM
Lifeless
Active Member
***
User No : 6258
Posts: 225
  • View Profile
Re: F.A.Q (#8)
Update.
Logged

F.A.Q | My Music Tutorial

Google it.

Because taking out a mortgage is a life of positive thinking and laughter!

August 13, 2008, 02:29:31 PM
GFX'er, Novice Scripter, and Average Mapper
Advanced Member
****
User No : 6800
Posts: 727
  • View Profile
Re: F.A.Q (#9)
    Ehh, nice topic. Once this gets more FAQs then there should be a link to this topic for new people. Once more questions and answers are put then this should get a sticky.
Logged

I don't feel like getting ink on my monitor, thanks.
August 13, 2008, 02:30:59 PM
Lifeless
Active Member
***
User No : 6258
Posts: 225
  • View Profile
Re: F.A.Q (#10)
Yeah, I'm still working through it, thanks. ^^
Logged

F.A.Q | My Music Tutorial

Google it.

Because taking out a mortgage is a life of positive thinking and laughter!

August 13, 2008, 02:38:45 PM
AC'sT ~ Admin
Active Member
***
User No : 6973
Posts: 360
Location : Albany, OR
This is a Crusader's Tale, where's yours?
  • View Profile
  • WWW
Re: F.A.Q (#11)
(Random post to put this back on top) Sorry for spam, but it SERIOUSLY needs to be stickied, and if this is what it takes, then so be it. >.>
Logged

Current Project: A Crusader's Tale (AC'sT)
Learning: SadScript, C++
Well-Aquainted: Visual Basic 2008, HTML
Familiar: C++, ASN
August 13, 2008, 02:39:47 PM
Lifeless
Active Member
***
User No : 6258
Posts: 225
  • View Profile
Re: F.A.Q (#12)
You want it stickied, we get the point..
Don't spam my uber thread. XD
Logged

F.A.Q | My Music Tutorial

Google it.

Because taking out a mortgage is a life of positive thinking and laughter!

August 13, 2008, 08:24:47 PM
AC'sT ~ Admin
Active Member
***
User No : 6973
Posts: 360
Location : Albany, OR
This is a Crusader's Tale, where's yours?
  • View Profile
  • WWW
Re: F.A.Q (#13)
well, I'm just making sure it stays uptop. >-<
Logged

Current Project: A Crusader's Tale (AC'sT)
Learning: SadScript, C++
Well-Aquainted: Visual Basic 2008, HTML
Familiar: C++, ASN
August 14, 2008, 08:12:57 PM
Similac Child
Owner
Demi God
*
User No : 13358
Posts: 6975
Comfort the disturbed disturb the comfortable
  • View Profile
  • WWW
Re: F.A.Q (#14)
Stickied, good FAQ hopefully you can update it even more and bring to to greatness!
Logged

It's a broke day but everything is ok
I'm up all night, but everything is alright
It's a rough week, and I don't get enough sleep
It's a long year pretending I belong here
August 14, 2008, 08:15:23 PM
Vyse
Guest
Re: F.A.Q (#15)
How come none of the other FAQs get stickied? I remember Nickkos making one way back when, I remember me attempting to do one. The only difference I see is that he used colors. I don't mean to sound jealous or anything.
Logged
August 14, 2008, 08:24:23 PM
AC'sT ~ Admin
Active Member
***
User No : 6973
Posts: 360
Location : Albany, OR
This is a Crusader's Tale, where's yours?
  • View Profile
  • WWW
Re: F.A.Q (#16)
Lol, because I bumped this one to the top repetitively....... hehe, lol?
Logged

Current Project: A Crusader's Tale (AC'sT)
Learning: SadScript, C++
Well-Aquainted: Visual Basic 2008, HTML
Familiar: C++, ASN
August 14, 2008, 08:33:25 PM
Similac Child
Owner
Demi God
*
User No : 13358
Posts: 6975
Comfort the disturbed disturb the comfortable
  • View Profile
  • WWW
Re: F.A.Q (#17)
Becouse i didnt see it. If you want something stickied pm me about it. Or use the report to moderator function requesting a sticky.but dont abuse the system. Only do it on truly worthy topics.
Logged

It's a broke day but everything is ok
I'm up all night, but everything is alright
It's a rough week, and I don't get enough sleep
It's a long year pretending I belong here
August 15, 2008, 05:12:47 AM
Lifeless
Active Member
***
User No : 6258
Posts: 225
  • View Profile
Re: F.A.Q (#18)
Thanks for the sticky, and hopefully I can keep this updated. ^_^
Logged

F.A.Q | My Music Tutorial

Google it.

Because taking out a mortgage is a life of positive thinking and laughter!

August 15, 2008, 01:51:47 PM
GFX'er, Novice Scripter, and Average Mapper
Advanced Member
****
User No : 6800
Posts: 727
  • View Profile
Re: F.A.Q (#19)
Sweet, a sticky. This deserved that sticky
Logged

I don't feel like getting ink on my monitor, thanks.
Pages: [1] 2 3 4
 

Powered by EzPortal
Powered by MySQL Powered by PHP Powered by SMF 2.0 RC2 | SMF © 2006–2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.919 seconds with 36 queries.