Mirage Source
Question about EchoStorms Source - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Question about EchoStorms Source (/showthread.php?tid=1946)



Question about EchoStorms Source - Poyzin - 22-07-2008

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



Re: Question about EchoStorms Source - Matt - 22-07-2008

You have the source to EchoStorms? O.o


Re: Question about EchoStorms Source - Poyzin - 22-07-2008

On his site..

Edit/Edit: http://echostorms.net/page/es_main.php


Re: Question about EchoStorms Source - Matt - 22-07-2008

Quote:The game's source code. (obsolete and lacks optimizations)



Re: Question about EchoStorms Source - Poyzin - 22-07-2008

Edit: NVM..Found the prob. Fixed XD