wootguy / bspguy

Tool for editing GoldSrc maps without decompiling
The Unlicense
130 stars 31 forks source link

Saving BSPGuy Options #61

Closed ToxicHolyGrenade closed 2 years ago

ToxicHolyGrenade commented 3 years ago

On Linux, I did manage to get BSPGuy running via CrossOver, but the main drawback, is that BSPGuy does not save the options that I had devised, pretty much the FGDs and options in particular. Any ideas on how to fix that?

wootguy commented 3 years ago

There might be something in the Log widget that shows you what went wrong. "Failed to open file" or something when you try to save.

ToxicHolyGrenade commented 3 years ago

Yeah, there is, from what I had seen. How can I fix that?

wootguy commented 3 years ago

What does the error message say?

ToxicHolyGrenade commented 3 years ago

Failed to open user config: C:\users\crossover\AppData\Roaming\bspguy\bspguy.cfg Missing FGD: /svencoop/sven-coop.fgd Missing WAD: halflife.wad Missing WAD: decals.wad Missing WAD: liquids.wad Missing WAD: xeno.wad Missing WAD: opfor.wad

wootguy commented 3 years ago

I'm guessing that folder path doesn't exist and the program doesn't have permission to create it. You could try creating the folders and file manually, then try to save options again. Building for Linux might also be less error prone.

ToxicHolyGrenade commented 3 years ago

Actually, I did already check for the folder, as well as the configuration file, but regardless, it still cannot load the cfg file at all. This is why I am hoping, as opposed to calling for, an actual Linux version of BSPGuy, as opposed to building it from scratch. Not saying you need to build it now, but at a certain future point hopefully.

And by folder, I mean the directory. Both it, the folders, as well as the configuration file exists, but BSPGuy still cannot load it from CrossOver.

wootguy commented 2 years ago

Not going to support crossover or wine. A Linux build should be used instead.