How to change or Fixed IP and Port in Engine Source
#1

I compiled Engine.dll But i can't connect my server

 

How to fixed or Chande Engine.dll read ip from sl.dta

#2

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.

#3

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.



Forum Jump:


Users browsing this thread: 1 Guest(s)