What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Easy update refference Approach

@alisha

Well-Known Member
Joined
Sep 29, 2012
Messages
4,063
Reaction score
21
This approach will be helpful for Devs who have many projects and also trying to always use latest nightly of HB, which have hight update rate, for projects you are working on.

The goal is make updating HB reference such as
Code:
Honorbuddy.exe
GreyMagic.dll
Tripper.RecastManaged.dll
Tripper.Tools.dll
maximum easy :)

It's really stand forward, but can be not quite obviously, so maybe someone not using it still and can start from now :)

So, lets start:
  • Create directory where actual versions of dll will be saved, for example:
    PHP:
    E:\!DEV\!Reference\
    , all new versions of files, we use for reference we will save there
    attachment.php

  • Some of you maybe use in reference real path to HB, where it's located, for example:
    PHP:
    E:\HB\HonorbuddyNightly 2.5.14737.2202
    and in this case as versions changed you will need to edit reference in each project.

    Which can be pain in ass if you have many.

    Also having HB in one folder always, not good enough, as at some point you may need older version, so it's a good approach to have this system (each HB version on own directory), with one small change for our purpose:

    After you downloaded and unziped new HB version, copy files you will reference to folder we created early, and reference them instead in your projects.
    attachment.php

  • Once you done this, you will newer need to edit existing reference, just overwrite files in
    PHP:
    E:\!DEV\!Reference\
    and restart Visual Studio - Profit :)

Hope this will help someone of you to make your life a little bit easy ^_^
 

Attachments

  • 2015-12-31_135927.webp
    2015-12-31_135927.webp
    10 KB · Views: 35
  • 2015-12-31_140737.webp
    2015-12-31_140737.webp
    15.3 KB · Views: 35
Back
Top