View Single Post
Author Message
Facksy
Senior Member
Join Date: Apr 2017
Location: +2+2
Old 07-03-2018 , 17:42   Help with spcomp switch
Reply With Quote #1

hey guys, i got problems with changing the output of spcomp when i want to convert .sp to .smx. What I usually do is to drap the .sp into the spcomp.exe and it compile it and the .smx is created in this folder (scripting), I'd like to change the output so the .smx automatically spawn into the plugins folder. I created a shortcut to be able to add a command line:
Code:
C:\hlserver\tf2\tf\addons\sourcemod\scripting\spcomp.exe -o"..\plugins\test.smx"
Now when I drag a .sp into the spcomp, it compile and the .smx is sent to the plugin folder under the name "test.smx", but me I'd like the .smx to take the same name of the .sp and idk how to do that:
Code:
C:\hlserver\tf2\tf\addons\sourcemod\scripting\spcomp.exe -o"..\plugins\"
This doesnt work
__________________
My Steam I take private requests if related with TF2
My Plugins
Facksy is offline