-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ways to download sprays. #5
Comments
Hello, will update this in future version. I planned this some time ago, but Im hella busy at this moment. |
@ESK0, as the sprays download system will change to use directly from the game, I noticed that the configuration of the In this case it would be possible in future updates to leave the size the same, so I noticed that everyone's
I believe |
I did a test with this same spray, changed it to the following configuration:
It's perfect with this [EDIT] |
Hi, thanks for testing.. the original texture is so huge.. and 0.125 was the best looking for me. Unfortunately I didnt have any spray to compare. |
@ESK0 it worked now |
Any news on the change in spray download format? Just change the line mentioned above: eItems/scripting/files/parse.sp Line 864 in 9b94d13
For:
I would like to implement eItems in the spray plugin I currently use, but let less download of official valve sprays as possible, only custom sprays even send the |
@z1ntex I made this change in eItems and I'm using the plugin eSprays, but even so the sprays have a black dot. Apparently the Every help is welcome. Note: Versions I'm using with changes. https://github.com/crashzk/eItems |
I made the changes, but even so we still need at least the If there is some way to use the sprays without errors, without needing the |
Сan not pump itself picture spray (.vtf), if the text (.vmt) you can specify the path to the picture which is in the game (in the archive .vpk),
In parse.sp the line Format(szMaterialPath, sizeof(szMaterialPath), "decals/eitems/sprays/%s", szMaterialPath);
replace it with
Format(szMaterialPath, sizeof(szMaterialPath), "decals/sprays/%s", szMaterialPath)
Архив WinRAR.zip
The text was updated successfully, but these errors were encountered: