Forum VB .Net Live release

Live release

Postby Cyclone103 » February 22nd, 2010, 4:01 pm

Oliver,

I know you said the live release of the patch will not be for a while, but I was just wondering when you were planning this to be? I'd really like to show some friends what I have, playing an MMO is rather dull and boring by yourself.

I'm not gonna bug you TOO much, I just want to get my game up and running :P

Sorry to hear you aren't feeling well, I've got a stomach virus myself.

Cyclone
Cyclone103
 
Posts: 155
Joined: January 18th, 2010, 6:47 pm

Re: Live release

Postby Oliver » February 23rd, 2010, 11:10 am

... give it a go now :-)
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am

Re: Live release

Postby Cyclone103 » February 23rd, 2010, 2:47 pm

No such luck, it connects to the server but the server never sends any messages.
Cyclone103
 
Posts: 155
Joined: January 18th, 2010, 6:47 pm

Re: Live release

Postby Oliver » February 24th, 2010, 9:33 am

I just tried downloading the .dll for your game to inspect it, and it looks like it's "empty":

Code: Select all
Public Class SagaMountain
    Inherits Game(Of BasePlayer)
    ' Methods
    Public Overrides Sub GameStarted()
        Console.WriteLine("Game Is Started")
    End Sub

    Public Overrides Sub GotMessage(ByVal player As BasePlayer, ByVal message As Message)
        MyBase.GotMessage(player, message)
    End Sub
End Class


Are you sure you uploaded a new dll ?

Also, i'm sending you my contact details for MSN.

- Oliver
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am

Re: Live release

Postby Cyclone103 » February 24th, 2010, 2:54 pm

Nevermind. I just failed. I forgot to build cause I am so used to working with debug releases.


/facepalm
Cyclone103
 
Posts: 155
Joined: January 18th, 2010, 6:47 pm


Return to VB .Net