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

Showing results 1 to 25 of 186
Search took 0.01 seconds.
Search: Posts Made By: Alienmario
Forum: Extensions 03-11-2024, 15:27
Replies: 61
Views: 45,879
Posted By Alienmario
Re: HTTP Server w/ RCon Multiplexer

There you go, minimal test case.
Thanks!
Forum: Extensions 03-10-2024, 17:00
Replies: 61
Views: 45,879
Posted By Alienmario
Re: HTTP Server w/ RCon Multiplexer

I believe POST parameters are not working at all, it's always an empty string. I've tested forms with diff encoding types and the JS fetch method.
Also agree with Statik, a body retriever would be...
Forum: Extensions 02-03-2024, 17:23
Replies: 61
Views: 45,879
Posted By Alienmario
Re: HTTP Server w/ RCon Multiplexer

Is there a list of plugins that use Webcon? (I only know of simple-fastdl).
Forum: Scripting 01-15-2024, 17:14
Replies: 1
Views: 366
Posted By Alienmario
Re: create a menu OnPlayerSpawn - client

The client is usually in param1.
Forum: Extensions 01-14-2024, 16:45
Replies: 883
Views: 693,360
Posted By Alienmario
Re: DHooks (Dynamic Hooks - Dev Preview)

I believe the caching of parameters between pre and post hooks may have imposed a limit for few usecases.

Take for example the function CBaseEntity::AcceptInput(char const*, CBaseEntity*,...
Forum: Extensions 01-14-2024, 16:09
Replies: 99
Views: 113,799
Posted By Alienmario
Re: [EXTENSION] Sound Info Library v1.0.1

Hi, Couldn't open an issue so posting here.

I'm using this extension on both existent and nonexistent sound files. This works as expected.
However on linux there are errors being spammed in...
Forum: Plugins 12-17-2023, 15:42
Replies: 34
Views: 19,037
Posted By Alienmario
Re: [ANY] Simple Fastdownload

You can manually compress, but it's not necessary anymore. Yes, make a bz2 folder at server-root/game-root/bz2.
Also don't forget to make 7z executable as per System2 instructions (linux).

BZ2 is...
Forum: Plugins 12-11-2023, 13:30
Replies: 34
Views: 19,037
Posted By Alienmario
Re: [ANY] Simple Fastdownload

May be an issue with Conplex/Webcon or your network. Don't have anything like a RCON blocker? I've also only tested with HL2DM. Feel free to add me if you want to troubleshoot further.
Edit: Also...
Forum: Plugins 12-10-2023, 14:25
Replies: 34
Views: 19,037
Posted By Alienmario
Re: [ANY] Simple Fastdownload

Make sure you are editing cfg\sourcemod\plugin.simple-fastdownload-redux.cfg
The url will also be accessible through your browser.
Forum: Plugins 12-09-2023, 17:42
Replies: 34
Views: 19,037
Posted By Alienmario
Re: [ANY] Simple Fastdownload

The sv_downloadurl_hostname cvar was not getting set in last release, i've updated the smx.

You also don't need to set sv_downloadurl or open port 80. The url is autogenerated in form of...
Forum: Snippets and Tutorials 11-25-2023, 14:22
Replies: 20
Views: 14,590
Posted By Alienmario
Re: logdebug.inc - Simple debug logging

Created a github repo for an updated version https://github.com/Alienmario/sm-logdebug/tree/main
Forum: Plugins 08-25-2023, 07:46
Replies: 34
Views: 19,037
Posted By Alienmario
Re: [ANY] Simple Fastdownload

I've made a fork with new features and fixes.

custom folder support
auto-compression to .bz2 using System2
fixed timing so whitelisting happens after other plugins add their content
...
Forum: Plugins 08-17-2023, 18:33
Replies: 316
Views: 108,738
Posted By Alienmario
Re: [Any] Source Chat Relay [Discord <=> Ingame]

Side question,
how far did you get with reversing the steam voice codec?
Forum: Source Servers (SRCDS) 08-12-2023, 16:22
Replies: 6
Views: 6,335
Posted By Alienmario
Re: SRCDS windows output redirection

If anyone finds this in current year,
Alien Swarm: Reactive Drop server includes srcds_console.exe which doesn't spawn another window and can be freely used across all Sourceš games.
Source:...
Forum: Extensions 08-04-2023, 12:39
Replies: 26
Views: 40,220
Posted By Alienmario
Re: [EXTENSION] bzip2 Compression v0.0.2 (2011-12-29)

I've found a linux binary (https://github.com/ExperimentFailed/SMbz2/releases/tag/v0.0.3) in a fork.
Though I'm wondering if there's a point to using this extension anymore when System2...
Forum: Plugins 07-21-2023, 21:30
Replies: 43
Views: 32,776
Posted By Alienmario
Re: [HL2DM] Customguns

I'll need more than that, output of "sm plugins list" at minimum.
Forum: Scripting 01-28-2023, 13:52
Replies: 8
Views: 1,586
Posted By Alienmario
Re: [CS:S HELP] thirdperson

You may have to settle with enabling client-side cheats. This means players will be able to use some rendering overrides and potentially see through things, but not change anything on the server. The...
Forum: Scripting 01-28-2023, 13:42
Replies: 2
Views: 627
Posted By Alienmario
Re: [HL2DM] Menu/Panel API - Rendering Issues

HL2DM only uses esc menus, which valve disabled by default in an update - client cvar "cl_showpluginmessages"

I made a plugin that guides players to re-enable it....
Forum: Plugins 01-25-2023, 16:58
Replies: 630
Views: 389,388
Posted By Alienmario
Re: [ANY] Radio v2.0.0.8 FINAL (21/08/2017)

Gave it a try.
HL2DM - not working. As expected, sound does not autoplay anymore, just as when you open the urls in chrome. It's not just this plugin, and I don't think there's a way around it. It...
Forum: Scripting 12-09-2022, 13:28
Replies: 1
Views: 661
Posted By Alienmario
Re: [BM] Weapon Slot in Black-Mesa Source

Use SMLib (https://github.com/bcserv/smlib/blob/transitional_syntax/scripting/include/smlib/clients.inc#L1657) to get all weapons.
If you need the slots, you could always hardcode it.
Forum: Source Servers (SRCDS) 12-07-2022, 16:42
Replies: 1
Views: 1,301
Posted By Alienmario
Re: Peer to peer with SRCDS?

Try https://playit.gg/
Forum: Snippets and Tutorials 11-17-2022, 20:03
Replies: 13
Views: 11,762
Posted By Alienmario
Re: [INC] StudioHdr - Entity Model Information

Is there a way to get model's textures? There (https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/public/studio.h#L2159) appears to be an inline...
Forum: Snippets and Tutorials 11-17-2022, 17:26
Replies: 23
Views: 24,033
Posted By Alienmario
Re: [STOCK] Smart Download Manager

Has anyone expanded on this since? If not, I may have another look at it.
I recall having occasional issues with it back in 2015, though I could be wrong.

I think this is still the best solution...
Forum: Plugins 11-09-2022, 14:55
Replies: 2
Views: 3,671
Posted By Alienmario
Re: [StrikerMod][dHooks] Disable Explosion Ringing (HL2DM)

I'm sorry to ressurect this, but shouldn't it be

instead of

?
Forum: Plugins 02-07-2022, 15:01
Replies: 43
Views: 32,776
Posted By Alienmario
Re: [HL2DM] Customguns

This is server side modification only. Crosshair, icons, positions etc are all clientside. You may be able to do something by copying the weapon script to your client, although I haven't tried it.
Showing results 1 to 25 of 186

 
Forum Jump

All times are GMT -4. The time now is 17:40.


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