MMOCoin

Likes Likes:  0
Results 1 to 10 of 14

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Scout

    Join Date
    Jan 2010
    Posts
    9
    Post Thanks / Like
    Rep Power
    17
    Reputation
    17
    After being frustrated for weeks at having to apply the same fixed for linux compiles over and over, I decided to create my own repo and fix them there. Both Core & Branch contain updated AHbot and playerbot branches as well as a combined branch that has both.Though my repo was create with linux users in mind, it should work just fine for Windows users as well.

    http://github.com/skinlayers



    evo-X-Core is exactly the same as the beleko repo, except for I've added Branch commit 65. This fixes the compile errors that was breaking building the source under linux.

    evo-X-Branch is a little different. I have no real interest in 3.3.3 until the client is officially released. I want to maintain compatibility with the current 3.3.2 client. So what I've done is fork evo-X-Branch at commit 59 (the last to support 3.3.2), and back ported Branch commits 60 - 82 (83 was a 3.3.3 PTR specific update). That way, I can have 3.3.2 clients but also have all of the updates up to Branch 83.


    For evo-X-Core 492

    After cloning my repo with:
    Code:
    git clone git://github.com/skinlayers/evo-X-Core.git
    For AHbot:
    Code:
    cd evo-X-Core
    git checkout origin/ahbot
    git checkout -b ahbot
    For playerbot:
    Code:
    cd evo-X-Core
    git checkout origin/playerbot
    git checkout -b playerbot
    For both AHbot & playerbot:
    Code:
    cd evo-X-Core
    git checkout origin/combined
    git checkout -b combined
    For evo-X-Branch 82/83

    After cloning my repo with:
    Code:
    git clone git://github.com/skinlayers/evo-X-Branch.git
    For AHbot:
    Code:
    cd evo-X-Branch
    git checkout origin/ahbot
    git checkout -b ahbot
    cd evo-X-Core-3.2.2
    For playerbot:
    Code:
    cd evo-X-Branch
    git checkout origin/playerbot
    git checkout -b playerbot
    cd evo-X-Core-3.2.2
    For both AHbot & playerbot:
    Code:
    cd evo-X-Branch
    git checkout origin/combined
    git checkout -b combined
    cd evo-X-Core-3.2.2
    Enjoy!
    skinlayers
    Last edited by skinlayers; 26-02-10 at 02:51 PM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Elite Member
    Dimman's Avatar
    Join Date
    Apr 2009
    Posts
    1,091
    Post Thanks / Like
    Rep Power
    22
    Reputation
    319
    Evo-x is a private core now right ? I think sajja closed it because people shared it without credits sad but true. lol
    No touching please.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •