BladeCraft full source file size:4G

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    only asm, only hardcore! lastfun is offline
    MemberRank
    Apr 2012 Join Date
    RussiaLocation
    422Posts

    Re: BladeCraft full source file size:4G

    @GigaToni
    hmm ... what are you so surprised ???
    engines are the same, the artists are different)))

  2. #17
    Moderator GigaToni is offline
    ModeratorRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    Re: BladeCraft full source file size:4G

    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.

  3. #18
    Account Upgraded | Title Enabled! InCube is offline
    MemberRank
    Feb 2013 Join Date
    United KingdomLocation
    826Posts

    Re: BladeCraft full source file size:4G

    Quote Originally Posted by GigaToni View Post
    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.
    this source isn't missing anything. All you need to do is fix linking problems. If there might be something missing, then see if aow has and copy from there. it isn't a big problem.

  4. #19
    Moderator GigaToni is offline
    ModeratorRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    Re: BladeCraft full source file size:4G

    Quote Originally Posted by InCube View Post
    this source isn't missing anything. All you need to do is fix linking problems. If there might be something missing, then see if aow has and copy from there. it isn't a big problem.
    Except that the folders are the same, and contain the same files. (Just some *.c *.cpp *.h files are modified.)

  5. #20
    Viserion is online now
    MemberRank
    Jan 2009 Join Date
    1,108Posts

    Re: BladeCraft full source file size:4G

    I don't know if it is same version, but if anyone have interest in download and check:
    Downloadhttp://pan.baidu.com/s/1bnlIaw3 PW:a0oj
    PW to extract: 庸人方自扰

  6. #21
    Developer papka is offline
    MemberRank
    Jul 2004 Join Date
    KievLocation
    536Posts

    Re: BladeCraft full source file size:4G

    how old this files?

  7. #22
    Account Upgraded | Title Enabled! InCube is offline
    MemberRank
    Feb 2013 Join Date
    United KingdomLocation
    826Posts

    Re: BladeCraft full source file size:4G

    Quote Originally Posted by GigaToni View Post
    Except that the folders are the same, and contain the same files. (Just some *.c *.cpp *.h files are modified.)
    Well there isn't much to edit to be honest. Everything pretty much compiles on VS2013 except for linking problems.

    - - - Updated - - -

    Quote Originally Posted by Viserion View Post
    I don't know if it is same version, but if anyone have interest in download and check:
    Downloadhttp://pan.baidu.com/s/1bnlIaw3 PW:a0oj
    PW to extract: 庸人方自扰
    That's devil hunter source code.

  8. #23
    Apprentice SigYee is offline
    MemberRank
    Aug 2013 Join Date
    16Posts

    Re: BladeCraft full source file size:4G

    Yep, this src is nice, but while compilling in vs 2013, this error gives me shit feeling:
    std::string& effect = *careEffectIter;
    error C2440: 'initializing' : cannot convert from 'const std::basic_string<char,std::char_traits<char>,std::allocator<char>>' to 'std::string &'
    Client project ofc^^
    @Edit:

    Okay, since I am poor c++ coder (c# ftw) still I managed to fix the issue:

    Change this:
    std::string& effect = *careEffectIter;
    To this:

    std::string effect = careEffectIter->c_str();
    Use it, only when you are using VS2013. File: World.cpp, line: 1598
    Last edited by SigYee; 12-07-15 at 11:23 PM.

  9. #24
    Valued Member Dzver is offline
    MemberRank
    Apr 2013 Join Date
    137Posts

    Re: BladeCraft full source file size:4G

    Quote Originally Posted by GigaToni View Post
    Except that the folders are the same, and contain the same files. (Just some *.c *.cpp *.h files are modified.)
    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

  10. #25
    Moderator GigaToni is offline
    ModeratorRank
    Aug 2009 Join Date
    GER / FRLocation
    2,329Posts

    Re: BladeCraft full source file size:4G

    Quote Originally Posted by Dzver View Post
    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
    FINALLY somebody who confirms I'm right '-.-.

    I had the download link too, but no password :P. They're somewhat newer.

  11. #26
    The Cyber Fox adastmin is offline
    MemberRank
    Feb 2011 Join Date
    WashingtonLocation
    405Posts

    Re: BladeCraft full source file size:4G

    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.

  12. #27
    Valued Member Dzver is offline
    MemberRank
    Apr 2013 Join Date
    137Posts

    Re: BladeCraft full source file size:4G

    Quote Originally Posted by GigaToni View Post
    FINALLY somebody who confirms I'm right '-.-.

    I had the download link too, but no password :P. They're somewhat newer.
    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 etc For example i have like 5-6 versions of JX3 source..
    770

  13. #28
    Viserion is online now
    MemberRank
    Jan 2009 Join Date
    1,108Posts

    Re: BladeCraft full source file size:4G

    Quote Originally Posted by Dzver View Post
    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 etc For example i have like 5-6 versions of JX3 source..
    770
    Do you have any1 complete source of JX3?



Page 2 of 2 FirstFirst 12

Advertisement