Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlyne/blap-donation-plugin
Sourcemod plugin for Blap Summer Jam. Displays donation total ingame among other things.
https://github.com/jlyne/blap-donation-plugin
plugin sourcemod sourcepawn tf2
Last synced: 8 days ago
JSON representation
Sourcemod plugin for Blap Summer Jam. Displays donation total ingame among other things.
- Host: GitHub
- URL: https://github.com/jlyne/blap-donation-plugin
- Owner: JLyne
- License: other
- Created: 2019-07-18T15:16:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T21:52:29.000Z (over 2 years ago)
- Last Synced: 2024-04-17T19:17:07.085Z (7 months ago)
- Topics: plugin, sourcemod, sourcepawn, tf2
- Language: SourcePawn
- Homepage: https://blapature.org/
- Size: 2.24 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# blap-donation-plugin
Sourcemod plugin for Blap Summer Jam. Displays donation total ingame among other things.## Features
* Ingame donation total displays. Shown above objectives and next to resupplies by default, but can be added to any entity with custom positioning, rotation and size
* Supports amounts from $1 to $9999999
* Donations above $25, $50, $100 and which cross $x000, have their own effects and spawned props
* Blap medals drop on player kills
* Blap reskinned control points## Requirements
* SteamWorks extension - For HTTP requests
* Socket extension - For socket connections (not currently used)
* Smjansson extension - For json parsing## Configuration
Donation displays can be added to arbitrary entities on a per map basis, in the blap.cfg config file. More documentation can be found there.
## Cvars
* `blap_ducks_enabled` - Whether blap medal drops are enabled.
* `blap_cps_enabled`- Whether blap reskinned control points are enabled. Will take effect on map changes.
* `blap_sounds_enabled` - Whether donation displays can make sounds.
* `blap_props_enabled` - Whether donation displays can spawn props.
* `blap_donations_enabled` - Whether blap donation total displays are enabled. Will destroy/recreate displays immediately as required.## Known issues
* Displays created at certain rotations can look incorrect
* If a display is recreated while an entity is rotated (i.e a payload on a hill, rotating control point), the rotation will be incorrect.
* Multiple prop spawning milestones in a row may stop spawning props, due to hitting the `cl_phys_props_max` limit. You'll need to increase it.## License
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.