Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

where to change this title is source code?

Chinese Developer
Banned
Joined
Apr 6, 2019
Messages
358
Reaction score
53
BasicWndD3d.cpp

under
HRESULT CBasicWnd::CreateObjects()

check StartThreadLOAD parameters

Code:
hr = NLOADINGTHREAD::StartThreadLOAD ( &m_pd3dDevice, m_hWnd, ((CBasicApp*)AfxGetApp())->m_szAppPath, CString("loading_000.dds"),"Ran Online", true );
 
Upvote 0
Back
Top