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

Dragon Eclipse 2.0


Draco.exe
 Share

Recommended Posts

well, actually i haven't so much time to find the bugs and fix that…i'm very bussy with the university so i can't relase more versions now, maybe in the future i'll upload another one (and of course if someone find some bug and/or the fix i'll add to the actual and the new version and give the credits)
Link to comment
Share on other sites

  • Replies 498
  • Created
  • Last Reply

Top Posters In This Topic

Oh ok no problem i understand ^^

**This message is for anybody here who know the code :**

to put to make the vx frames work properly 3 framed only (because 4 seem's to much unrealistic)

Because i really need this and when i ask on "questions" section i did not get the answer.

Thanks in Advance !
Link to comment
Share on other sites

> What do you mean by this?

Powers of two are numbers that come from multiplying 2 · 2 "x" times.

I put some examples because i think you won't understand me (im not very well with english)

Powers of two are: 2x2(4), 2x2x2(8), 2x2x2x2(16), 2x2x2x2x2(32), 64, 128, 256, 512, 1024…

Etc
Link to comment
Share on other sites

> Oh ok no problem i understand ^^
>
> **This message is for anybody here who know the code :**
>
> to put to make the vx frames work properly 3 framed only (because 4 seem's to much unrealistic)
>
> Because i really need this and when i ask on "questions" section i did not get the answer.
>
> Thanks in Advance !

Oh Eragon i forgot something , when you gave to me the link for resolution changer etc

How do i calculate the frmMain height width i need to put for different resolutions? like 1024x768 , 1366x768 etc… ? ^^
Link to comment
Share on other sites

you need to to this:

under **ComboResolution.AddItem "800x600"** add any resolutions you want. eg: **ComboResolution.AddItem "1024x768"**

and then look for **ElseIf (ComboResolution.ListIndex = 2) Then**, you need to copy and paste all the code before end if, then change the number after ".ListIndex = " and change all the numbers that are after the "+" and the frmMain.Width and frmMain.Height

eg: i want to add a new resolution: 960x768

under

```

ComboResolution.AddItem "800x600"

```

add

```

ComboResolution.AddItem "960x768"

```

then, under

```

ElseIf (ComboResolution.ListIndex = 2) Then

picHotbar.Top = 399 + 216

picEventChat.Top = 442 + 216

txtMyChat.Top = 565 + 216

txtChat.Top = 442 + 216

frmMain.Width = 16665

frmMain.Height = 12570

OptGlo.Top = 565 + 216

OptMap.Top = 565 + 216

```

add

```

ElseIf (ComboResolution.ListIndex = 3) Then

picHotbar.Top = 399 + 384

picEventChat.Top = 442 + 384

txtMyChat.Top = 565 + 384

txtChat.Top = 442 + 384

frmMain.Width = 18975

frmMain.Height = 15080

OptGlo.Top = 565 + 384

OptMap.Top = 565 + 384

```

and that's it, you have a new resolution! i hope this can help you ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png)
Link to comment
Share on other sites

xD thanks i knew that i was talking about this :

frmMain.Width = 18975

frmMain.Height = 15080

How can i know how much to put inside for others resolutions ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png)
Link to comment
Share on other sites

Hey Eragon if you're going to fix the pet bug please let me know how to implement to my eclipse version because i have added lots of features and i don't wanna have to add all of them again just for the fix. Thx ^^

-

Eragon si arreglas el bug de las pets podrias decir como añadirlo a la version que tengo ahora? Es que he añadido y modificado muchas cosas y ahora volver a empezar seria como tirar el trabajo echo. Gracias ^^
Link to comment
Share on other sites

-Sorry if i write this in spanish. It's a bug report and i need to express correctly to report the bug:

Eragon, he descubierto un gran bug que tiene esta versión.

Bueno la cosa es que si abro el juego normalmente y escribo en el chat todo va bien.

Pero si abres un segundo juego, y te conectas con un segundo jugador, cuando escribas en el chat con cualquiera de los dos, tan solo aparecera al instante lo que escribas en la pantalla del ultimo conectado.

Bueno si no lo entiendes del todo abre dos clients a la vez y te conectas y vas escribiendo en el chat. Verás que solo se ve el texto al instante en el ultimo conectado y tardara unos 6 segundos en llegar a los demas, a no ser que te muevas con el ultimo, que entonces se actualizan todos.

Bueno pruebalo para entenderlo mejor y haber si consigues arreglarlo.

Gracias por todo ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png)

Edit: Este error tambien ocurre en el nightly eclipse 3.0

Edit2: El error tambien ocurre en la version oficial de eclipse.

Oficcial post: [http://www.touchofdeathforums.com/community/index.php?/topic/130024-serious-chat-refresh-bug-official-version-and-nightly-eclipse/#entry859473](http://www.touchofdeathforums.com/community/index.php?/topic/130024-serious-chat-refresh-bug-official-version-and-nightly-eclipse/#entry859473)
Link to comment
Share on other sites

Ok a little problem with Dragon Eclipse 2.0 *sorry for bad english*

I know these information are not enough but I don't know what is wrong

I simply downloaded the new version of Dragon Eclipse,I turned on the server.

But when i tried to open the game it is saying Run-time error '-2005530516 (8876096c)': Automation Error ![:(](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/sad.png)
Link to comment
Share on other sites

The Pet system fix yourself he took his time to add into it. I fixed alot of bug's in Dragon Eclipse it doesnt even have alot.

> Run-time error '-2005530516 (8876096c)': Automation Error

Is your computer old because that is ethier when you didnt install the Libary Files or extracted them into the wrong place.
Link to comment
Share on other sites

Well brandon looks like you where right ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) sorry man mine always said a different error when the library files wherent installed.
Link to comment
Share on other sites

> Yeah i downloaded the libraries but it is still not working,but the libraries have to be in the folder with Dragon Eclipse?
>
> Also,do I need Eclipse Origins before I can have this Dragon Eclipse?

no you done need eclipse origins before you download this, and i know the runtimes are somewhere on this site for download.
Link to comment
Share on other sites

Just two small bugs I've found in using 4th Release:

* Name colours on map and colours in chat aren't consistent (okay, it's not life-changing, but it just fits better when correct)
* The health/mana/experience labels shift when changing resolution (they move to the middle of the bar rather than stay at the end)

Dunno if anyone's brought these up before, but I thought I would mention. I'm loving the engine though, thanks ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
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...