[SAMMELTHREAD] Metin2 Source Compile Tips/Tuts

08/25/2014 03:55 deco016#481
Quote:
Originally Posted by trixored View Post
I try compile game from mainline_released (sg) but I have 1 error:

Code:
/usr/bin/ld: cannot find -lgtest
What can I install?
cd /usr/ports/devel/googletest && make install clean
08/27/2014 11:04 makralovag#482
Help :(
Quote:
linking ../game_rUnversioned directory_32....
g++: directory_32: No such file or directory
gmake: *** [../game_rUnversioned] Error 1
08/29/2014 17:03 killa673#483
Little Tip for you Guys,

if you compile the Novaline game and your Quests are buggy,
take the following files from mainline_released:

Questmanager.cpp
Questpc.cpp
Packet.h

and overwrite the files in novaline with it, compile and all
Quests work perfectly
08/31/2014 00:10 socressor#484
Gibt es schon eine info wie man 6 / 7 Boni aktivieren kann?
08/31/2014 01:26 Avulsed#485
Quote:
Originally Posted by socressor View Post
Gibt es schon eine info wie man 6 / 7 Boni aktivieren kann?
Öffne die char_item.cpp und such nach 71051 bzw. 71052. Darunter müsste sich die folgende Abfrage befinden:

Code:
if (LC_IsEurope() || LC_IsSingapore() || LC_IsVietnam())
	return false;
Die bei beiden einfach auskommentieren.
09/04/2014 22:41 LKF Official#486
Hi, could anyone help me solving this errors?
Thanks!
10/05/2014 14:31 .Puma#487
Kann mir jemand eventuell verraten weshalb, wenn ich novaline compile und versuche die game zu starten sich einfach überhaupt nichts tut?
10/05/2014 18:54 kstmr#488
Quote:
Originally Posted by MakkeNN View Post
who have source pls link.
THX
[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by trixored View Post
I try compile game from mainline_released (sg) but I have 1 error:

Code:
/usr/bin/ld: cannot find -lgtest
What can I install?
googletest from port
Quote:
Originally Posted by makralovag View Post
Help :(
open your makefile then search for
Code:
SVN_VERSION = $(shell svnversion -n .)
change it to
Code:
SVN_VERSION = 40250
or search
Code:
P4_VERSION = $(shell svnversion -n .)
and change it to
Code:
P4_VERSION = 40250
anything like this its on the first 10 lines
Quote:
Originally Posted by LKF Official View Post
Hi, could anyone help me solving this errors?
Thanks!
they are all waring igonr them for now
10/05/2014 19:14 MrLibya#489
how to install boost-all (devel/boost-all)
10/05/2014 22:37 drunkwolfs#490
What revision?
What is the latest version?
What is the stable version?
What is the latest and stable version?

Dev
dev_wolf_branch
mainline
mainline_cython
mainline_released
mainline_w2.0
mainline_w2.1
novaline
10/06/2014 07:00 Yiv#491
Quote:
Originally Posted by drunkwolfs View Post
What revision?
What is the latest version?
What is the stable version?
What is the latest and stable version?

Dev
dev_wolf_branch
mainline
mainline_cython
mainline_released
mainline_w2.0
mainline_w2.1
novaline
In my opinion the best branch you can use is mainline because it's the cleanest (as I said, in my opinion). For the client I'm using mainline_released but I heard that every client files in the branches are the same. For the tools I suggest you to take a look into novaline.

Regards
10/06/2014 16:51 DemoroCZ#492
Hello, i have problem with my client binary (novaline), client freeze after loading... Please can someone help me? Thanks :)
syserr:
10/07/2014 03:11 zbyrol#493
Hello, i have problem with my "game" novaline (novaline), Please can someone help me? Thanks

ERROR_LOG.TXT:



Hello, i have problem with my client binary (novaline) ... Please can someone help me? Thank

Error log...;
Code:
http://icrazy.eu/code/GT7kYMZB
11/16/2014 20:35 Benhero#494
Hey, i have to try do compile "qc (questcore)" with Visual Studi 2013.
How can i do it?
I get this Erros:
[Only registered and activated users can see links. Click Here To Register...]
Thanks..

Greatz Benhero
11/19/2014 20:39 Laben#495
please help i get "iter" erroes what is

[Only registered and activated users can see links. Click Here To Register...]