Natural Selection 2

Natural Selection 2

评价数不足
Shoulder Patches Extra
   
奖励
收藏
已收藏
取消收藏
Modification: Look and Feel
Compatibility: Must be run on Server
文件大小
发表于
更新日期
338.059 KB
2016 年 7 月 30 日 上午 5:09
2017 年 4 月 14 日 上午 6:01
38 项改动说明 ( 查看 )

订阅以下载
Shoulder Patches Extra

描述
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 条留言
daddy O 2018 年 2 月 26 日 上午 9:08 
Is there a preview of all available patches?
OTHERCHEF 2017 年 10 月 27 日 上午 10:08 
319 also now confilcting with the new skins selection int the menu its over the top of the new axe skins ect
ZycaR  [作者] 2017 年 4 月 12 日 上午 11:52 
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 2017 年 4 月 7 日 下午 5:53 
did ya fix this mod yet ?
Wooza 2017 年 4 月 6 日 下午 2:02 
We have a fix included in potpourri. It had something to do with the CSS changes from b314.
ZycaR  [作者] 2017 年 4 月 6 日 下午 1:46 
will check, but this issue were not reported. can you please send me server.log if it contains lua errors?
OTHERCHEF 2017 年 4 月 5 日 下午 7:57 
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  [作者] 2016 年 9 月 25 日 上午 6:37 
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 2016 年 9 月 25 日 上午 2:04 
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  [作者] 2016 年 9 月 24 日 下午 12:20 
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.