Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
Ok, I just installed flare
Saturday, September 26, 2020 - 21:44

Ok, I just installed flare-rpg with Snap and found the data directory:

$HOME/snap/flare-rpg/current/.local/share/flare

FYI, you can show hidden files (like .local) in Dolphin by pressing CTRL+H.

You need to run the Flatpak
Saturday, September 26, 2020 - 21:22

You need to run the Flatpak version of Flare once for the directory to be created in $HOME/.var/app/. If you're launch Flare from the application menu, you might be launching the Snap version since you also have that installed. Try running the Flatpak version from the terminal with:

flatpak run org.flarerpg.Flare

I'm not sure about Snap, but
Saturday, September 26, 2020 - 21:14

I'm not sure about Snap, but is there a $HOME/snap/ directory? I think that's the equivalent of Flatpak's $HOME/.var/app/ directory.

Don't include the quotes.
Saturday, September 26, 2020 - 21:11

Don't include the quotes. Dolphin doesn't like those for some reason.

Look at the path again. It's
Saturday, September 26, 2020 - 21:03

Look at the path again. It's not "/var/". It's "~/.var/", it being a hidden folder in your home directory. You could also use "$HOME/.var/"

I'm using Arch, so it should
Saturday, September 26, 2020 - 20:56

I'm using Arch, so it should be the same as Manjaro. But I don't think it's dirsto-specific anyway. Flatpak's documentation defines the XDG directories (which Flare uses): https://docs.flatpak.org/en/latest/conventions.html#xdg-base-directories

I just tried the Flatpak
Saturday, September 26, 2020 - 16:37

I just tried the Flatpak package, and it appears that mods and saves are located at "~/.var/app/org.flarerpg.Flare/data/flare"

If the local mods directory
Saturday, September 26, 2020 - 14:02

If the local mods directory isn't there, you can create it with

mkdir -p ~/.local/share/flare/mods

If *that* errors out, there's definitely something wrong with your configuration.

Flare creates and uses "~/
Saturday, September 26, 2020 - 12:37

Flare creates and uses "~/.local/share/flare/mods/" for mods, which you should have write access to.

@m7600 SDL provides a means
Tuesday, January 7, 2020 - 13:20

@m7600 SDL provides a means of doing multithreading without having to break our "no C++11" rule. I would look at using that before something like std::thread.

Pages

  • « first
  • ‹ previous
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • …
  • next ›
  • last »