Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 57
Search took 0.01 seconds.
Search: Posts Made By: AI_
Forum: Plugins 10-06-2023, 07:02
Replies: 5
Views: 1,622
Posted By AI_
[TF2] Real-Time Strategy Camera Controls

This is a proof-of-concept implementation for a Real-Time Strategy (RTS) camera control setup with support for screen-space to world-space point-and-click selection. It is written in pure SourcePawn...
Forum: Plugins 09-15-2023, 23:56
Replies: 1
Views: 1,321
Posted By AI_
[TF2] Cykar Blast (Road Rager Bullets)

Cykar Blast is a server-side SourceMod plugin for Team Fortress 2 that allows a Heavy taunting with the Road Rager (https://wiki.teamfortress.com/wiki/Road_Rager) to blast bullets out of the car's...
Forum: SourceBans / SourceBans++ 09-20-2021, 22:45
Replies: 13
Views: 7,675
Posted By AI_
Re: TF2 Error Connecting [after today's update]

If you have updated to the newer commits off the SBPP repository that stopped bundling the dependencies in favor of using Composer, you can try patching it manually like this if you are stuck with...
Forum: Source Servers (SRCDS) 09-17-2020, 03:14
Replies: 2
Views: 1,966
Posted By AI_
Re: Tool: Bulk FTP/SFTP uploader script for servers, with rcon support

I added a script to the repo to also automate text file editing. This means you can easily edit convars in server.cfg or add a map to mapcycle.txt and sort it without having to download the file...
Forum: Plugins 02-17-2020, 03:13
Replies: 2
Views: 4,492
Posted By AI_
[TF2] Projectile Size

A simple plugin that changes the size of the projectiles your weapon launches (or sandvich medkits)

https://i.imgur.com/kAoQrcYm.jpg https://i.imgur.com/3k66IIgm.jpg...
Forum: General 11-08-2019, 00:09
Replies: 396
Views: 286,679
Posted By AI_
Forum: General 10-03-2019, 14:30
Replies: 396
Views: 286,679
Posted By AI_
Re: Lysis: An experimental .smx decompiler

Any update to this for SM 1.10 support?
Forum: Source Servers (SRCDS) 11-01-2018, 08:27
Replies: 2
Views: 1,966
Posted By AI_
Tool: Bulk FTP/SFTP uploader script for servers, with rcon support

Here's a simple Python auto uploading script for server managers to use with multiple servers:

https://github.com/geominorai/srcds-upload

It's useful if you have many servers, especially when...
Forum: Plugins 10-28-2018, 14:22
Replies: 7
Views: 8,613
Posted By AI_
Re: [TF2] Panzer Tank Rockets

Fixed a bug where aim snapping is not always removed when the taunt ends.
Forum: Plugins 10-28-2018, 13:51
Replies: 2
Views: 3,901
Posted By AI_
Forum: Plugins 10-28-2018, 02:53
Replies: 7
Views: 8,613
Posted By AI_
Re: [TF2] Panzer Tank Rockets

Added turret aim direction locking and corresponding convars to control them. See the embedded video in the first post for a demonstration.
Forum: Plugins 10-24-2018, 20:44
Replies: 7
Views: 8,613
Posted By AI_
Re: [TF2] Panzer Rockets

https://github.com/bcserv/smlib
Forum: Plugins 10-24-2018, 02:31
Replies: 7
Views: 8,613
Posted By AI_
Re: [TF2] Panzer Rockets

Added support for team restrictions as per request (https://github.com/geominorai/panzerrockets/issues/1):

sm_panzerrockets_team (default: 1)
- Enable for team (0: none, 1: any, 2: red, 3: blue)
Forum: Plugins 10-23-2018, 23:45
Replies: 7
Views: 8,613
Posted By AI_
[TF2] Panzer Tank Rockets

A simple plugin that fires off a rocket at the cannon direction of the tank during the shoot animation for the Panzer Pants soldier taunt.

https://i.imgur.com/3cipRfUl.jpg...
Forum: Unapproved Plugins 07-27-2018, 12:32
Replies: 13
Views: 11,893
Posted By AI_
Re: [TF2] Projectiles Fix

This plugin causes a segfault due to line 265 when an entity has fewer than 14 characters:

if (HookProjectiles && GetTrieValue(ProjectilesTrie, classname[14], projectile))

The fix was to add a...
Forum: Plugins 04-02-2018, 16:53
Replies: 3
Views: 4,496
Posted By AI_
Re: [TF2] Bot Crash Avoider

Nice work. Unfortunately, there's no way to handle all level change situations, especially when other plugins call ForceChangeLevel (https://sm.alliedmods.net/new-api/nextmap/ForceChangeLevel),...
Forum: Unapproved Plugins 12-21-2017, 22:41
Replies: 492
Views: 206,055
Posted By AI_
Re: [TF2] Friendly Mode (v. 16.0112)

^ Yes, those are the updated offsets for the Smissmas 2017 update.
Forum: Unapproved Plugins 11-05-2017, 13:54
Replies: 492
Views: 206,055
Posted By AI_
Re: [TF2] Friendly Mode (v. 16.0112)

Here are updated offsets following the jungle update.
Forum: Plugins 10-22-2017, 06:26
Replies: 180
Views: 137,156
Posted By AI_
Re: [TF2] TF2 Item DB (replaces tf2itemsinfo)

I do not believe that plugin uses tf2idb, unless you have a version that has been modified to use it.
Forum: Plugins 10-22-2017, 06:11
Replies: 180
Views: 137,156
Posted By AI_
Re: [TF2] TF2 Item DB (replaces tf2itemsinfo)

I generated my sqlite db above using flaminsarge's version straight off his Github page. The only change I had to do in tf2db.py was to add a null check for the item name at line 183 before the...
Forum: Plugins 10-21-2017, 09:36
Replies: 180
Views: 137,156
Posted By AI_
Re: [TF2] TF2 Item DB (replaces tf2itemsinfo)

Here's my database after the Jungle update, for those who need to use the new items.
Forum: Plugins 10-21-2017, 08:15
Replies: 1
Views: 5,771
Posted By AI_
[TF2] Pyro jetpack

This plugin lets pyros equip a jetpack with charge regeneration. (Because someone had to do it.)

Note: The jetpack will not be visible to other players due to limitations/restrictions imposed by...
Forum: General 09-11-2017, 05:24
Replies: 276
Views: 209,797
Posted By AI_
Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: Object-Browser/Translat

I would again like to request being able to open the same document on multiple tabs or windows like Notepad++.

I work with plugins that are thousands of lines long on a regular basis, and this...
Forum: Scripting 09-10-2017, 15:57
Replies: 9
Views: 2,094
Posted By AI_
Re: How to show the bounding box of a spawn point.

Ah, my bad. Spawn points do not have min/max sizes.

See the attached script. It makes use of entities.inc and effects.inc from SMLIB...
Forum: Scripting 09-09-2017, 07:37
Replies: 4
Solved Strings array
Views: 1,951
Posted By AI_
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT -4. The time now is 15:59.


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