You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi Mr. xensik
There is a compilation error in gsc-tool that I would like fixed.
gsctool_error.mp4
This is a problem I had when compiling GSC for s4.
When I decompiled the GSCBIN for s4, the description style for the GSC asset function I wanted to call was as follows:
namespace\assetname.gsc::functionname( );
If you add .gsc as shown here and compile your own GSC, you will get an error regarding . and ::.
If I compile without the .gsc, there are no compilation errors, but if I actually inject the GSC and start a match, it crashes during map loading.
I would be grateful if you could fix this issue.
The text was updated successfully, but these errors were encountered:
hi Mr. xensik
There is a compilation error in gsc-tool that I would like fixed.
gsctool_error.mp4
This is a problem I had when compiling GSC for s4.
When I decompiled the GSCBIN for s4, the description style for the GSC asset function I wanted to call was as follows:
namespace\assetname.gsc::functionname( );
If you add .gsc as shown here and compile your own GSC, you will get an error regarding . and ::.
If I compile without the .gsc, there are no compilation errors, but if I actually inject the GSC and start a match, it crashes during map loading.
I would be grateful if you could fix this issue.
The text was updated successfully, but these errors were encountered: