Page 1 of 1

Folder Juggling and windows

Posted: 09 Oct 2011, 01:15
by AF
I have 3 folders.

D:\Spring\
C:\Users\Tom J Nowell\Documents\My Games\Spring
C:\Program Files (x86)\Spring

It would appear I can only use content in the latter 2. Placing Junctions and symbolic links has zero effect.

Under linux this can easily be sorted using a single file to add a third location. I'm under windows however and I cannot find a definitive answer.

C drive is an SSD, hence why i put spring on it. D drive is a 500GB drive filled with spring stuff. Copying everything from D to C is unacceptable ( and somewhat impossible )

Re: Folder Juggling and windows

Posted: 09 Oct 2011, 11:48
by Forboding Angel
just put your user folder and program files on d

http://www.windows7home.net/how-to-move ... ws-7vista/

Re: Folder Juggling and windows

Posted: 09 Oct 2011, 12:24
by Forboding Angel

Re: Folder Juggling and windows

Posted: 09 Oct 2011, 16:04
by jK
check your infolog.txt, it tells you what folders are scanned.

Re: Folder Juggling and windows

Posted: 09 Oct 2011, 20:13
by AF
This question is not about finding out which folders are scanned.

This question is about adding folders to be scanned. I want the superfast loading of an SSD for the spring engine itself and shared archives, and the capacity of the HD for everything else

Re: Folder Juggling and windows

Posted: 09 Oct 2011, 20:53
by Forboding Angel
Oh, I misread your post to say that you were trying to move your user folder and program files but your symlinks weren't working.

Re: Folder Juggling and windows

Posted: 10 Oct 2011, 13:14
by Beherith
Spring on an SSD, you say? Out of curiosity, what load times do you get? Is your OS also on SSD?
Im looking to upgrade soon, what size SSD would you recommend?

Re: Folder Juggling and windows

Posted: 10 Oct 2011, 16:38
by AF
You can get 128GB drives for under £1 per GB now ( conversion to your currency pending ).

I've got a 64GB drive, Windows is super fast. I can't comment on spring as I've set it up now to use the install on the hard drive so I can use my content, but it's certainly an improvement on everyday use. Shutdown startup, opening programs, general responsiveness all go through the roof.

I would advise using a HD for your wares and only storing OS and dev tools on an SSD if it's a small drive. I've shifted Steam, My docs etc off to my HD so I always have room.

I wanted to plonk all the spring base content and any projects I have/BA on the SSD but it doesn't appear possible to have that and keep the engine itself on the SSD without loosing my large archive of content on the HD.

Re: Folder Juggling and windows

Posted: 10 Oct 2011, 17:00
by jK
spring --list-config

Code: Select all

  "SpringData": {
    "declarationFile": "/mnt/d/spiele/spring.git/rts/System/FileSystem/DataDirLocater.cpp",
    "declarationLine": 32,
    "description": "List of addidional data-directories, separated by ';' on windows, ':' on other OSs",
    "defaultValue": "",
    "type": "std::string"
  },
Still it doesn't make sense to have the spring executable on a SDD. It's not the executable that needs time to load, it's the content.

Re: Folder Juggling and windows

Posted: 10 Oct 2011, 18:04
by AF
Ah so I'm better off using my HD for the engine and content, and shifting the important content files/most used onto the SSD