Search found 8 matches
- Sat Jul 30, 2022 4:22 am
- Forum: Support and Development
- Topic: Porting to other platforms?
- Replies: 3
- Views: 4988
Porting to other platforms?
Heyo! Title explains it, but to add a little more detail: I want to make a game and port it to consoles like Xbox or Playstation. I've read some older threads but im still struggling to understand, or get a straight answer. I dont care about pricing. Some people in older threads mentioned the price ...
- Wed Sep 09, 2020 5:02 am
- Forum: Support and Development
- Topic: Help with making a wait() function
- Replies: 2
- Views: 5516
Help with making a wait() function
Hello, I'm having issues with this wait() function that I made. It just seems to crash love when I call it. No error. it just opens, and then crashes.
Code: Select all
function wait(seconds)
local start = os.time()
repeat until os.time() > start + seconds
end
- Tue Sep 08, 2020 4:39 pm
- Forum: Support and Development
- Topic: Accessing device camera?
- Replies: 2
- Views: 6706
Accessing device camera?
Is it possible to access a devices camera using Love? If not, is there any libraries that allow me to access the camera that will work with love?
- Fri Jun 19, 2020 3:20 pm
- Forum: Support and Development
- Topic: Help With Folders And Require.
- Replies: 2
- Views: 2591
- Fri Jun 19, 2020 2:30 pm
- Forum: Support and Development
- Topic: Help With Folders And Require.
- Replies: 2
- Views: 2591
Help With Folders And Require.
So, I'm new to love and programming in general, and need help with something. I created a folder named "Steam" that has 2 files inside it. The files are named "luasteam.dll" and "steam_api64.dll" in case anyone is wondering. Both of these files are files I need to add s...
- Wed Mar 18, 2020 2:21 am
- Forum: Support and Development
- Topic: File Explorer
- Replies: 3
- Views: 3953
File Explorer
Hello, this is a re-post of a thread I created already, but got no good answers. I want to know if it's possible to create a file explorer. A practical use of it would be to add a system where you can change your in-game profile picture.
- Tue Jan 14, 2020 11:40 pm
- Forum: Support and Development
- Topic: Team Development?
- Replies: 2
- Views: 3318
Team Development?
Hello, I would like to know if there is any way you can do team development so you and a group of other developers or even major game studios can edit the game at the same time allowing for more productive developing?
- Sat Nov 23, 2019 4:23 am
- Forum: Support and Development
- Topic: Is it possible to make a file explorer?
- Replies: 6
- Views: 5462
Is it possible to make a file explorer?
Hello, I would like to know if it is possible to make a file explorer of some kind so that players could, for example, change their avatar picture to a picture on their pc.