Get image from external directory.

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
Arthes
Prole
Posts: 10
Joined: Fri Dec 30, 2011 10:52 am

Get image from external directory.

Post by Arthes »

Hi.
How to get images, and other stuff from other directory (other than content of .love)?
I tried:

Code: Select all

love.graphics.newImage(love.filesystem.load('C:\image.png'))
But it does not working.
Can you help me?
Thanks.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Get image from external directory.

Post by Nixola »

As far as I know, LOVE is sandboxed, so you can only read/write from the love file and %APPDATA%/LOVE/yourgame
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
Boolsheet
Inner party member
Posts: 780
Joined: Wed Dec 29, 2010 4:57 am
Location: Switzerland

Re: Get image from external directory.

Post by Boolsheet »

Nixola wrote:LOVE is sandboxed
Just to prevent people from misunderstanding that: LÖVE does not stop you from going outside the read/write directories (The Lua IO library can). The love.filesystem module is designed to only access those 2 places for cross-platform reasons.
Shallow indentations.
User avatar
Ensayia
Party member
Posts: 399
Joined: Sat Jun 12, 2010 7:57 pm

Re: Get image from external directory.

Post by Ensayia »

To clarify Boolsheet's point further, if you look in an external directory using the Lua IO functions, it won't be the same for each OS that LOVE supports. Directory structure is completely different in Windows, Mac, and Linux, adding external pathing will have to account for all three in a unique way and then things get messy.
User avatar
mickeyjm
Party member
Posts: 237
Joined: Thu Dec 29, 2011 11:41 am

Re: Get image from external directory.

Post by mickeyjm »

Basically, just put the image in your .love and load it like that
Your screen is very zoomed in...
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot], Majestic-12 [Bot] and 1 guest