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

Eclipse Evolution 2.8


Akselj
 Share

Recommended Posts

Ok, I'm guessing that there'll be lots of poeple asking about Evo 2.8\. So just to clear some things up:

-Maps from Evo 2.7 should work perfectly in 2.8
-Scripts for Evo 2.7 shoud work perfectly in 2.8
-If you are wondering what's new in 2.8 view the full list [here](http://www.touchofdeathforums.com/smf/index.php/topic,44001.0.html)
-For any bugs please either PM me or post in the Evo 2.8 topic
-Please note; the engine is still being developed and more bug fixes will come.

–AkselJ
Link to comment
Share on other sites

I really appreciate this release, AkselJ. So far it works well with Project Vertigo. I'll let you know if I run into any bugs. So far the only one I have seen was the attackspeed bug (doesn't allow lower than 1000) but that should be an easy fix since it's set to:

> If attack_weaponslot > 0 Then
>         attack_item = Int(Player(Index).Inv(attack_weaponslot).num)
>         If attack_item > 0 Then
>             AttackSpeed = 1000 'Item(attack_item).AttackSpeed
>         Else
>             AttackSpeed = 1000
>         End If
>     Else
>         AttackSpeed = 1000
>     End If
Link to comment
Share on other sites

@AbeLinkin:

> Can I start a server with a wireless connection? Or does it have to be a cable modem?

Hi Abe, welcome to Eclipse :azn:
Your game isn't going to have to do with the civil war, or history, by any chance, would it?
Hmm… Interesting concept
*jots down idea*

Anyway, to answer your question,  all you need is a highspeed connection.  It can be wireless, cable, or DSL; you just need to be connected to the internet, and have the ability to port forward.

Make sure you head over to the Tutorials board, as there are some very useful tutorials in there, and if you have any other questions, we will be happy to answer them, but please make a new topic in the Questions board.

Once again, welcome to Eclipse, and hope you have a great time working with this fantastic engine :)
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...