Getting Spring on Max OS X Snow Leopard Started

Getting Spring on Max OS X Snow Leopard Started

Discuss everything related to compiling and running Spring on Mac OS X.

Moderator: Moderators

Post Reply
User avatar
Vanos
Posts: 4
Joined: 05 Jun 2012, 19:26

Getting Spring on Max OS X Snow Leopard Started

Post by Vanos »

Hi yall,

This game engine seems pretty sweet, but is intensely frustrating. I downloaded the Mac package, but have no idea how to install games and maps into it. None of the directories appear to be existent. I would love to get this working, but the Spring app appears to be stand-alone...creating no directories for its files.

Help me out please? :oops:
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Re: Getting Spring on Max OS X Snow Leopard Started

Post by SinbadEV »

You might be looking for http://springrts.com/phpbb/viewtopic.php?f=65&t=27273

according to that you are looking for:

~/.spring/games for you game or mod content packages

~/.spring/maps for your maps

do those locations exist?
User avatar
CarRepairer
Cursed Zero-K Developer
Posts: 3359
Joined: 07 Nov 2007, 21:48

Re: Getting Spring on Max OS X Snow Leopard Started

Post by CarRepairer »

Use http://weblobby.springrts.com/ to log into the lobby for realtime assistance. There are also multiplayer instructions for Mac users in the Help tab.
User avatar
Vanos
Posts: 4
Joined: 05 Jun 2012, 19:26

Re: Getting Spring on Max OS X Snow Leopard Started

Post by Vanos »

No...none of those folders are created...so go through and create them myself and hope it reads them?

---The .spring folder is supposed to be in you home directory?
User avatar
daftalx
Posts: 89
Joined: 30 May 2010, 11:56

Re: Getting Spring on Max OS X Snow Leopard Started

Post by daftalx »

Vanos wrote:No...none of those folders are created...so go through and create them myself and hope it reads them?

---The .spring folder is supposed to be in you home directory?
Both folders are supposed to be created at first run of the standalone app (just in case you don't know, the .spring folder is hidden so won't appear in your Finder unless you activate the appropriate option).
And yes, if you create them yourself Spring will read them, that's where spring looks by default unless you change paths in the settings file

In any case, you shouldn't bother too much about folders at this point. Now that you have an engine, you need a lobby to connect to the server and players. I suggest you start with NotaLobby (cf. http://springrts.com/phpbb/viewtopic.php?f=64&t=27289 and http://springrts.com/phpbb/viewtopic.php?f=64&t=28180), or Springlobby (springlobby.info). Both will let you join games with automatic game/map download (most of the time)
User avatar
Vanos
Posts: 4
Joined: 05 Jun 2012, 19:26

Re: Getting Spring on Max OS X Snow Leopard Started

Post by Vanos »

To reveal hidden folders, in the terminal:

defaults write com.apple.Finder AppleShowAllFiles TRUE

killall Finder

This will reveal the .spring folder in your home directory and then, since the maps and mods folders are not there, one simply has to create them.

***note the "killall Finder" relaunches finder to show files.

To hide them again, do the same thing, but change "TRUE" to "FALSE"
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Getting Spring on Max OS X Snow Leopard Started

Post by hoijui »

a common technique is also. to create a non-hidden folder that links to the hidden one:

Code: Select all

ln -s ~/.spring ~/spring
after this, you will have a non-hidden folder spring in your home dir, linking ot the hidden folder .spring.
Bob_Sacamano
Posts: 22
Joined: 29 Dec 2011, 14:28

Re: Getting Spring on Max OS X Snow Leopard Started

Post by Bob_Sacamano »

Another possibility to reveal the .spring folder:

Within Finder: Command+Shift+G (Go To Folder)
"~/.spring"
Post Reply

Return to “Mac OS X”