Hello. I installed Spring using spring-installer_790_5-19-2009_i386.run . Now spring does not see my data (config,maps,mods,etc.) which are located in $HOME/.spring
How can i setup things so that spring/springlobby will keep "user files" in user dir instead of trying to use the dir in which it was installed?
I tried various configuration options and it just does not work. I tried searching forums but did not find any working solution.
TIA
spring data dir paths
Moderator: Moderators
Re: spring data dir paths
Adjusted your .springrc?
Re: spring data dir paths
I adjusted it but it didn't seem to work for springlobby. Which entries should i use?lurker wrote:Adjusted your .springrc?
Re: spring data dir paths
A bit dirty but it should work how you want:
Code: Select all
rmdir ~/Spring/maps
rmdir ~/Spring/mods
ln -s ~/.spring/maps ~/Spring/maps
ln -s ~/.spring/mods ~/Spring/mods
Re: spring data dir paths
Maybe try this....
make sure there is a line that says:
Code: Select all
sudo pico /etc/spring/datadir
Code: Select all
$HOME/.spring
Re: spring data dir paths
also note that (afaik) there's no variable substitution nor ~ expansion when reading from .springrc
Re: spring data dir paths
There is. Unless someone broke/removed it of course 
(Only variable substitution though; ~ isn't interpreted specially at all.)

(Only variable substitution though; ~ isn't interpreted specially at all.)
Re: spring data dir paths
come to think of it, wouldn't have made much sense to have var substitution in the global file and not the user one...
i'll use today being sunday as an excuse for not thinking before speaking
i'll use today being sunday as an excuse for not thinking before speaking
