I'm here to ask for some help, and also thank you guys for the effort done to upkeep and retain flyff's source to this day.
As a foreword, I'm asking for advice, so I can experience my love for flyff without having to play by arbitrary rules. I've looked up several guides and tutorials but most of them entail using VS 2003 and none explain how to compile this code. I just want to play the full game solo with a goal of completionism without having to spend thousands of euros.
My questions are:
-Could I use Sedrika's guide for the v15 client to do the SQL section?
-What do I need to do to compile this code, if you don't wish to give me an exact reply to not saturate the market, could you please direct me in the correct path seeing as I've sought for two days to find concrete instructions or explanations and couldn't find anything, or even message me on discord. Gibby#8582
-Once the files are compiled, can I follow any ordinary guide?
Thank you in advance, and my sincerest apologies for not being technically literate.
Code:
-Could I use Sedrika's guide for the v15 client to do the SQL section?
Yes it same.
Code:
-What do I need to do to compile this code
As the title says "Visual Studio 2017" and up (2019).
Code:
-Once the files are compiled, can I follow any ordinary guide?
Ich bekomme beim Compilen den folgenden Fehler:
8>BSCMAKE : error BK1520: Internes Limit ³berschritten: Die Quelldatenbankdatei kann nicht generiert werden. Erwõgen Sie, die Option "/FR" oder "/Fr" aus der Befehlszeile des Compilers zu entfernen.
8>Die Erstellung des Projekts "WorldServer.vcxproj" ist abgeschlossen -- FEHLER.
Die Option "/FR" bzw. "/Fr" habe ich bereits aus der kompletten Projektmappe entfernt bzw. ausgeschaltet.
Die eigentlichen Projekteinstellungen sind nicht optimiert für neuere Build Tools. Leider reicht das Ändern einer Projektoption nicht, da aus älteren Versionen noch datei-spezifische precompiled header settings etc drinstecken, die musst du manuell entfernen. Wenn ich mich recht erinnere war das entweder in der sln oder der vcxproj datei des jeweiligen Projekts. @
1>c:\users\ryan\desktop\flyff-vs17\source\_common\script.cpp(578): warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\stdlib.h(1323): note: voir la déclaration de 'itoa'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\script.cpp(601): warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\stdlib.h(1323): note: voir la déclaration de 'itoa'
1>guild.cpp
1>guildquest.cpp
1>GuildRender.cpp
1>guildwar.cpp
1>party.cpp
1>Camera.cpp
1>Environment.cpp
1>Respawn.cpp
1>SkyBox.cpp
1>TerrainMng.cpp
1>World.cpp
1>World3D.cpp
1>WorldEnvironment.cpp
1>WorldFile.cpp
1>WorldIntersect.cpp
1>worldmng.cpp
1>2DRender.cpp
1>Génération de code en cours...
1>Compilation en cours...
1>EditString.cpp
1>File.cpp
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(167): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(171): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(231): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(300): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(729): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(750): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(761): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(799): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>Graphic3D.cpp
1>Music.cpp
1>Music2.cpp
1>path.cpp
1>targa.cpp
1>timer.cpp
1>vutil.cpp
1>c:\users\ryan\desktop\flyff-vs17\source\_common\vutil.cpp(412): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>xUtil.cpp
1>c:\users\ryan\desktop\flyff-vs17\source\_common\xutil.cpp(318): warning C4996: 'GetVersionExA': a été déclaré déconseillé
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\sysinfoapi.h(378): note: voir la déclaration de 'GetVersionExA'
1>xUtil3D.cpp
1>ClientMsg.cpp
I have install all MFC lib and other , where this error ? thanks for help
How to fix lib found please ? i am not dev, thanks
1>c:\users\ryan\desktop\flyff-vs17\source\_common\script.cpp(578): warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\stdlib.h(1323): note: voir la déclaration de 'itoa'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\script.cpp(601): warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _itoa. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\stdlib.h(1323): note: voir la déclaration de 'itoa'
1>guild.cpp
1>guildquest.cpp
1>GuildRender.cpp
1>guildwar.cpp
1>party.cpp
1>Camera.cpp
1>Environment.cpp
1>Respawn.cpp
1>SkyBox.cpp
1>TerrainMng.cpp
1>World.cpp
1>World3D.cpp
1>WorldEnvironment.cpp
1>WorldFile.cpp
1>WorldIntersect.cpp
1>worldmng.cpp
1>2DRender.cpp
1>Génération de code en cours...
1>Compilation en cours...
1>EditString.cpp
1>File.cpp
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(167): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(171): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(231): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(300): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(729): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(750): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(761): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>c:\users\ryan\desktop\flyff-vs17\source\_common\file.cpp(799): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>Graphic3D.cpp
1>Music.cpp
1>Music2.cpp
1>path.cpp
1>targa.cpp
1>timer.cpp
1>vutil.cpp
1>c:\users\ryan\desktop\flyff-vs17\source\_common\vutil.cpp(412): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strlwr. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\ucrt\string.h(555): note: voir la déclaration de 'strlwr'
1>xUtil.cpp
1>c:\users\ryan\desktop\flyff-vs17\source\_common\xutil.cpp(318): warning C4996: 'GetVersionExA': a été déclaré déconseillé
1>c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\sysinfoapi.h(378): note: voir la déclaration de 'GetVersionExA'
1>xUtil3D.cpp
1>ClientMsg.cpp
I have install all MFC lib and other , where this error ? thanks for help
How to fix lib found please ? i am not dev, thanks
Those are warnings only, they won't stop the compilation/linking process (except your Warn-Level ist set too high).
"Hard" way: Implement the secure funtions like mentioned (which is just renaming most of the calls with an underscore ("_") prefixing the function names (like the warnings even state).
DB "127.0.0.1" // DB-ip-address
Core "127.0.0.1" // Core-ip-address
AddCache("MyIp");
MSG_VER "20100412" // must match Neuz.exe, if not set default = "20100412"
und wen ich bei der Server List bin und auf weiter Klicke kommt Folgendes.
Code:
Cannot connect to the game.
Please chek the network
DB "127.0.0.1" // DB-ip-address
Core "127.0.0.1" // Core-ip-address
AddCache("MyIp");
MSG_VER "20100412" // must match Neuz.exe, if not set default = "20100412"
und wen ich bei der Server List bin und auf weiter Klicke kommt Folgendes.
Code:
Cannot connect to the game.
Please chek the network
Run neuz instead of Neuz.exe sunkist to neuz.exe YourIP
Metin2 und Visual Studio Source.. 09/15/2016 - Metin2 Private Server - 0 Replies Tagchen,
ich habe derweil ein ziemlich ärgerliches Problem und bräuchte
die Hilfe von Erfahrenen Usern. Ich habe von den Kori Files
Version 1.3
Die Source vom Client sowie Server. Ich installierte mir also
Visual Studio 2008 und dann SP1 und danach wieder rum
Visual Studio 2015 Community. Das Problem was nun besteht
visual studio source code einfügen? 01/21/2015 - General Coding - 2 Replies hej leute, ich würde gerne einen bestehenden source code auf nem spiel benutzen, aber wie geht das genau? kann mir einer ein video schicken, oder sagen wie das geht bzw. wie man den aktiviert?
Source upgrade auf Visual Studio 2010 07/20/2014 - Flyff Private Server - 5 Replies Warnung 1 warning C4996: 'SymEnumerateSymbols': wurde als veraltet deklariert
Wie kann man es beheben?
Alternativen zu Visual Studio wegen Source 05/31/2011 - Flyff Private Server - 17 Replies Hallo Leute ich weis nicht wo das hingehört, also poste ich es hier hin: Ich möchte gerne die Source bearbeiten... Naja brauch man ja bekanntlich Visual Studio 2003... Dies kostet ja etwas, aber da ich das Geld nicht habe wollte ich fragen ob ich die Source auch einfach irgendwie mim Editor oder so bearbeiten kann?!? Eigentlich geht es am Ende nur über´s abspeichern, das alles in den richtigen dateien im Output ordner landet...
Wenn es da keine alternative gibt, kann man auch alles was man...