-
Content Count
14 -
Joined
-
Last visited
Community Reputation
10 NeutralAbout FreeWar_official

-
Rank
Neutral
Informations
-
Gender
Male
-
Location
New York
Social Networks
-
Skype
freewarsuppor.t
- Website
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
M2 Download Center Download Here ( Internal ) Hello community and happy new year!! I will release a panel written to waste of time that will allow you to start, turn off, perform backups, compile quests or clean the syserr in a very fast and all in one interface and thus eliminating the classic bash file " start.sh, close.sh etc ...! I wrote the script very "easy" to be understandable for anyone who has a minimum of Python knowledge and also I put the most important variables immediately after import! The script works on Python 2.7 with FreeBSD 9.7 machine.
-
solved [Python 3.7.1] Unresolved external symbol
FreeWar_official replied to FreeWar_official's question in Questions & Answers
Fixed! Wrong declaration in header file!- 1 reply
-
- 1
-
-
solved [Python 3.7.1] Unresolved external symbol
FreeWar_official posted a question in Questions & Answers
Hello everyone! I'm working on source to change the python lib from 2.2 to 3.7.1! Now i have changed every single deprecated function and checked if the function return the same result and until now everything is ok! Now i can't understand why visual studio give me the external symbol error. This is 1 of 40 errors: GameLib.lib(MapOutdoor.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CScreenFilter::SetBlendType(char,char)" ([email protected]@@[email protected]) and this is where the function is called m_ScreenFilter.SetBlendType((char)mc_pE -
Fix | CREATE_NO_APPROPRIATE_DEVICE
FreeWar_official replied to FreeWar_official's topic in Guides & HowTo
If you change the size from metin2.cfg and put a invalid size metin2 can go outside of display or cause crash for you pc "If it is old"! With this method we check if the resolution of metin2.cfg exist in our resolutions! -
Fix | CREATE_NO_APPROPRIATE_DEVICE
FreeWar_official replied to FreeWar_official's topic in Guides & HowTo
Exactly! Ymir looking for 800 x 600 for the best graphics details! -
How many people found this error on pserver or Official Metin2? With Windows >= 8 we found this problem and we have fixed with the compatibility checker but this is not the best way! The real problem is this string on the source of client EterLib/GrpDevice.cpp if (!ms_kD3DDetector.Find(800, 600, 32, TRUE, &ms_iD3DModeInfo, &ms_iD3DDevInfo, &ms_iD3DAdapterInfo)) The application go to find the default resolution "800x600" but this is not the correct way! With new generation some computer have deleted the 800x600 resolution and this cause problems! to solve t
-
FreeWar_official changed their profile photo
-
open Failed to load image, but there is.
FreeWar_official replied to Avisek's question in Questions & Answers
You can try to chance this file folder. Insert the the center.tga in the pack where the load the file "example the file that load this image is center.py and it is located in root pack you paste the center.tga in root pack" after this edit the line "d;ymir work/.../..." with "center.tga". That should be work Sorry for my bad English -
Fixed!