Search found 7 matches

by GHPL
Wed Jul 19, 2017 7:46 pm
Forum: Support and Development
Topic: Create file in localization of app
Replies: 8
Views: 5291

Re: Create file in localization of app

So it's impossible to read info from .txt file in same folder where is app?
by GHPL
Wed Jul 19, 2017 6:14 pm
Forum: Support and Development
Topic: Create file in localization of app
Replies: 8
Views: 5291

Re: Create file in localization of app

raidho36 wrote: Wed Jul 19, 2017 5:07 pm Just do love.filesystem.newFile("file.txt")
That will create file in C:\Users\User\AppData\Roaming\LOVE\project name\file.txt
I want in place where is app.
by GHPL
Wed Jul 19, 2017 5:05 pm
Forum: Support and Development
Topic: Create file in localization of app
Replies: 8
Views: 5291

Create file in localization of app

love.filesystem.newFile(love.filesystem.getSource( ).."file.txt") that don't working :/
by GHPL
Tue Jun 27, 2017 7:47 pm
Forum: Support and Development
Topic: Output text
Replies: 6
Views: 5407

Re: Output text

MasterLee wrote: Sun Jun 25, 2017 10:58 am Do you wan't to change Keyboard Layout?
The Microsoft Keyboard Layout Creator
That's it. Thanks.
by GHPL
Sun Jun 25, 2017 9:46 am
Forum: Support and Development
Topic: Output text
Replies: 6
Views: 5407

Re: Output text

I not only want detecting pressed buttons, I want too writting it like they was on keyboard. Like that: http://russian.typeit.org/ I'm pressing "i" and get "и". I want make program that will detect when I'm pressing "P" + "right Alt" and it will output "ч...
by GHPL
Wed Jun 21, 2017 7:46 pm
Forum: Support and Development
Topic: Output text
Replies: 6
Views: 5407

Output text

For example if I press "U" + "right Alt" i got "€". Is it possible to make that in Love2D using another characters (not pre-programmed)?. I want do that if I press "P" + "right Alt" i get "ч".