11-11-2008, 11:13 PM
Could someone make a simple IP Config tut for MS4 please?
IP Config for MS4?
|
11-11-2008, 11:13 PM
Could someone make a simple IP Config tut for MS4 please?
11-11-2008, 11:23 PM
find
Code: ' Winsock globals Change the ip to whatever you need it to be.
12-11-2008, 12:07 AM
I think he means IP Config via Ini File
12-11-2008, 12:43 AM
Why would you want that?
12-11-2008, 12:45 AM
For an engine? That way, you can set your ip in the client and give the client out and it will connect to your server.
Duh?
12-11-2008, 12:52 AM
find
Code: ' Winsock globals delete it replace all Code: GAME_IP Code: ServerIP make a new textbox on frmmainmenu called txtIP find Code: Private Sub lblLogin_Click() before Code: frmLogin.Visible = True Code: ServerIp = txtIP.text
12-11-2008, 12:57 AM
Why not just change Public Const GAME_IP = ??? to Public GAME_IP as string, then set GAME_IP to the ip you set?
It's soooo much easier. ![]()
12-11-2008, 01:09 AM
Thats what I did, except there was already an unused variable serverip so i decided to use that.
Thanks for trying to improve the tutorial though Perfekt. I appreciate it
12-11-2008, 02:57 AM
Labmonkey Wrote:Thats what I did, except there was already an unused variable serverip so i decided to use that. Np. I can't see why that unused variable is still there. After all these improvements, they just let that go unnoticed? O.o
12-11-2008, 03:24 AM
Thank you sooooo much.
EDIT:now no matter what IP I put I get "Not a valid ip address", do I out something like "localhost" anywhere? |
« Next Oldest | Next Newest »
|