ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
225 stars 26 forks source link

[BUG] "Incompatible" doesn't work. #200

Open celisej567 opened 1 year ago

celisej567 commented 1 year ago

Compile Pal V028

Describe the bug Compile Pal shows that my SDK Base 2013 sp mod have -StaticPropLightingFinal, but VDC says its not. image Basically, this new feature that shows what command are exist in compiler doesn't work for me at all. This happens even with different -StaticProp commands that exist only in csgo, but compiler says its ok with my mod.

How expected, my log says that VRAD get bad launch option and send me a list of all launch options that he supports. And of course there is no -StaticPropLightingFinal.

Steps to reproduce

Expected behavior Get the same thing as here. I dont have it. image image

Additional context I have downloaded Compile Pal for the first time. My modification actually uses mapbase's compilers. I replaced default SDK's compilers with this inside SDK base 2013 SP/bin folder.

Debug.log debug.log

celisej567 commented 1 year ago

For some reason by default CompilePal dont care about steamappid inside gameinfo.txt so mod settings inside CompilePal have AppID empty. I added there numbers from steamappid and now this works.

Exactol commented 1 year ago

It should be picking up the app id, can you send your gameinfo.txt?