Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple demo locations #175

Open
ajohnsen opened this issue Jul 26, 2016 · 8 comments
Open

Multiple demo locations #175

ajohnsen opened this issue Jul 26, 2016 · 8 comments

Comments

@ajohnsen
Copy link
Contributor

Add possibility to add multiple csgo demo folder locations.
I would love this because i keep some demos separated by service (MM/FACEIT/ESEA)

The stats gui already have a button to filter by folder right(?)

@Engoni
Copy link

Engoni commented Nov 13, 2016

I would love to have this as well, have a lot of demos now.

@bugdone
Copy link
Owner

bugdone commented Nov 14, 2016

You have them on different drives?

@ajohnsen
Copy link
Contributor Author

At least i have them on different drives.

@Engoni
Copy link

Engoni commented Nov 14, 2016

I would like to have them on different drives, its a pain to have to move my matchmaking replays to a different drive every match, I have CSGO installed on an ssd, so I don't want to have all the replays there as well.

OT: I would also like to have a way to skip the warmup on highlights, and be able to watch my highlights from the pov of the enemy, like csgo demo manager have.
What would also be nice is to have a way to have auto director only spectate your own team.
Keep up the good work!

@simbee
Copy link

simbee commented Mar 21, 2017

This would be a nice feature!

@xChr11s
Copy link

xChr11s commented Oct 24, 2017

I would love to see this is in a future update. Hope you can implement it !

@Synt3x
Copy link

Synt3x commented Aug 12, 2018

In #214 @bugdone said that headshotbox does recursively search. You can use symbolic link to connect different folder to the "demo folder". Until headshotbox can manage multiple demo location.

Here is some guides:
Win: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink
Linux: https://www.computerhope.com/unix/uln.htm

I know this is a old issue, but some other might run into this problem.

@SenorGocer
Copy link

2020 here, but since I came across the same issue, (and so will others), I'll post a solution to that, so our lovely devs can focus on other things.
Just as @Synt3x mentioned, hsbox makes good use of symbolic links.

So, if you want to use multiple demo locations:

  1. Determine your master folder
  2. Enter the path of the master folder into your hsbox config
  3. Create subfolders or parse demos directly in that folder
  4. For every additional "location", create a symbolic link:
    • Open CMD
    • mklink /j "newLocationPath" "sourceLocationPath"

In my case it would look something like this:
I have D:\FILES\CSGO Replays entered as my demo folder path.
The folder "Current Demos" on my D drive links to my main CSGO replays folder on my C drive. Achieved by using this command:
mklink /j "D:\FILES\CSGO Replays\Current Demos" "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\replays"
exmpl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants