Giter VIP home page Giter VIP logo

store-nadetrails's Introduction

store-nadetrails

Description

Store module that allows players to buy custom trails for their grenades in the store.

The plugin is based upon the code of alongubkin's store-trails module.

Requirements

Features

  • Customizable - You can have any amount of trails you want, and you can customize each trail in its attrs field.
  • CS:GO Trails support - This plugin works in CS:GO, even though the game doesn't support the env_spritetrail entity.
  • Materials are downloaded automatically - You don't need to configure that.

Installation

Download the store-nadetrails.zip archive from the plugin thread and extract to your sourcemod folder intact. Then open your store web panel, navigate to Import/Export System under the Tools menu, and import configs/store/json-import/nadetrails.json.

Adding More Trails

You can use the web panel to add nadetrails. Open the web panel, navigate to Add New Item under the Items menu. In type and loadout_slot, type nadetrails. Change name, display_name, description and attrs to customize the new trail.

The attrs field should look like:

{
    "material": "materials/sprites/store/trails/8bitmushroom.vmt",
    "lifetime": 1,
    "width": 3,
    "endwidth": 1,
    "fadelength": 1,
    "color": [255, 255, 255, 255]
}

These are the default values and you can leave any of them out (except material).

store-nadetrails's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.