All Projects → theY4Kman → Pysmx

theY4Kman / Pysmx

Python package to interact with SourceMod plug-ins

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pysmx

VSH-Rewrite
Popular Versus Saxton Hale gamemode remade from scratch
Stars: ✭ 30 (+150%)
Mutual labels:  sourcemod
TeamGames
Sourcemod plugin providing team based games for prisoners and some useful things for wardens.
Stars: ✭ 16 (+33.33%)
Mutual labels:  sourcemod
Csgo Retakes
CS:GO Sourcemod plugin for a site-retake gamemode
Stars: ✭ 272 (+2166.67%)
Mutual labels:  sourcemod
TF2 NextBot
TF2 NextBot stuff using base_boss
Stars: ✭ 26 (+116.67%)
Mutual labels:  sourcemod
HLADM
Half-Life: Alyx: Deathmatch
Stars: ✭ 24 (+100%)
Mutual labels:  sourcemod
Redstone
Redstone GitHub - Nuclear Dawn community project
Stars: ✭ 15 (+25%)
Mutual labels:  sourcemod
SouceModPlugins
My L4D2 SouceMod plugins
Stars: ✭ 29 (+141.67%)
Mutual labels:  sourcemod
Sourcemod
SourceMod - Source Engine Scripting and Administration
Stars: ✭ 615 (+5025%)
Mutual labels:  sourcemod
sourcemod-hl2dm
Half-Life 2 Deathmatch sourcemod plugins
Stars: ✭ 15 (+25%)
Mutual labels:  sourcemod
Csgo Practice Mode
CS:GO Sourcemod plugin for private team/individual practice servers
Stars: ✭ 263 (+2091.67%)
Mutual labels:  sourcemod
retakes-instadefuse
Allows a CT to instantly defuse the bomb when all Ts are dead and nothing can prevent the defusal.
Stars: ✭ 65 (+441.67%)
Mutual labels:  sourcemod
Mapchooser-Redux
Mapchooser - Redux
Stars: ✭ 28 (+133.33%)
Mutual labels:  sourcemod
Kento-Rankme
Rankme for CSGO
Stars: ✭ 73 (+508.33%)
Mutual labels:  sourcemod
API
API for SQLMatches.
Stars: ✭ 48 (+300%)
Mutual labels:  sourcemod
Csgo Pug Setup
CS:GO Sourcemod plugin for setting up private pug/10man games
Stars: ✭ 330 (+2650%)
Mutual labels:  sourcemod
Half-Life-Resurgence
Recreation & expansion of NPCs, entities, and weapons from the Half-Life series into Garry's Mod!
Stars: ✭ 52 (+333.33%)
Mutual labels:  sourcemod
tf-bhop
Simplistic Team Fortress 2 bunnyhop plugin
Stars: ✭ 17 (+41.67%)
Mutual labels:  sourcemod
Sm Advertisements
Advertisements for SourceMod
Stars: ✭ 24 (+100%)
Mutual labels:  sourcemod
Get5
CS:GO Sourcemod plugin for competitive matches/scrims
Stars: ✭ 390 (+3150%)
Mutual labels:  sourcemod
zephyrus-store-preview-new-syntax
My rewritten zephyrus store
Stars: ✭ 28 (+133.33%)
Mutual labels:  sourcemod

pysmx

pysmx is a Python package for parsing, executing, and simulating the environment of SourceMod plug-ins.

Quickstart

from smx.compile import compile
plugin = compile('''
    public TwoPlusTwo() {
        return 2 + 2;
    }
''')
print plugin.runtime.call_function_by_name('TwoPlusTwo')
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].