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

Showing results 1 to 25 of 38
Search took 0.00 seconds.
Search: Posts Made By: oceanyss
Forum: Scripting 09-01-2021, 05:20
Replies: 5
Views: 1,063
Posted By oceanyss
Re: can someone help me with this?

Changing a player's movement speed is a bit tricky for L4D2 as the game will automatically default any movement speed to default after running your code once.

What you want to do is move the...
Forum: Plugins 09-21-2019, 01:53
Replies: 274
Views: 165,332
Posted By oceanyss
Re: [L4D & L4D2] Hats (1.17) [10-Sep-2019]

That is a limitation on the engine I think, nothing we can do about it. A workaround will be to limit the number of hats a player can choose per map (but that goes against the nature of this plugin)...
Forum: Plugins 09-20-2019, 11:37
Replies: 274
Views: 165,332
Posted By oceanyss
Re: [L4D & L4D2] Hats (1.17) [10-Sep-2019]

Just precache the models on demand rather than precache all of them from the start, that helps to solve some of the issues especially entity heavy maps like c1m3_mall
Forum: Plugins 09-18-2019, 06:59
Replies: 55
Views: 31,858
Posted By oceanyss
Re: [L4D2] Black Screen Fix aka Delayed downloader

I assume you need a separate web host for the players to download from?

Or can this plugin allow players to download directly from the dedicated server itself?
Forum: Unapproved Plugins 02-07-2019, 06:55
Replies: 56
Views: 40,364
Posted By oceanyss
Re: [L4D2]AdaWong Survivor

Managed to add Ada's arm to the viewmodel using the following code on m_survivorcharacter 8 netprop, although there are 3 major problems:


new Viewmodel = GetEntPropEnt(client, Prop_Data,...
Forum: Unapproved Plugins 01-28-2019, 22:20
Replies: 56
Views: 40,364
Posted By oceanyss
Re: [L4D2]AdaWong Survivor

Interesting.... What about netprops higher than 8? Will they still be referred to as unknown as well? Because it will be nice if we can get multiple custom arms working
Forum: Plugins 01-05-2019, 02:08
Replies: 274
Views: 165,332
Posted By oceanyss
Re: [L4D & L4D2] Hats (1.15) [05-May-2018]

That’s because the plugin precaches all the models at once. Maps with a lot of entities like (c1m3_mall) will have trouble loading the model because it is hitting the model limit.

The solution to...
Forum: Scripting 05-31-2018, 21:58
Replies: 11
Views: 2,200
Posted By oceanyss
Re: L4D2 Plugin Help Anyone?

Why not just set a password temporarily for the server in the cfg file instead of a plugin?
Forum: Unapproved Plugins 05-29-2018, 00:25
Replies: 56
Views: 40,364
Posted By oceanyss
Re: [L4D2]AdaWong Survivor

Having custom models is all fine and dandy but they only work best in thirdperson (and we all know how Valve fucked it up with the aiming) due to (once again) Valve for screwing us over with the...
Forum: General 05-28-2018, 00:29
Replies: 1
Views: 653
Posted By oceanyss
Re: Tank take 50% less damage melee weapon, how to fix?

https://forums.alliedmods.net/showthread.php?t=116668
Forum: General 05-28-2018, 00:18
Replies: 8
Views: 5,303
Posted By oceanyss
Re: Download files to client (L4D2)

Thanks for the suggestion guys but I made an alternative by getting a fastdl server with very fast speeds to download to clients on map transitions loading screens. Doing this to "trick" the players...
Forum: General 05-28-2018, 00:12
Replies: 2
Views: 820
Posted By oceanyss
Re: [L4D2] A campaign's maps are unlisted and inaccessible

The maps * command only lists what YOU(the client) have on your computer, not the dedicated server's AFAIK.

Check if the Linux Dedicated Server actually have the campaign in its addons folder.
...
Forum: Scripting 05-26-2018, 03:10
Replies: 1
Views: 850
Posted By oceanyss
Re: [L4D] I need zombie wave appear in front

z_spawn_mobs_behind_chance 0


I'm not sure if it works though
Forum: General 05-19-2018, 02:33
Replies: 1
Views: 883
Posted By oceanyss
Downloads Table bug (L4D2)

So I'm trying to circumvent the black screen bug for DownloadsTable in L4D2 by having clients download while they are switching maps (via saferoom). It works and the clients can download the files...
Forum: General 05-16-2018, 08:29
Replies: 0
Views: 776
Posted By oceanyss
L4D2 custom arms

Hi everyone, just asking if its possible to change the survivor arms to a custom arm. I notice that the weapon scripts have a field called "CharacterViewModelAddon" which defines the available arm...
Forum: General 05-12-2018, 07:32
Replies: 8
Views: 5,303
Posted By oceanyss
Re: Download files to client (L4D2)

I've already setup a fastdl for it and the server is downloading files to client successfully. The problem is that most players who join don't know about the console command and they think they...
Forum: General 05-12-2018, 05:00
Replies: 8
Views: 5,303
Posted By oceanyss
Download files to client (L4D2)

As the topic suggests, my problem is trying to make clients download files from fastdl. It works but L4D2 has a nasty habit of displaying a black screen which to most inexperienced gamers, may think...
Forum: Scripting 05-05-2018, 00:43
Replies: 3
Views: 1,037
Posted By oceanyss
Re: 147 error while compiling

Remove this line at the top:

#pragma newdecls required
Forum: Scripting 05-04-2018, 11:21
Replies: 8
Views: 2,777
Posted By oceanyss
Re: L4D2 Array index is out of bounds

How did you declare g_ItemLimitLife? That's your problem
Forum: Scripting 05-04-2018, 11:18
Replies: 12
Views: 2,896
Posted By oceanyss
Re: [L4D2] Detect pill passing

Why not use the award_earned Event? It does exactly what you want.
Forum: General 05-04-2018, 08:31
Replies: 2
Views: 854
Posted By oceanyss
Re: [L4D2]I have some problem about more than 5 player server.

No there isn't. L4D2 just doesn't support 5+ players for Coop and 8+ players for Versus via normal way.
Forum: Plugins 05-03-2018, 04:31
Replies: 912
Views: 880,899
Posted By oceanyss
Re: [L4D/L4D2] Character Select Menu (2.5a/b)

I'm assuming the arms still belong to the original survivors? Because I've been racking my brain in trying to get the custom ones working to no avail. Also, what's the precache model limit? Because I...
Forum: Plugins 04-25-2018, 14:45
Replies: 12
Views: 15,869
Posted By oceanyss
Re: [L4D2] Custom Tank Skins

I can't really test it as I'm renting a server and the HFS Server, from what I gather, only works on your own local machine.
Forum: Plugins 04-25-2018, 14:40
Replies: 339
Views: 91,406
Posted By oceanyss
Re: [ANY] Contracts

I think I solved the issue in receiving the same contract over and over:

Find this line:
int contractCount = GetArraySize(ARRAY_Contracts);

Change it to:
int contractCount =...
Forum: Plugins 04-21-2018, 05:27
Replies: 12
Views: 15,869
Posted By oceanyss
Re: [L4D2] Custom Tank Skins

L4D2 does not support downloading of custom content from server to client. Or rather, clients will download the files but will get stuck on the loading screen. Many plugins have tried to remedy this...
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT -4. The time now is 18:53.


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