|
You last visited: Today at 15:02
Advertisement
Visual Studio 2017 Source + Files
Discussion on Visual Studio 2017 Source + Files within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.
10/28/2020, 01:19
|
#286
|
elite*gold: 0
Join Date: Mar 2018
Posts: 155
Received Thanks: 54
|
Quote:
Originally Posted by Rhisiss
Hello,
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?
Yes.
|
|
|
10/31/2020, 16:09
|
#287
|
elite*gold: 0
Join Date: Jul 2019
Posts: 2
Received Thanks: 0
|
Quote:
Originally Posted by Tweeney
Code:
-What do I need to do to compile this code
Code:
As the title says "Visual Studio 2017" and up (2019).
|
Yes, but how, there are no guides on how to compile the code, at least as far as I can search, there are no guides to compile.
Thank you for all the other clarifications.
|
|
|
05/04/2021, 19:00
|
#288
|
elite*gold: 0
Join Date: May 2021
Posts: 33
Received Thanks: 0
|
Hallo zusammen,
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.
Weiß wer was das Problem sein könnte?
Viele Grüße
|
|
|
05/05/2021, 14:58
|
#289
|
elite*gold: 0
Join Date: Aug 2016
Posts: 308
Received Thanks: 372
|
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. @
|
|
|
07/30/2021, 19:11
|
#290
|
elite*gold: 0
Join Date: Jun 2013
Posts: 2
Received Thanks: 0
|
schon n paar tage her das hier was passiert ist aber gibts zufällig bei github n repository wo mehrere dran arbeiten?
|
|
|
08/09/2021, 17:01
|
#291
|
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
|
Quote:
Originally Posted by zipmo
schon n paar tage her das hier was passiert ist aber gibts zufällig bei github n repository wo mehrere dran arbeiten?
|
Open Source Contribution? Im Flyff Bereich?
Wohl eher kaum.
|
|
|
08/22/2021, 01:30
|
#292
|
elite*gold: 0
Join Date: Jun 2013
Posts: 2
Received Thanks: 0
|
@  ,
erstmal danke für die info,
kennst du dich im open source mmobereich n wenig aus?
|
|
|
10/02/2021, 04:16
|
#293
|
elite*gold: 0
Join Date: Sep 2021
Posts: 27
Received Thanks: 3
|
Hello all, how to fix this ?
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
|
|
|
10/02/2021, 17:11
|
#294
|
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
|
Quote:
Originally Posted by ryandif
Hello all, how to fix this ?
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).
|
|
|
10/03/2021, 01:07
|
#295
|
elite*gold: 0
Join Date: Sep 2021
Posts: 27
Received Thanks: 3
|
Ah okay how to fix this?
|
|
|
10/04/2021, 13:27
|
#296
|
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
|
Quote:
Originally Posted by ryandif
Ah okay how to fix this?
|
Easy way: Define Macros like stated in
Code:
#define _CRT_NONSTDC_NO_DEPRECATE
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_DEPRECATE
"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).
|
|
|
09/25/2023, 22:40
|
#297
|
elite*gold: 0
Join Date: May 2016
Posts: 1
Received Thanks: 0
|
ich bekomme immer die Meldung "Login details incorrect" sobald ich mich einloggen möchte.
Server, DB läuft alles ohne Probleme und bekomme auch keine Fehlermeldung. Account ist ebenfalls erstellt.
Kann hier einer weiterhelfen? Danke.
|
|
|
08/05/2024, 11:04
|
#298
|
elite*gold: 165
Join Date: Aug 2024
Posts: 11
Received Thanks: 0
|
Server List Problem
Servus Sorry das ich den Alten post wieder zum Leben Erwecke aber evt bekomme ich hier ja Hilfe.
Und zwar Läuft der V15 Source Server soweit kann mich auch einloggen nur lässt er mich nicht weiter als die Server List da spackt er dann ab.
P.s IP und evt Password sind nur entfernt.
Das ist in der AccountServer.ini
Code:
AddTail( -1, 1, "Kenina", "MyIp", 0, 1, 1000 );
AddTail( 1, 1, "Channel-1", "MyIp", 1, 1, 1000 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "sa"
DB_PWD_LOGIN "myPassword"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "sa"
DB_PWD_LOG "myPassword"
MSG_VER "20100412"
TEST
SKIP_TRACKING
NOLOG
und hier die LoginServer.ini
Code:
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
|
|
|
08/06/2024, 07:57
|
#299
|
elite*gold: 0
Join Date: Mar 2013
Posts: 204
Received Thanks: 38
|
Quote:
Originally Posted by Kenina
Servus Sorry das ich den Alten post wieder zum Leben Erwecke aber evt bekomme ich hier ja Hilfe.
Und zwar Läuft der V15 Source Server soweit kann mich auch einloggen nur lässt er mich nicht weiter als die Server List da spackt er dann ab.
P.s IP und evt Password sind nur entfernt.
Das ist in der AccountServer.ini
Code:
AddTail( -1, 1, "Kenina", "MyIp", 0, 1, 1000 );
AddTail( 1, 1, "Channel-1", "MyIp", 1, 1, 1000 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "sa"
DB_PWD_LOGIN "myPassword"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "sa"
DB_PWD_LOG "myPassword"
MSG_VER "20100412"
TEST
SKIP_TRACKING
NOLOG
und hier die LoginServer.ini
Code:
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
|
|
|
08/07/2024, 16:45
|
#300
|
elite*gold: 165
Join Date: Aug 2024
Posts: 11
Received Thanks: 0
|
Quote:
Originally Posted by flyffdev
Run neuz instead of Neuz.exe sunkist to neuz.exe YourIP
|
Ich verstehe das nicht wirklich ^^
Gerade verstehe ich nur Bahnhof Sorry xD
Hier mal ein Bild davon wo es bei mir hängt.
|
|
|
 |
|
Similar Threads
|
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...
|
All times are GMT +1. The time now is 15:03.
|
|