Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about EchoStorms Source
#1
Alright. I'm using EchoStorms engine but the server keeps saying its down when I run the program. The server is up and Idk where to put the IP and Port

I think theres something to do with this:

Code:
Sub TcpInit()
    SEP_CHAR = Chr$(0)
    END_CHAR = Chr$(237)
    PlayerBuffer = vbNullString

    Dim FileName As String
    FileName = App.Path & "\config.ini"

    frmMirage.Socket.RemoteHost = ReadINI("IPCONFIG", "IP", FileName)
    frmMirage.Socket.RemotePort = Val(ReadINI("IPCONFIG", "PORT", FileName))
End Sub
Reply
#2
You have the source to EchoStorms? O.o
Reply
#3
On his site..

Edit/Edit: http://echostorms.net/page/es_main.php
Reply
#4
Quote:The game's source code. (obsolete and lacks optimizations)
Reply
#5
Edit: NVM..Found the prob. Fixed XD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)