Closed Ephemeralwanning closed 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
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.
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
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.
@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.
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.
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.
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.