Natural Selection 2

Natural Selection 2

Not enough ratings
Shoulder Patches Extra
   
Award
Favorite
Favorited
Unfavorite
Modification: Look and Feel
Compatibility: Must be run on Server
File Size
Posted
Updated
338.059 KB
30 Jul, 2016 @ 5:09am
14 Apr, 2017 @ 6:01am
38 Change Notes ( view )

Subscribe to download
Shoulder Patches Extra

Description
Full Description & Configuration tutorial:

https://github.com/ZycaR/ShoulderPatchesExtra

When official shoulder patches are not enough and server administrator want to reward some players according they behave on server the shoulder patches extra is the solution.

To enable ShoulderPatchesExtra add ``"2bc45759"`` to the list of mods running on server and configure.
13 Comments
daddy O 26 Feb, 2018 @ 9:08am 
Is there a preview of all available patches?
OTHERCHEF 27 Oct, 2017 @ 10:08am 
319 also now confilcting with the new skins selection int the menu its over the top of the new axe skins ect
ZycaR  [author] 12 Apr, 2017 @ 11:52am 
The Css bug was fixed since 15 Mar. (check change notes) .. unfortunatelly I can't reproduce your bug as for two servers it works without issue. Can you send me log (best server and client) ?
OTHERCHEF 7 Apr, 2017 @ 5:53pm 
did ya fix this mod yet ?
Wooza 6 Apr, 2017 @ 2:02pm 
We have a fix included in potpourri. It had something to do with the CSS changes from b314.
ZycaR  [author] 6 Apr, 2017 @ 1:46pm 
will check, but this issue were not reported. can you please send me server.log if it contains lua errors?
OTHERCHEF 5 Apr, 2017 @ 7:57pm 
When i have this mod enabled on my server in the customize player part the screen is grayed out and the only option is NONE and you also cant change any of your other items ?
is this a bug ?
ZycaR  [author] 25 Sep, 2016 @ 6:37am 
You create one texture (dds) file with all patches tiled in rows & columns.
Write down how many rows and columns you have into material file.
Last but not least enumerate names of your patches into this file:
../lua/spe_shoulderPatchesEnum.lua

and this is it from mod point of view. Then you can assign patches to players by "name" you specify in enum file.
Archie 25 Sep, 2016 @ 2:04am 
I did read the github, but it doesn't explain in a way a 5 year old term of how i am supposed to merge my own shoulder patches into the mod then name it? i did see the PHP you included but that's not functioning yet, right?
ZycaR  [author] 24 Sep, 2016 @ 12:20pm 
How many ? .. as many as RAM allows. But my calculations says, that when you get 128x128 size of patch it's enough for every actively playing player now :)
For all explaining tutorial please read description of mod .. leads to github repository with all answers you need.