-
Content Count
640 -
Joined
-
Last visited
-
Days Won
8
Speachless last won the day on January 2
Speachless had the most liked content!
Community Reputation
216 FriendlyAbout Speachless

-
Rank
Speechless
Informations
-
Gender
Male
-
Location
Netherlands
Skills
-
Mapping
Expert
-
There's nothing wrong with that. I can also say that the lack of graphics, poorly written functions exploited by hacks, the bugs and the lack of originality in updates can be more serious problems.
-
DirectX9 Wrapper for laptop's dedicated gpu
Speachless replied to Speachless's topic in Guides & HowTo
Yea, but they can play on a clean windows 7 if they just do a simple update. Or they can install visual c++ redistributable 2015 (or maybe newer didn't tested). You can specify this on client download page like i did. -
DirectX9 Wrapper for laptop's dedicated gpu
Speachless replied to Speachless's topic in Guides & HowTo
Only if they never make a windows update. Would you care for people with windows 7 with 0 updates? Windows 7 will install in the first updates the Visual C++ Redistributable 2015 -
I do have like this, but i released something that may be a top necessity as someone started to flood this way some servers. Every server has it's owner and they can do it better. I personally use anti spam on almost any function.
-
Hi, yes of course it is like that, i just forgot to mention.
-
Speachless started following Bug windows Character, [FIX] Flooding CPU Attack - Ikarus Offlineshop System, How to avoid getting flooded in 2021 and 4 others
-
[FIX] Flooding CPU Attack - Ikarus Offlineshop System
Speachless replied to Ikarus_'s topic in Guides & HowTo
Recommended to use both -
Hello, int CInputMain::Analyze(LPDESC d, BYTE bHeader, const char * c_pData) if (ch && ch->IsPC()) { if (get_global_time() < ch->analyze_protect) { ch->analyze_protect_count = ch->analyze_protect_count + 1; ch->ChatPacket(CHAT_TYPE_INFO, "<test server> analyze_protect_count. Count %d", ch->analyze_protect_count); if (ch->analyze_protect_count >= 300) { ch->analyze_protect_count = 0; d->SetPhase(PHASE_CLOSE); return (0); } } else ch->analyze_protect_count = 0; ch->analyze_pr
-
It limits the packets your client can process at a time. 4 was ok 10 years ago. Basically this fixes all types of laggs metin2 has.
-
PythonNetworkStreamPhaseGame.cpp const DWORD MAX_RECV_COUNT = 4; To const DWORD MAX_RECV_COUNT = 50;
-
Speachless changed their profile photo
-
M2 Download Center Download Here ( Internal ) With this easy change laptop players can now play the game with their dedicated video card instead of the integrated one. In userinterface.cpp add: extern "C" { __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; } In your client add: https://download.calliope2international.com/directx9wrapper.rar The d3d8.dll from the rar file is not the normal directx8, it is different. It will change some parts o
- 4 replies
-
- 15
-
-
It requires directx9. You can upgrade your source to dx9 or you can use a temporary upgrade from reshade (the dx8 to dx9 wrapper)
-
Thank you
-
No matter the settings i do make i can't run my server on the dedicated laptop's gpu. However, i've seen one server that runs directly on gpu with no problems. I am paying for this.
-
Who wants to solve this problem? Players with ipv6 cannot teleport into the game without having issues.
-
In interfacemodule wndCharacter receives a .Destroy() before destroy add a .Hide()