@GigaToni
hmm ... what are you so surprised ???
engines are the same, the artists are different)))
@GigaToni
hmm ... what are you so surprised ???
engines are the same, the artists are different)))
Because it was not mentioned here before ?! The thread owner literally just posted 2 picture the link and password.. c'mon. At least a picture of the files would had been enough to realize that this is garbage. (as far as I remember) Nobody got the actual AoW code running. Because it was missing stuff.
Last edited by GigaToni; 12-07-15 at 03:59 PM.
I don't know if it is same version, but if anyone have interest in download and check:
Download:http://pan.baidu.com/s/1bnlIaw3 PW:a0oj
PW to extract: 庸人方自扰
how old this files?
Yep, this src is nice, but while compilling in vs 2013, this error gives me shit feeling:
std::string& effect = *careEffectIter;Client project ofc^^error C2440: 'initializing' : cannot convert from 'const std::basic_string<char,std::char_traits<char>,std::allocator<char>>' to 'std::string &'
@Edit:
Okay, since I am poor c++ coder (c# ftw) still I managed to fix the issue:
Change this:
To this:std::string& effect = *careEffectIter;
Use it, only when you are using VS2013. File: World.cpp, line: 1598std::string effect = careEffectIter->c_str();
Last edited by SigYee; 12-07-15 at 11:23 PM.
Well i have those files over a year i think (kuangren*) and thought that they are newer but as far as i remember DNC confirmed that they are the same so i decide to not release them.
p.s Those files arent rare, you can find them easily in most chinese forums. The price in soke163 wasnt high so probably those also is missing full mongo databases and correct client (you can ask @adastmin for more info, he worked on that for some time)
Real name: 狂刃 = Age of Weapon / BladeCraft / Mad Edge etc 215
Nope game client. 3 games released on this engine are not working. The files were not completely fused. Alpha version of the file. At the time of discharge, even fiction datapak ready for the client.
Agreed, somewhat newer, but the source is the same. Well, if you mess a bit with chinese forums/games you might notice that chineses likes to "repack" old files (adding some extra docs or such) and release them as newer etcFor example i have like 5-6 versions of JX3 source..
770