Search found 100 matches

by hertzcastle
Fri Dec 04, 2009 1:11 pm
Forum: Support and Development
Topic: Distributing Stand-Alone Applications on Mac OS X
Replies: 17
Views: 13617

Re: Distributing Stand-Alone Applications on Mac OS X

can you do that sort of thing using applescript? ive never used it before, but im guessing you can use terminal commands?x
by hertzcastle
Thu Dec 03, 2009 9:12 am
Forum: Support and Development
Topic: Distributing Stand-Alone Applications on Mac OS X
Replies: 17
Views: 13617

Re: Distributing Stand-Alone Applications on Mac OS X

@anjo:
latest build, mac os 10.5.
would be cool if someone could write a little app for mac, exe for windows, that just does it. would be extremely useful for newcomers...x
by hertzcastle
Wed Dec 02, 2009 2:53 pm
Forum: Support and Development
Topic: Distributing Stand-Alone Applications on Mac OS X
Replies: 17
Views: 13617

Re: Distributing Stand-Alone Applications on Mac OS X

tried. failed. does this technique only work for 0.5.0?
when i do it(made sure i did it step by step) the resulting app is still just the main love app.x
by hertzcastle
Fri Nov 20, 2009 6:23 pm
Forum: Support and Development
Topic: where are my files going????
Replies: 12
Views: 6118

Re: where are my files going????

p.s
maybe for 0.6.0 change the save directory to the love app folder?
by hertzcastle
Fri Nov 20, 2009 5:28 pm
Forum: Support and Development
Topic: where are my files going????
Replies: 12
Views: 6118

Re: where are my files going????

sorry, got it working now!!!! argument for file:open needs to be 2!!!
still seems pretty stupid that love needs to put the file in such an akward place tho.
anyway, thanks to everyone who helped me out, really appreciate it!
x
by hertzcastle
Fri Nov 20, 2009 5:25 pm
Forum: Support and Development
Topic: where are my files going????
Replies: 12
Views: 6118

Re: where are my files going????

still not working. im not getting any errors when i

Code: Select all

file:open(0)
(i did when i used "w" as the arg, 0.6.0 needs a number), but i still cant find my file. spotlighted it - nothing.
by hertzcastle
Fri Nov 20, 2009 5:07 pm
Forum: Support and Development
Topic: where are my files going????
Replies: 12
Views: 6118

Re: where are my files going????

added an extension, no luck! code is now: file = love.filesystem.newFile("map1.map") filed = love.filesystem.isFile("map1.map") and filed still = false... :( :( :( AND ive noticed something... checked the getSaveDirectory path. theres an extra slash after my username. also, users...
by hertzcastle
Fri Nov 20, 2009 4:13 pm
Forum: Support and Development
Topic: where are my files going????
Replies: 12
Views: 6118

Re: where are my files going????

plus "filed" comes back false here

Code: Select all

file = love.filesystem.newFile("map1")
filed = love.filesystem.isFile("map1")
by hertzcastle
Fri Nov 20, 2009 4:11 pm
Forum: General
Topic: Happy birthday to... aka the birthday topic!
Replies: 80
Views: 26197

Re: Happy birthday to... aka the birthday topic!

much umlaut love bartbes!
by hertzcastle
Fri Nov 20, 2009 4:06 pm
Forum: Support and Development
Topic: where are my files going????
Replies: 12
Views: 6118

Re: where are my files going????

by the way, comes up with the same error when i set identity to love.filesystem.getWorkingDirectory(), love.filesystem.getSaveDirectory(), or anything else. clues?x