GithubHelp home page GithubHelp logo

jpzv / sourcemod-store-redux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sourcemod-store/sourcemod-store

2.0 0.0 0.0 4.78 MB

Store plugin for SourceMod

Home Page: http://forums.alliedmods.net/showthread.php?t=207157

License: GNU General Public License v3.0

SourcePawn 98.84% C++ 1.07% Pawn 0.09%

sourcemod-store-redux's Introduction

store

Description

An open store plugin for SourceMod.

More documentation and tutorials can be found at our wiki.

Requirements

  • Working Source-based Game Server with SourceMod installed.
  • MySQL database, with a tool such as phpMyAdmin for database management.

Features

  • Modular and Extensible - This package is organized in modules, where each module is a different SourceMod plugin. You can extend the store, add new items or anything you can think of just by writing a new SourceMod plugins.
  • Shop - Players can buy various items from the shop. The item is added to the player's inventory. Items in the shop are organized in categories.
  • Inventory - The player's personal inventory, allowing for storage for all in-game items. From their inventory, players can use or equip items they own. Items in the inventory are also organized in categories.
  • Loadout - Players can have multiple sets of equipped items. You can switch between the sets anytime using the loadout menu. You can have specific loadouts for different games, different in-game (TF2) classes, different in-game teams or any combination of them.
  • Distributor - Every X minutes, all players that are currently connected to server will get Y credits (configurable).
  • Logging - The plugin maintains full logs of all errors, warnings and information.
  • Trading - The plugin that allows clients to trade items and credits between each other.
  • Custom currency name.
  • Custom chat triggers for the store main menu, shop, inventory and loadout.

Installation

Just download the attached zip archive and extract to your sourcemod folder intact. Then navigate to your configs/ directory and add the following entry in databases.cfg:

"store"
{
    "driver"        "mysql"
    "host"          "<your-database-host>"
    "database"		"<your-database-name>"
    "user"		    "<username>"
    "pass"		    "<password>"
}

Then, navigate to configs/store/sql-init-scripts and execute store.sql in your database. For each item module you want to add, execute the corresponding SQL file in configs/store/sql-init-scripts and enable the plugin.

(Tutorial)

License

Copyright (C) 2013 Alon Gubkin

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

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.