Opening two love games on mac

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
miloguy
Prole
Posts: 32
Joined: Sat Jul 02, 2011 2:09 am

Opening two love games on mac

Post by miloguy »

Is this possible? I'm trying to make a networked game, and if I try opening the client while the server is running it won't even try to open the client.

Anything I can do?
User avatar
BlackBulletIV
Inner party member
Posts: 1261
Joined: Wed Dec 29, 2010 8:19 pm
Location: Queensland, Australia
Contact:

Re: Opening two love games on mac

Post by BlackBulletIV »

Use the terminal to open it up. For me it creates a new instance of the application.

In case you don't know how to use the terminal for LOVE, execute this command:

Code: Select all

love location/of/your/game
So you might use

Code: Select all

love .
if your current directory is the game's folder.

This assumes you have

Code: Select all

alias love="/Applications/love.app/Contents/MacOS/love"
in your ~/.bash_profile file.
User avatar
miloguy
Prole
Posts: 32
Joined: Sat Jul 02, 2011 2:09 am

Re: Opening two love games on mac

Post by miloguy »

Thanks :D
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 6 guests