01-06-2016, 02:58 AM
I compiled Engine.dll But i can't connect my server
How to fixed or Chande Engine.dll read ip from sl.dta
|
How to change or Fixed IP and Port in Engine Source
|
|
01-06-2016, 02:58 AM
I compiled Engine.dll But i can't connect my server How to fixed or Chande Engine.dll read ip from sl.dta
01-06-2016, 09:14 PM
Engine\Network\CommunicationInterface.cpp line (785) TempIPSetIP(192, 168, 1, 56, USA); Engine\Network\CommunicationInterface.cpp line (788) TempIPSetIP(192, 168, 1, 56, USA); change both these to your ip.
01-07-2016, 11:33 AM
As he said in the CommunicationInterface.cpp you have to add following code: TempIP.SetIP( 127, 0, 0, 1, USA); m_vecIPFilter.push_back( TempIP ); If its solved then please mark it. |
|
« Next Oldest | Next Newest »
|