Raised This Month: $12 Target: $400
 3% 

[CS:GO] Player Trails (v1.1.0, 2016-11-04)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Plugin ID:
4808
Plugin Version:
1.1.0
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Enables player colored trails.
    Old 09-06-2015 , 22:37   [CS:GO] Player Trails (v1.1.0, 2016-11-04)
    Reply With Quote #1


    Current Version: 1.0.1


    Main Features
    _____________________________________________
    • Trail Beam Options:
      • Admin or VIP only
      • Duration of trail
      • Width of trail
      • Fade duration of trail
      • End width of trail
      • Command usage per round
    • Trail Color Options:
      • Red
      • Orange
      • Yellow
      • Green
      • Blue
      • Purple
      • Pink
      • Cyan
      • White
      • None
    • Admin Only

    Features to Add
    _____________________________________________
    • Nothing yet!

    Commands
    _____________________________________________
    • sm_trail - Opens a menu, when a color is not specified
    • sm_trails - Opens a menu, when a color is not specified
    • sm_trail <color> [red, orange, yellow, green, blue, purple, pink, cyan, white, none]
    • sm_trails <color> [red, orange, yellow, green, blue, purple, pink, cyan, white, none]

    ConVars
    _____________________________________________

    Spoiler


    Compatibility
    _____________________________________________

    This plugin is tested on the following Sourcemod & Metamod Versions.

    Requirements
    _____________________________________________

    Auto-Update Support requires updater to be installed.

    Instructions
    _____________________________________________
    • This plugin auto-creates an autoexec file inside /csgo/cfg/sourcemod/playertrails.cfg
    • Extract zip file and place files in the corresponding directories of /addons/sourcemod
    • /plugins/playertrails.smx
    • /scripting/playertrails.sp (necessary only for compiling)
    • /scripting/include/csgocolors.inc (necessary only for compiling)
    • /scripting/include/updater.inc (necessary only for updater)

    Changelog
    _____________________________________________

    To view the most recent changelog visit the changelog file.

    Download
    _____________________________________________

    Once installed, the plugin will update itself as long as you've done as described in the requirements section; otherwise, downloaded the latest release below.
    Please download the latest playertrails.zip file from my releases.

    Bugs
    _____________________________________________

    If there are any bugs, please report them using the issues page.

    Credit
    _____________________________________________

    A thank you to those who helped:
    • ESK0 (TE_SetupBeamFollow)

    Source Code
    _____________________________________________

    Visit the Github or download the source code below.

    Donate
    _____________________________________________

    If you think I am doing a good job or you want to buy me a beer or feed my cat, please donate. Thanks!



    Difference
    _____________________________________________

    This one is designed to be use for players to change different colors. Admins can change and customize how the trails work for all player(s) across the server. As well limit the usage of number of trails per round.

    Screenshots
    _____________________________________________

    Screenshot #1

    Screenshot #2

    Total times downloaded: 1,366 (as of 11/04/16)
    Attached Files
    File Type: zip playertrails.zip (35.0 KB, 3038 views)

    Last edited by Maxximou5; 11-04-2016 at 02:38. Reason: Updated to v1.1.0
    Maxximou5 is offline
    Maxximou5
    AlliedModders Donor
    Join Date: Feb 2013
    Old 09-06-2015 , 22:38   Re: [CS:GO] Player Trails (v1.0.0 2015-09-06)
    Reply With Quote #2

    Reserved for future Q & A.
    Maxximou5 is offline
    DeadRote
    Junior Member
    Join Date: Jun 2015
    Old 09-06-2015 , 23:22   Re: [CS:GO] Player Trails (v1.0.0 2015-09-06)
    Reply With Quote #3

    GJ, man. Works properly and nice.

    Just one question, is it real to make not only beam trails in csgo? I mean trails with custom sprites, like in css/gmod. If yes, will you add this function in next updates?
    DeadRote is offline
    Maxximou5
    AlliedModders Donor
    Join Date: Feb 2013
    Old 09-06-2015 , 23:53   Re: [CS:GO] Player Trails (v1.0.0 2015-09-06)
    Reply With Quote #4

    It's complicated in that aspect regarding CS:GO and trails, the only proper usage is using: TE_SetupBeamFollow
    You can try out different sprites if you wish, just modify line 33 in the source file.
    Search the pak01_dir.vpk in the section: materials/sprites/*
    There are complicated methods of using custom ones, this free version does not nor will it use custom sprites.

    Also for future readers, I am aware that if you stop moving and the beam fades away, it does not return without doing the command again. That is why I incorporated the spam check command for how many times per round someone can do it. This is to ensure no one spams it and uses too many.
    Maxximou5 is offline
    nguyenbaodanh
    AlliedModders Donor
    Join Date: Jun 2007
    Location: HCMC, Vietnam
    Old 09-07-2015 , 23:49   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
    Reply With Quote #5

    isn't the store plugin had trails already ?
    __________________
    nguyenbaodanh is offline
    Maxximou5
    AlliedModders Donor
    Join Date: Feb 2013
    Old 09-08-2015 , 00:46   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
    Reply With Quote #6

    Yes there is, they are two separate plugins.
    Look at the first post for the differences.
    Maxximou5 is offline
    SOBgaming
    Senior Member
    Join Date: Jul 2015
    Old 09-12-2015 , 18:34   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
    Reply With Quote #7

    Any hope of store integration with these trails or it will have to be bought?
    Never been a huge fan of trails but some people on my servers really like them, they do look nice tho and I feel like it's the first proper trail plugin in CS:GO.

    Also, do you know if lowpoly 3D trails doable in CS:GO from your knowledge?

    Great plugin btw, thanks.
    __________________
    SOBgaming is offline
    zapparncsgo
    Senior Member
    Join Date: Dec 2014
    Old 09-14-2015 , 10:45   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
    Reply With Quote #8

    Will you add support for Stamm integration? Would nice to see cfg file where you can edit what flag you need to use trails

    Last edited by zapparncsgo; 09-14-2015 at 10:59.
    zapparncsgo is offline
    Maxximou5
    AlliedModders Donor
    Join Date: Feb 2013
    Old 09-15-2015 , 18:26   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
    Reply With Quote #9

    Quote:
    Originally Posted by SOBgaming View Post
    Any hope of store integration with these trails or it will have to be bought?
    Never been a huge fan of trails but some people on my servers really like them, they do look nice tho and I feel like it's the first proper trail plugin in CS:GO.

    Also, do you know if lowpoly 3D trails doable in CS:GO from your knowledge?

    Great plugin btw, thanks.
    I'm not a huge fan either, but as you mentioned I made this for them. Is it doable? I would imagine so, it's something I can look into and support for the paid version. If you can happen to point me in the right direction and/or find a way of doing it, I'll give it to you for free of course.

    Also thank you for the compliment.
    Quote:
    Originally Posted by zapparncsgo View Post
    Will you add support for Stamm integration? Would nice to see cfg file where you can edit what flag you need to use trails
    No, the free version will will not support STAMM.
    Yes, I will add a more methodical way of defining the admin flag via cvar.
    For now you can just do admin override if you wish, by default I did the voteflag as it's common for VIP as well as admins.
    Maxximou5 is offline
    SOBgaming
    Senior Member
    Join Date: Jul 2015
    Old 09-19-2015 , 07:27   Re: [CS:GO] Player Trails (v1.0.0, 2015-09-06)
    Reply With Quote #10

    Quote:
    Originally Posted by Maxximou5 View Post
    I'm not a huge fan either, but as you mentioned I made this for them. Is it doable? I would imagine so, it's something I can look into and support for the paid version. If you can happen to point me in the right direction and/or find a way of doing it, I'll give it to you for free of course.

    Also thank you for the compliment.
    I can indeed point you in the right direction for the !store if that is what you mean't. For the 3d trail I will look how it could be done in sourcepawn.

    I Hope I can help!
    __________________

    Last edited by SOBgaming; 09-19-2015 at 07:27.
    SOBgaming is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 16:09.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode