It takes me a few minutes to notice Contents/Frameworks means inside love.app.
It worked.
Thanks!
Search found 6 matches
- Thu Nov 19, 2020 3:35 am
- Forum: Libraries and Tools
- Topic: Steamworks FFI
- Replies: 46
- Views: 82489
- Wed Nov 18, 2020 5:53 pm
- Forum: Libraries and Tools
- Topic: Steamworks FFI
- Replies: 46
- Views: 82489
Re: Steamworks FFI
Still not working at the moment. Error message remains the same. (I tried both Contents/Frameworks/libsteam_api.dylib and gamefolder/Contents/Frameworks/libsteam_api.dylib) Where should I edit, if I want to simply load dylib from game folder? (It would be better than load from somewhere else, as it ...
- Wed Nov 18, 2020 10:40 am
- Forum: Libraries and Tools
- Topic: Steamworks FFI
- Replies: 46
- Views: 82489
Re: Steamworks FFI
I know this might be a silly question: Where should I put libsteam_api.dylib in a Mac build? I tried to put libsteam_api.dylib in the folder, inside .love file or in love.exe's folder. None of them worked. Error dlopen(libsteam_api.dylib, 5): image not found Traceback [builtin#202]: at 0x010c345e00 ...
- Mon Nov 16, 2020 12:59 pm
- Forum: Games and Creations
- Topic: Understand: A puzzle game about trial and error
- Replies: 3
- Views: 11337
Understand: A puzzle game about trial and error
Link: https://store.steampowered.com/app/1299400/Understand/ https://media.st.dl.pinyuncloud.com/steam/apps/1299400/ss_32171a4c6d53a23e8f0ee11228bf443c4a784a31.1920x1080.jpg?t=1605185304 About the game: Understand is an experimental puzzle game about guessing rules. In each level, you have to figure...
- Tue Aug 11, 2020 6:04 pm
- Forum: Support and Development
- Topic: love.mouse.setposition seems to have a random delay
- Replies: 1
- Views: 1684
love.mouse.setposition seems to have a random delay
A test code: function love.update(dt) print(love.mouse.getPosition()) x,y=love.mouse.getPosition() x=x+10 love.mouse.setPosition(x, y) print(x,y,love.mouse.getPosition()) end Some of my output: 73 209 83 209 73 209 (x,y doesn't match getpostion in most cases) 83 209 93 209 83 209 83 209 (the cursor ...
- Sat Jan 25, 2020 4:19 pm
- Forum: Support and Development
- Topic: Is it possible to build an encrypted .exe?
- Replies: 6
- Views: 4587
Is it possible to build an encrypted .exe?
I want to share my game, but I don't want my players read the source code.
Is it possible to build a .exe that can't be unziped?
Is it possible to build a .exe that can't be unziped?