Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: sapphonie
Forum: Off-Topic 07-21-2023, 05:41
Replies: 81
Views: 13,016
Posted By sapphonie
Forum: Extensions 07-18-2023, 04:31
Replies: 253
Views: 277,697
Posted By sapphonie
Re: [EXTENSION] cURL & Hash

Hello, I'm now maintaining this over at

https://forums.alliedmods.net/showthread.php?p=2807228

Since the original extension has a ton of strange issues (curl error code 60 etc), I've...
Forum: Extensions 07-15-2023, 09:47
Replies: 2
Views: 9,938
Posted By sapphonie
Re: [EXTENSION] NEOCURL + hash

TODONE:
- Auto ci/cd building with github actions using debian-11-slim docker
- recompiled extension and confirmed it passes most self tests

TODO: See github, this won't be updated, but,

-...
Forum: Extensions 07-15-2023, 09:45
Replies: 2
Views: 9,938
Posted By sapphonie
[EXTENSION] NEOCURL + hash

FORKED FROM https://forums.alliedmods.net/showthread.php?t=152216

This is a maintained, modern version of the old, crusty curl extension.

It has not been super well tested, but it should be a...
Forum: Off-Topic 07-15-2023, 06:51
Replies: 81
Views: 13,016
Posted By sapphonie
Re: just shut with that pride logo shit, thats not something to be proud about

Nobody under the age of 16 (and in 99.999% of cases, 18) is getting gender reassignment surgery. That's not a thing that happens almost ever. It's also impressively telling that you talk about your...
Forum: Off-Topic 07-14-2023, 11:00
Replies: 81
Views: 13,016
Posted By sapphonie
Forum: News 07-02-2022, 23:25
Replies: 9
Views: 17,139
Posted By sapphonie
Re: SourceMod 1.11 Now Stable

https://media4.giphy.com/media/5xaOcLDE64VMF4LqqrK/giphy.gif?cid=ecf05e47k7jcku6o1pekstg1cuoagpwm6e64hq5jdrfugjxj&rid=giphy.gif&ct=g
Forum: Plugins 06-19-2022, 17:34
Replies: 1
Views: 915
Posted By sapphonie
Forum: Off-Topic 06-01-2022, 19:22
Replies: 38
Views: 7,306
Posted By sapphonie
Re: AM logo

whole lotta words to say that lgbtq people make you feel uncomfortable. try not being an asshole :bee:

logo looks fantastic this year, great job asher :bacon!:
Forum: Extensions 05-09-2022, 20:45
Replies: 395
Views: 215,564
Posted By sapphonie
Re: Connect - A safer OnClientPreConnect forward

This is broken on TF2, no clients can get any items or hats or whatever. This may be because valve allegedly removed SetSteamID in TF2?
Forum: Plugins 04-23-2022, 08:35
Replies: 6
Views: 6,177
Posted By sapphonie
Re: [INC/ANY] Memory Extended 2.0 [WINAPI/Inject DLL through SourcePawn]

Yo, does this still work? Doesn't seem to currently for TF2 on linux.

Edit: https://github.com/dragokas/Memory-Extended
Forum: Plugins 01-27-2022, 19:24
Replies: 147
Views: 74,287
Posted By sapphonie
Re: [TF2] No Thriller Taunt

Updated for 2022 afaik

"Offset_ThrillerTaunt"
{
"linux" "2605" // A2D
"windows" "3101" // C1D
}
Forum: Plugins 01-10-2022, 15:11
Replies: 12
Views: 3,345
Posted By sapphonie
Forum: Plugins 10-30-2021, 23:49
Replies: 0
Views: 735
Posted By sapphonie
[TF2] No more pumpkin bombs

Simple plugin that RemoveEntity's tf_pumpkin_bomb entities. Written for a friend.
Forum: Scripting 10-07-2021, 01:08
Replies: 6
Views: 3,218
Posted By sapphonie
Re: [TF2] Make every weapon headshot

Actually I'm wrong here, TF_CUSTOM_HEADSHOT isn't a flag for damage, it's a flag for kills.

A working plugin would look something like this:



public void OnPluginStart()
{
// for...
Forum: Scripting 10-05-2021, 17:13
Replies: 6
Views: 3,218
Posted By sapphonie
Re: [TF2] Make every weapon headshot

public Action Client_TraceAttack (int victim, int &attacker, int &inflictor, float &damage, int &damagetype, int &ammotype, int hitbox, int hitgroup)
{

// headbox
if (hitgroup == 1)
...
Forum: Extensions 09-20-2021, 21:47
Replies: 395
Views: 215,564
Posted By sapphonie
Re: Connect - A safer OnClientPreConnect forward

extension gamedata fixed in https://github.com/asherkin/connect/pull/4, for new tf2 update
Forum: Plugins 09-19-2021, 13:44
Replies: 261
Views: 217,567
Posted By sapphonie
Re: [TF2] MGEMod (v2.0.3, 4/19/13)

This is being maintained at https://github.com/sapphonie/MGEMod
Forum: Plugins 09-12-2021, 11:06
Replies: 280
Views: 173,981
Posted By sapphonie
Re: [L4D,L4D2,TF2,CSGO] NativeVotes (v0.8.3, 2014-10-16)

If anyone cares at all, I'm maintaining this as Powerlord isn't, and have merged a bunch of community fixes + some of my own over at https://github.com/sapphonie/sourcemod-nativevotes-updated. Also...
Forum: Snippets and Tutorials 08-31-2021, 15:21
Replies: 2
Views: 3,813
Posted By sapphonie
[INC] Console colors

Uses ansi escape codes to print colored chat to server console, probably only works on linux.

Thanks nosoop for some help.

https://github.com/sapphonie/sourcemod-consolecolors

Example:
Forum: Source Servers (SRCDS) 08-12-2021, 03:13
Replies: 47
Views: 58,708
Posted By sapphonie
Re: Hardening SRCDS with iptables rules

Hello, I wrote a script to automatically implement this (more or less)

It also works with servers using docker (which mine do)

https://github.com/CreatorsTF/srcds-hardening-iptables-docker/
Forum: Plugins 08-05-2021, 21:58
Replies: 1
Views: 1,323
Posted By sapphonie
Forum: Plugins 08-05-2021, 21:54
Replies: 1
Views: 1,323
Posted By sapphonie
[Any] Syskill

Are you tired of your server crashing on `quit` or `exit`, and too lazy to figure out why it's doing that? Do you want your server to forcibly restart at a certain time, no matter what?

Well then...
Forum: Unapproved Plugins 06-16-2021, 21:50
Replies: 6
Views: 4,801
Posted By sapphonie
Re: [TF2] Fix cl_interp exploit

Please remove this. Changing m_fLerpTime does not effect the client's actual interpolation value, I am pretty sure you would need to dig into gamedata for that. Plus, valve fixed this exploit months...
Forum: Plugins 06-02-2021, 17:33
Replies: 4
Views: 3,908
Posted By sapphonie
Re: [TF2] Steph's AntiCheat

You can, though I've done no testing with lilac, so do it at your own risk.

As for differences / advantages, in my very small amount of testing, I found lilac to be stuttery and the code not very...
Showing results 1 to 25 of 33

 
Forum Jump

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


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