cai use this on v19 ketchup source ?
when clicking V app crash.
Printable View
cai use this on v19 ketchup source ?
when clicking V app crash.
Hi what, files should i check, image not showing in teleporter.
Already changed the code as ketchup suggested
theme folder is fine already put all the loadmap and .tga files thereCode:m_textureMng.AddTexture(m_pApp->m_pd3dDevice, MakePath( DIR_THEME, strFile), 0xff000000);
And are there any guides on how to add/remove/edit on the teleporter. or what files to work on with.
You can try this:
And then just go into your theme folder and create folder under the name LoadMap and there, Extract all you need to extract.Code:m_pPicTexture = m_textureMng.AddTexture(m_pApp->m_pd3dDevice, MakePath("Theme\\LoadMap\\", strFile), 0xffffffff);
Well thank you so much man :) it worked
so heres the three code
Original
Ketchup's suggestionCode:m_pPicTexture = m_textureMng.AddTexture( m_pApp->m_pd3dDevice, MakePath( "Theme\\Default\\LoadMap\\", strFile ), 0xff000000 );
and PercuflexCode:m_textureMng.AddTexture(m_pApp->m_pd3dDevice, MakePath( DIR_THEME, strFile), 0xff000000);
Code:m_pPicTexture = m_textureMng.AddTexture(m_pApp->m_pd3dDevice, MakePath("Theme\\LoadMap\\", strFile), 0xffffffff);
Now looking at them like this, i saw the problem :)
the orig code had \\default\\ while the working does not have it, which i also did not have the \\default\\ well damn gotta be more careful and thorough nxt time. with this idea im sure i can troubleshoot future problems of this type :)
thank you everyone
Followed everything from @Ketchup, Still get these errors.
Okay, Restored DPSrvr.cpp folder and Copy/paste, this is what i have left
- - - Updated - - -
Edit,
I got it! 8 Succeeded.
Only problem now, Teleporter doesnt work in game. I click on a map, Apply, but doesnt do anything.
Client log shows:
2022/12/28 16:43:57 ::LoadTextureFromRes : Theme\Default\LoadMap\flaris.tga not found
2022/12/28 16:43:57 CTexture::LoadTexture : Theme\Default\LoadMap\flaris.tga read error
2022/12/28 16:44:00 ::LoadTextureFromRes : Theme\Default\LoadMap\SM.tga not found
2022/12/28 16:44:00 CTexture::LoadTexture : Theme\Default\LoadMap\SM.tga read error
2022/12/28 16:44:09 ::LoadTextureFromRes : Theme\Default\LoadMap\darkon.tga not found
2022/12/28 16:44:09 CTexture::LoadTexture : Theme\Default\LoadMap\darkon.tga read error
Anyone has Theme?
Yeeh, I updated with CDPSSrvr and it cleared the errors.
I will add packets
Fixed and also opened other maps. But where do I update coordinates? Some maps doesn’t work (teleport to Ankou and it’ll put me at shaduwar) and some maps teleport me right at entrance (ex, Les Britannia. Too close to the entrance and it’ll say “must be in party to enter” without even moving)
the Link is Down