@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
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:
Hope this will help someone of you to make your life a little bit easy ^_^
The goal is make updating HB reference such as
Code:
Honorbuddy.exe
GreyMagic.dll
Tripper.RecastManaged.dll
Tripper.Tools.dll

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\
- 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
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.
- Once you done this, you will newer need to edit existing reference, just overwrite files in
PHP:
E:\!DEV\!Reference\
Hope this will help someone of you to make your life a little bit easy ^_^