StefanH-AT / Source-Engine-VSCode-Extension

A vscode extension that adds intelligent support for source engine file types and operations
https://marketplace.visualstudio.com/items?itemName=stefan-h-at.source-engine-support
GNU General Public License v3.0
38 stars 5 forks source link

Are there any plans to support qc files of GoldSrc? #106

Closed Ephemeralwanning closed 1 year ago

Ephemeralwanning commented 1 year ago

They may be similar to the Soure Engine qc file format. If it is already supported, please ignore, I don't know much about the Soure Engine.

StefanH-AT commented 1 year ago

How do goldsource kv files differ? The syntax highlighter should be able to parse it given the syntax is similar.

In general, thie extension is for source engine formats, so I won't put any extra effort into addinz goldsrc formats

Ephemeralwanning commented 1 year ago

How do goldsource kv files differ? The syntax highlighter should be able to parse it given the syntax is similar.

In general, thie extension is for source engine formats, so I won't put any extra effort into addinz goldsrc formats

Thanks for your efforts on this extension, syntax highlighter and autocompletion are perfect.It is already convenient and does not need to be modified.

Ephemeralwanning commented 1 year ago

But I met a problem when compiling the qc file:

Running Model Compiler for d:\ck\mdl\test\project\pv-btfknife_white.qc
Compilation failed with error code 1
ERROR: Command failed: D:\CK\CK_tools_by_Ephemeral\studiomdl\studiomdl.exe d:\ck\mdl\test\project\pv-btfknife_white.qc

> entering d:\ck\mdl\test\project\pv-btfknife_white.qc

************ ERROR ************
.\/PV-BTFknife_White.smd doesn't exist
Ephemeralwanning commented 1 year ago

How do goldsource kv files differ? The syntax highlighter should be able to parse it given the syntax is similar.

In general, thie extension is for source engine formats, so I won't put any extra effort into addinz goldsrc formats

I have configured the studiomdl path correctly and the qc file.I guessed it didn't seem to set the current path to the working path, because I could directly compile QC with studiomdl.exe to generate mdl normally.

Ephemeralwanning commented 1 year ago
@echo off
"D:\CK\CK_tools_by_Ephemeral\studiomdl\studiomdl.exe" %1
pause

When I drag the qc onto the bat, the mdl compiles successfully. 6

StefanH-AT commented 1 year ago

Github issues are not meant as a chat to help with your individual issues. I recommend you to ask such questions on the discord server https://discord.gg/BDDxkNwXWw and only when a discrete bug has been identified, an issue should be opened.

Ephemeralwanning commented 1 year ago

Github issues are not meant as a chat to help with your individual issues. I recommend you to ask such questions on the discord server https://discord.gg/BDDxkNwXWw and only when a discrete bug has been identified, an issue should be opened.

ok,thanks.