Search found 126 matches
- Tue Feb 06, 2024 10:28 pm
- Forum: Support and Development
- Topic: Moonring Steam-only save error.
- Replies: 1
- Views: 1438
Moonring Steam-only save error.
Hey folks, Moonring has been out on Steam for a little while now and so far things are *mostly* going really well. That said, a couple of users have complained about the game returning an error when the game tries to write to the save directory. The points of commonality are: 1) They are running a f...
- Tue Feb 06, 2024 10:22 pm
- Forum: Games and Creations
- Topic: Moonring getting lots of Love
- Replies: 13
- Views: 145791
Re: Moonring getting lots of Love
Sorry. Only just saw this! Nope. The project was already FAR too large for me to retroactively fit Teal into my workflow.
- Sat Nov 04, 2023 9:56 pm
- Forum: Support and Development
- Topic: More filesystem questions
- Replies: 5
- Views: 10672
Re: More filesystem questions
Oh, so I could have basically not bothered checking! Thanks for that!
- Sat Nov 04, 2023 5:25 pm
- Forum: Support and Development
- Topic: More filesystem questions
- Replies: 5
- Views: 10672
Re: More filesystem questions
I am assuming this is correct?
Code: Select all
local dir = love.filesystem.getRealDirectory(TEMP_PATH)
local dir2 = love.filesystem.getSaveDirectory()
if dir ~= dir2 then
love.filesystem.createDirectory(TEMP_PATH)
end
- Sat Nov 04, 2023 5:16 pm
- Forum: Support and Development
- Topic: More filesystem questions
- Replies: 5
- Views: 10672
More filesystem questions
Hey folks, In Moonring, I've now changed the data structure in the Love file to have its own SAVE folder, so I can pull files from that as default. The game still has to create writable directories for the player with the same name in order for this to be useful. However, when I try using love.files...
- Wed Oct 25, 2023 10:05 pm
- Forum: Support and Development
- Topic: Copying a file from a local directory to the LOVE save directory
- Replies: 2
- Views: 9954
Copying a file from a local directory to the LOVE save directory
Hi folks, Moonring does a lot of copying of directories to enable the save-game functionality, and to create backups. My levels are held as .pngs, the level data is held as .csvs and the player data is held as a serialised .sav file. I literally backup a directory from my game's 'level' directory (h...
- Wed Oct 25, 2023 9:57 pm
- Forum: Games and Creations
- Topic: Moonring getting lots of Love
- Replies: 13
- Views: 145791
Re: Moonring getting lots of Love
I'll be making Linux builds fairly soon. My brother is helping me set up an auto-build thing. It's a bit beyond me (and I don't have a Linux machine of any sort!)
- Thu Oct 19, 2023 11:03 pm
- Forum: Games and Creations
- Topic: Moonring getting lots of Love
- Replies: 13
- Views: 145791
Re: Moonring getting lots of Love
Well that’s nice. A 4/5 on Eurogamer for a Love2D game.
https://www.eurogamer.net/moonring-review
https://www.eurogamer.net/moonring-review
- Tue Oct 17, 2023 10:13 pm
- Forum: Support and Development
- Topic: USB Audio interface support?
- Replies: 4
- Views: 6936
Re: USB Audio interface support?
I tend to be over-reactive when it comes to player complaints. I care too much. :-)
I am using effects. A lot. In fact, the unique sound of the mod-tracker output is me using those effects to EQ and reverb the game's audio.
I am using effects. A lot. In fact, the unique sound of the mod-tracker output is me using those effects to EQ and reverb the game's audio.
- Tue Oct 17, 2023 8:48 pm
- Forum: Support and Development
- Topic: USB Audio interface support?
- Replies: 4
- Views: 6936
USB Audio interface support?
Just received a bug report from a Moonring player. "Just writing to let you know about a small bug I've encountered with your game Moonring. It seems that the audio is not working when using an external USB audio interface (Behringer UMC404HD on Windows 10). I don't have this issue with any oth...