Jump to content

40kdev

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About 40kdev

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

40kdev's Achievements

Rookie

Rookie (2/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. So I designed a wallpaper to use for my login screen, it looks sharp and all in Photoshop and in normal Windows image viewer, however in client it looks like utter shit and it becomes very blurry and pixelated.. any idea if this is something to do with a library in the source responsible for image rendering or something?? I don't see this problem in servers like WoM for example.
  2. Hello, I'm getting the following errors as I try to compile client source in VS2019 Severity Code Description Project File Line Suppression State Error LNK1120 5 unresolved externals UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\Release\metin2client.exe 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol __imp__GrannyConvertSingleObject@16 referenced in function "public: bool __thiscall CGrannyMaterial::CreateFromGrannyMaterialPointer(struct granny_material *)" (?CreateFromGrannyMaterialPointer@CGrannyMaterial@@QAE_NPAUgranny_material@@@Z) UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\eterGrnLib.lib(Material.obj) 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol __imp__GrannyNewMeshDeformer@12 referenced in function "public: bool __thiscall CGrannyMesh::CreateFromGrannyMeshPointer(struct granny_skeleton *,struct granny_mesh *,int,int,class CGrannyMaterialPalette &)" (?CreateFromGrannyMeshPointer@CGrannyMesh@@QAE_NPAUgranny_skeleton@@PAUgranny_mesh@@HHAAVCGrannyMaterialPalette@@@Z) UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\eterGrnLib.lib(Mesh.obj) 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol __imp__GrannyUpdateModelMatrix@16 referenced in function "public: void __thiscall CGrannyModelInstance::UpdateTransform(struct D3DXMATRIX *,float)" (?UpdateTransform@CGrannyModelInstance@@QAEXPAUD3DXMATRIX@@M@Z) UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\eterGrnLib.lib(ModelInstanceUpdate.obj) 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol ___iob_func referenced in function _output_message UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\libjpeg-9aMT.lib(jerror.obj) 1 Anyone who can propose a fix?
  3. Thank you for your reply. I gave up on fixing that source since it got out of hand and thought I'd try with another one. As it turns out, the problem was with the troublesome source I downloaded. I got rid of it and downloaded another one and that seems to be much better. I am still getting errors but nothing crazy that I can't fix.
  4. Hello, I downloaded the 40k source files from removed link , as well as visual basic 2019, and I made sure I linked the externs.. yet I'm getting 4.6k+ errors which are mostly to do with the way the source is written I think and none of the errors hint to missing files or anything which I guess means I've linked everything correctly. I've been at it since yesterday and I'm really tired and confused.. did I download the wrong files or something? I would appreciate any help.. SCREENSHOT [Hidden Content]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.