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

Showing results 1 to 25 of 138
Search took 0.01 seconds.
Search: Posts Made By: Backup
Forum: Extensions 05-27-2018, 10:47
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

No. Modify the cvars to avoid being kicked:



You're free to modify the code as you desire.

Maybe don't stream huge files over reliable channel. This extension was intended primarily for tiny...
Forum: Extensions 05-22-2018, 13:44
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

@Dragokas:
It would be much easier if you would tell me what is your use case, what are you trying to achivie with this extension. I have a strong feeling we're reinventing a wheel here.

If you...
Forum: Extensions 05-09-2018, 05:47
Replies: 23
Views: 19,728
Posted By Backup
Re: [EXTENSION][CS:GO] VScript Functions

Yuuhisaka: Thanks for the files. Very interesting bug indeed. Do you run any mods? Could you please try switching off as much plugins and extensions as possible, just to see whether the include file...
Forum: Extensions 05-03-2018, 13:47
Replies: 23
Views: 19,728
Posted By Backup
Re: [EXTENSION][CS:GO] VScript Functions

Could you please attach the generated file "include/vscriptfun.inc"?

Well the methods are obviously not static, the code should work just fine without any modifications.
Forum: Extensions 05-01-2018, 08:14
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

Did you downloaded sdk from this repository from correct branch?
https://github.com/alliedmodders/hl2sdk/tree/csgo
Forum: Extensions 05-01-2018, 07:46
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

The first one is from sourcepawn. You need to clone the repository with all subrepositories. That is just shitty git behaviour....
Forum: Extensions 05-01-2018, 07:14
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

You need to run the "ambuild" command afterwards configuring.
I have a compile script on my unix machine that looks like this:

#!/bin/sh
export HL2SDKCSGO=/home/steam/hl2sdk

cd build
python...
Forum: Extensions 04-15-2018, 16:08
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

Just download the zip file from the github releases page: https://github.com/jonatan1024/latedl/releases
Forum: Extensions 04-09-2018, 07:25
Replies: 23
Views: 19,728
Posted By Backup
Re: [EXTENSION][CS:GO] VScript Functions

Thanks, uploaded the correct binaries.


Please check wheter the module loads correctly (sm exts).
Forum: Extensions 03-12-2018, 17:23
Replies: 23
Views: 19,728
Posted By Backup
Re: [EXTENSION][CS:GO] VScript Functions

Hi,
small update - I've added a SM interface:
https://github.com/jonatan1024/vscriptfun/blob/master/include/ivscriptfunctions.h
Now this extension can be easily used by other extensions direcly...
Forum: Extensions 03-01-2018, 08:15
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

latedl uses the same functions to send the files, but also has reliable forward that fires on download completion. The focus is also somewhat different, latedl was ment to be used in such a way that...
Forum: Extensions 02-28-2018, 16:06
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

Nope, it needs to be transfared by the game server directly. The fastdl server can be used only when connecting.

If you're a hardcore hacker, you might find a way how to downgrade client state to...
Forum: Extensions 02-25-2018, 17:14
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

I've modified the code that the connecting clients have additional time. I think that they accept the download, but it is queued and the client is busy exchanging different data. If that is not the...
Forum: Extensions 02-25-2018, 09:31
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

Thanks for the error reports! All problems were on my side, except for the testdl4.
testdl & testdl2b problems were indeed caused by bad memory handling, storing pointers to plugin's stack. I've...
Forum: Extensions 02-16-2018, 15:05
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

I've replaced it using the definition for SetCount:
https://github.com/jonatan1024/latedl/commit/fc1b7605a52b4273e6523411001596de03d0f808
Forum: Extensions 02-15-2018, 15:22
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

I've added parameters that can enable this behavior (set addAsStatic to false).

I'm not sure what the players that won't download the texture will see, my guess is pink-black checkerboard and...
Forum: Extensions 02-14-2018, 17:34
Replies: 59
Views: 28,985
Posted By Backup
Re: [EXTENSION] Late Downloads

Thanks, I've added these changes into the source!


Yep, during the "latedl call", the file is also added into the download table (see function AddStaticDownloads). The reasoning behind this...
Forum: General 02-14-2018, 14:33
Replies: 2
Views: 840
Posted By Backup
Re: Problem Server CS:GO

see https://forums.alliedmods.net/showthread.php?t=305156

you need to set up a fastdl server: https://developer.valvesoftware.com/wiki/Sv_downloadurl
Forum: General 02-14-2018, 14:27
Replies: 4
Views: 1,297
Posted By Backup
Re: does not work function AddFileToDownloadsTable("");

see https://forums.alliedmods.net/showthread.php?t=305156

you need to set up a fastdl server: https://developer.valvesoftware.com/wiki/Sv_downloadurl
Forum: General 02-11-2018, 03:53
Replies: 5
Views: 1,290
Posted By Backup
Re: does not work downloading files to the client

You need to set-up a fastdl server (sv_downloadurl):
https://developer.valvesoftware.com/wiki/Sv_downloadurl
I've explained the reasons here:
https://forums.alliedmods.net/showthread.php?t=305156
Forum: General 02-09-2018, 16:24
Replies: 3
Views: 6,809
Posted By Backup
Re: CSGO sv_allowupload = 0

Try it by yourself. Host a server without fastdl, load a custom map, make sure it is not on the client side and try to join.

sv_allowupload on CLIENT means "disable upload to my side" - aka...
Forum: General 02-09-2018, 16:05
Replies: 3
Views: 6,809
Posted By Backup
CSGO sv_allowupload = 0

Hi,
in yesterdays update, Valve defaulted client's sv_allowupload to zero in CSGO.
http://blog.counter-strike.net/index.php/2018/02/20051/
This disables in-game downloads...
Forum: Extensions 02-09-2018, 14:24
Replies: 59
Views: 28,985
Posted By Backup
[EXTENSION] Late Downloads

Late Downloads


What is this?
This is a SourceMod extension that allows file transfers to players that are already in the game.


How to build this?
Just as any other AMBuild...
Forum: Coding MM:S Plugins & SM Extensions 02-08-2018, 05:48
Replies: 4
Views: 1,918
Posted By Backup
Re: OnQueryCvarValueFinished never gets called

Thanks for the findflags userinfo hint. As expected, the cvar has not the flag set, but polling from time to time works just fine. :)
Forum: Coding MM:S Plugins & SM Extensions 02-07-2018, 04:38
Replies: 4
Views: 1,918
Posted By Backup
Re: OnQueryCvarValueFinished never gets called

Thanks!
Switched to IServerPluginCallbacks::OnQueryCvarValueFinished and to IServerPluginHelpers::StartQueryCvarValue, and it workes like a charm! :)

When we're at it - is there any way how to be...
Showing results 1 to 25 of 138

 
Forum Jump

All times are GMT -4. The time now is 09:25.


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