Search found 7 matches
- Wed Jul 19, 2017 7:46 pm
- Forum: Support and Development
- Topic: Create file in localization of app
- Replies: 8
- Views: 5645
Re: Create file in localization of app
So it's impossible to read info from .txt file in same folder where is app?
- Wed Jul 19, 2017 6:27 pm
- Forum: Support and Development
- Topic: Create file in localization of app
- Replies: 8
- Views: 5645
Re: Create file in localization of app
Oh I can use lua functions ... http://lua-users.org/wiki/FileInputOutput
- Wed Jul 19, 2017 6:14 pm
- Forum: Support and Development
- Topic: Create file in localization of app
- Replies: 8
- Views: 5645
- Wed Jul 19, 2017 5:05 pm
- Forum: Support and Development
- Topic: Create file in localization of app
- Replies: 8
- Views: 5645
Create file in localization of app
love.filesystem.newFile(love.filesystem.getSource( ).."file.txt") that don't working :/
- Tue Jun 27, 2017 7:47 pm
- Forum: Support and Development
- Topic: Output text
- Replies: 6
- Views: 5626
Re: Output text
That's it. Thanks.MasterLee wrote: ↑Sun Jun 25, 2017 10:58 am Do you wan't to change Keyboard Layout?
The Microsoft Keyboard Layout Creator
- Sun Jun 25, 2017 9:46 am
- Forum: Support and Development
- Topic: Output text
- Replies: 6
- Views: 5626
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 "ч...
- Wed Jun 21, 2017 7:46 pm
- Forum: Support and Development
- Topic: Output text
- Replies: 6
- Views: 5626
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 "ч".