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

Autoupdater ?


Knuckles
 Share

Recommended Posts

i am using eclipse multi-purpose autoupdater. but i didnt like it. players download the new version only if they want. but i want to make them have to dowload the new version when they opened the client. how can i do that ?  :confused:
Link to comment
Share on other sites

By changing the server and client version number every update.

This is modConstants :
```
' Version constants
Public Const CLIENT_MAJOR As Byte = 1
Public Const CLIENT_MINOR As Byte = 3
Public Const CLIENT_REVISION As Byte = 0
```
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...