Search found 132 matches

by Guard13007
Fri May 18, 2018 8:44 pm
Forum: Support and Development
Topic: Making a love EXE download a DLL and then use it without restarting?
Replies: 3
Views: 3521

Making a love EXE download a DLL and then use it without restarting?

I will be doing some testing later anyhow, but I figured I'd ask real quick in case someone else has tried it. Is it possible to download a DLL file to the same directory as a fused Love game and then use it without restarting the game? I would imagine so, but I don't know the internals of such thin...
by Guard13007
Fri May 18, 2018 8:41 pm
Forum: Support and Development
Topic: Setting up PS4 controller for Love
Replies: 2
Views: 2917

Re: Setting up PS4 controller for Love

As ReFreezed said, a PS4 controller should just function as a generic controller. I admit not having tried it myself with love just yet, but I should look into it. For a quick solution (if you are just using it personally), install DS4Windows. :P It sets up a PS4 controller like it was an xbox contr...
by Guard13007
Tue May 08, 2018 3:59 am
Forum: Support and Development
Topic: How do 3D?
Replies: 9
Views: 10561

Re: How do 3D?

So a lot of what I have to do to get it to work is hands-on in-depth, not very much abstraction or simplification provided by Love?

Because I don't know how to do ANY of that. o.o
by Guard13007
Tue May 08, 2018 1:06 am
Forum: Support and Development
Topic: How do 3D?
Replies: 9
Views: 10561

Re: How do 3D?

I saw that thread, but didn't glean much from it. I can look for the demos posted there and examine source, but I was hoping there was a resource that attempted to explain things without me having to reverse engineer code.
by Guard13007
Tue May 08, 2018 1:04 am
Forum: Libraries and Tools
Topic: Love2D Game Library (1.1 Is Here)
Replies: 10
Views: 15678

Re: Love2D Game Library (1.1 Is Here)

love.conf has an option to specify version of love to use with a game, you can parse for that. Also, for convienance of handling multiple versions of love, I'd say to check out scoop.sh. It's a system for PowerShell to handle easy installation of a lot of things and I've gotten love into their extra...
by Guard13007
Mon May 07, 2018 6:41 pm
Forum: Games and Creations
Topic: [Open Source Lib] My latest library, fastlighting
Replies: 13
Views: 14481

Re: [Open Source Lib] My latest library, fastlighting

Nixola wrote: Thu Sep 28, 2017 3:07 pm Mac can be both case-sensitive and not, depending on a setting somewhere, if I recall correctly.
It's an HFS+ option (filesystem). So depending on which option was selected when your harddrive was formatted. And different drives can have different formats, obviously.
by Guard13007
Mon May 07, 2018 6:20 pm
Forum: Support and Development
Topic: How do 3D?
Replies: 9
Views: 10561

How do 3D?

After 11.0 was announced, I thought docs would pop up on the wiki pretty quickly explaining how to do 3D stuff, but it seems that either the way it works is via tricks I am completely unfamiliar with, or it's just not documented yet. Can anyone ELI5 for me? I have very little knowledge within 3D. I'...
by Guard13007
Mon May 07, 2018 5:48 pm
Forum: Libraries and Tools
Topic: Love2D Game Library (1.1 Is Here)
Replies: 10
Views: 15678

Re: Love2D Game Library (1.1 Is Here)

[...] Also I'm working on a piece that locates a version file or string(string has to be in main.lua) inside the archive and will be able to update accordingly. [...] For version checking, I would suggest prioritizing a manifest format first if available, and also perhaps trying to parse it from fi...
by Guard13007
Sun May 06, 2018 6:16 pm
Forum: Libraries and Tools
Topic: Love2D Game Library (1.1 Is Here)
Replies: 10
Views: 15678

Re: Love2D Game Library (1.1 Is Here)

For adding a game, what formats does it accept? Just .love files? How about ZIPs with source files in them? ZIPs with .love's in them? EXEs? (remember that a love game packaged into an EXE is also openable as a ZIP file) ZIPs with EXEs in them?