wootguy / bspguy

Tool for editing GoldSrc maps without decompiling
The Unlicense
125 stars 30 forks source link

change class button in properties window does nothing #16

Closed Underqualified-Gunman closed 4 months ago

Underqualified-Gunman commented 3 years ago

when in the properties window and attempting to change the class of an object nothing occurs

wootguy commented 3 years ago

I think you need to add the FGD path in settings. I'm guessing every point entity looks like a purple cube, too.

image

Someone else had a problem where the FGD wasn't working, but a restart fixed it or something. Also, check Widgets -> Log to see if the FGD is loading or not.

Underqualified-Gunman commented 3 years ago

all entities look like they should different colored and sized cubes. figured it would have been fine since i was loading the stock HL1 FGDs assumed that stock HL1 ffgd would be better cause of how i'm using BSPguy (making a chapter select mod and need to plop in relevant changelevel data for the chapter select select level or get the c3a1 elevator level issue.) sorry for late reply been doing christmas prep and not had time to check the internet as of late.

Underqualified-Gunman commented 3 years ago

think my issue is due to loading half-life.fgd not sven coop.fgdi know the program doesn't play well if the base directory isn't commom/svencoop

wootguy commented 3 years ago

Adding the half-life fgd works for me, but I got the same bug when trying to load that and an invalid fgd.

image ^ that broken path to sven-coop.fgd is added by default. The class change menu was broken until I removed or fixed that path.

wootguy commented 4 months ago

fixed in 2fc27c4