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

Showing results 1 to 25 of 64
Search took 0.00 seconds.
Search: Posts Made By: heavyisgps
Forum: Plugins 03-31-2024, 16:09
Replies: 149
Views: 52,910
Posted By heavyisgps
Re: [TF2] Power shop

This plugin causes segmentation fault if it fails to get the SQL data. Does this not have a local version only that doesn't have a single point of failure related to databases?
Forum: Plugins 08-11-2023, 10:54
Replies: 27
Views: 6,359
Posted By heavyisgps
Re: [TF2] Building Overhaul

After the latest TF2 update, you are only able to 1 additional set of teleporters, and build no additional sentries or dispensers
Forum: Plugins 08-09-2023, 16:05
Replies: 10
Views: 7,135
Posted By heavyisgps
Re: [TF2] Multiple Buildings with pda & no extension

It looks like as of the summer update 2023, this sapper trick no longer works
Forum: Plugins 07-11-2023, 07:27
Replies: 2
Views: 4,378
Posted By heavyisgps
Re: [TF2] Homing and Bouncy Projectiles

cool plugin, is there a specific reason for why it's seemingly random if it bounces when using the huntsman? As in most times it doesn't and rarely it does
Forum: Plugins 06-14-2023, 14:41
Replies: 10
Views: 6,645
Posted By heavyisgps
Re: [TF2] Respawn System API!

When using this plugin I get seg faults

FATAL ERROR: Host_Error: SV_CreatePacketEntities: GetEntServerClass failed for ent 251.

This is when using TF2_UpdateClientRespawnTime(victim, 2.0); in...
Forum: Unapproved Plugins 06-14-2023, 14:24
Replies: 2
Views: 4,763
Posted By heavyisgps
Re: [TF2] Respawn Timer (v1.1, 2/26/2018)

When using this plugin I get seg faults

FATAL ERROR: Host_Error: SV_CreatePacketEntities: GetEntServerClass failed for ent 251.

This is when using TF2_UpdateClientRespawnTime(victim, 2.0); in...
Forum: HLstatsX:CE 05-10-2022, 19:50
Replies: 0
Views: 1,753
Posted By heavyisgps
SourceTV counting as a player

I have ignorebots set to 1, but my TF2 servers all show 1/25

Is there another setting for this?
Forum: Scripting 02-05-2022, 18:53
Replies: 7
Views: 1,636
Posted By heavyisgps
[TF2] Blocking load_itempreset / forcing tf_respawn_on_loadoutchanges 0 on clients

I've tried to add command listeners for load_itempreset 0,1,2 and 3, but they never fire.

I can't find any serverside commands to override tf_respawn_on_loadoutchanges 0/1 for clients.

Any...
Forum: Plugins 01-23-2022, 09:35
Replies: 21
Views: 5,204
Posted By heavyisgps
Re: [TF2] Warpaintme (v2.1 dated 13Oct2021)

How do you add the warpaints from the Decorated War Hero Collection? I don't see Plaid Potshotter or the civil servant anywhere.

Is there some other trick to apply those?
Forum: Scripting 12-09-2021, 12:32
Replies: 0
Views: 702
Posted By heavyisgps
[TF2] Reducing line of sight / render distance / blackness

I want to re-create a Giant Robot's vision, by limiting it to X amount of units.

So far I can't find any other mods doing this without specific map stuff. I know of env_fog, but I'm wondering if...
Forum: Scripting 11-26-2021, 17:25
Replies: 1
Views: 679
Posted By heavyisgps
Forum: Scripting 11-18-2021, 06:33
Replies: 1
Views: 679
Posted By heavyisgps
[TF2] SDKHook_Touch not triggering after latest update

Has anyone have a plugin where SDKHook_Touch still works after this update?

I have updated the includes, and gamedata. Server doesn't crash, but the function it's supposed to trigger never...
Forum: Scripting 10-27-2021, 16:28
Replies: 4
Views: 992
Posted By heavyisgps
Re: [TF2] TF2_SetPlayerClass bug after recent TF2 update

Solved, issue was that I changed the logic on when to supercede the regenerate too early, as the logic I used wasn't available until the next frame
Forum: Scripting 10-27-2021, 15:51
Replies: 4
Views: 992
Posted By heavyisgps
Re: [TF2] TF2_SetPlayerClass bug after recent TF2 update

We just made another plugin and confirmed that it does work, it's just our plugin that is a mess :D

https://github.com/higps/robogithub

The issue is when we call bedane.sp from...
Forum: Scripting 10-26-2021, 18:33
Replies: 4
Views: 992
Posted By heavyisgps
[TF2] TF2_SetPlayerClass bug after recent TF2 update

Bug:

When calling the code

MakeEngineer(client)
{
TF2_SetPlayerClass(client, TFClass_Engineer);
TF2_RegeneratePlayer(client);
}
from another plugin. It doesn't change the class...
Forum: General 10-09-2021, 10:57
Replies: 1
Views: 753
Posted By heavyisgps
Loading all plugins in optional folder

Is there a way to load a whole folder from the optional folder?

plugins/optional/pluginpack

where pluginpack contains a changing number of plugins, I know you can do "sm plugins load...
Forum: Scripting 09-22-2021, 05:44
Replies: 1
Views: 775
Posted By heavyisgps
[TF2] Making owner of buildings able to pass through buildings

I'm trying to add the tf_bot engineer behaviour to players, where they can walk through their own buildings as if they were teammates.

So far I've tried to use SDKHook_ShouldCollide to false, as...
Forum: Scripting 09-16-2021, 18:16
Replies: 7
Views: 1,627
Posted By heavyisgps
Re: Get players medigun TF2

#define KRITZKRIEG 35
#define QUICKFIX 411
#define VACCINATOR 998
#define VACCINATOR_POINT_NUMBER 4 //Offset with 1 since count starts at 0, 4 vaccinators gives 1 point
public...
Forum: Plugins 08-31-2021, 07:05
Replies: 194
Views: 81,405
Posted By heavyisgps
Re: [TF2] Be The Giant Deflector Heavy

This is amazing, perhaps you should make a github for this so it's easier to track updates and changes?
Forum: Plugins 04-14-2021, 15:14
Replies: 17
Views: 7,421
Posted By heavyisgps
Re: [TF2] Projectile Collision Fix

This plugin causes performance issues when used
Forum: HLstatsX:CE 12-01-2020, 12:34
Replies: 2
Views: 6,171
Posted By heavyisgps
Re: Daemon suddenly stops receiving from servers

Hi, well this used to work, and I made no changes and now it doesn't. Basically the TF2 server is logging it, but the Daemon stops receiving after what seems like a random number of minutes. The...
Forum: HLstatsX:CE 10-25-2020, 13:48
Replies: 2
Views: 6,171
Posted By heavyisgps
Daemon suddenly stops receiving from servers

I'm doing some troubleshooting on windows and it seems the daemon just stops receiving or the servers stops sending to it on my local network. I have both linux and windows servers, however the...
Forum: HLstatsX:CE 06-04-2020, 18:16
Replies: 3
Views: 7,279
Posted By heavyisgps
Re: [TF2] Some Awards aren't working

I'm in the middle of releasing my mod, so if you add me on steam or discord i can talk more there
Forum: HLstatsX:CE 05-26-2020, 15:37
Replies: 3
Views: 7,279
Posted By heavyisgps
Re: [TF2] Some Awards aren't working

the superlogs are outdated along with the website itself, I did an overhaul myself with the plugin and such to get it working.

You can either have the one I made or you can edit it yourself.
Forum: HLstatsX:CE 04-27-2020, 13:37
Replies: 0
Views: 6,287
Posted By heavyisgps
E997: NOT ALLOWED SERVER: Docker - Ports from logging on same local tf2server changes

The log address keeps changing every 1 minute and 30 seconds on our docker system.

I'm pretty sure this is related to the docker and not hlstats or tf2server in of itself, but I'm hoping someone...
Showing results 1 to 25 of 64

 
Forum Jump

All times are GMT -4. The time now is 01:29.


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