Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

infractem - zdjęcie

infractem

Rejestracja: 02.12.2016
Aktualnie: Nieaktywny
Poza forum Ostatnio: 30.12.2016 07:34
-----

Moje posty

W temacie: KillStreak 1.3.4a, 1.4c ; Wyzwania

07.12.2016 14:16

Hello, I am Infractem and I don't know if the forum allows english comments in this thread but whatever. I'm posting feedback and suggestion on the plugin itself, and hopefully, be updated soon. This post is reposted from my comment in the alliedmods.net forums thread of this plugin.

 

Are there any chances that this can be updated? I got a few ideas on how the gameplay could be better.
 
NOTE: I am currently using the latest Cypis' COD Killstreak plugin from the amxx.pl website or the 1.3.4 Killstreak plugin created by the author of this plugin itself.
 
CAREPACKAGE:
You can remove smoke effect from the smoke grenades from the game or maybe add a minimal smoke effect and color it red, well actually the workaround is to use it as an airdrop marker for care packages. In the killstreak scenario, you receive the killstreak reward, use it from the menu, and you receive the "smoke grenade" item and adds into your inventory. Throw it wherever you like and in a 5 second delay, the care package will appear on the location. Also, make sure the item just "pops" out of existence, as this allows the modder to use a custom carepackage model, and add a dropping animation on the care package model itself, creating an illusion of the carepackage getting delivered airborne. This also prevents bugs where the package goes through walls when using the old carepackage streak near walls
 
Now for the random killstreak reward from the carepackages, we can create a balanced variety/ perk chance by adding a few more[case] lines in the source line - I am talking about these particular lines
case 0:
{
uav[id] = true;
client_cmd(id, "spk sound/mw/uav_give.wav");
 
and using these values as a basis on how much lines we are gonna add: 
 
Perk Chance (%)
Resupply 14.78
UAV 14.78
Counter-UAV 13.04
Sentry Gun 10.43
Predator Missile 10.43
Precision Airstrike 9.57
Harrier Airstrike 6.09
Attack Helicopter 6.09
Pave Low 4.35
Stealth Bomber 4.35
Chopper Gunner 2.61
AC-130 2.61
EMP 0.87
 
Now considering some of these perks are not in the plugin yet(or may not be added at all), we can increase the chance of ammunition refill(Resupply) to increase the chance of getting resupply over getting some other killstreak perks. This creates the %chance system for the killstreak perk bonus from care packages. Grenades must also be removed from the resupply perk(or at least a cvar command to a customizable carepackage content)
or written as 
give_item(id, "weapon_hegrenade");
give_item(id, "weapon_flashbang");
give_item(id, "weapon_flashbang"); 
give_item(id, "weapon_smokegrenade");
in the sma file, for the sake of game balance.
 
Next up is the Predator Missile
Now considering the user's mod is not using a high Z axis map to give the original predator missile mechanic in effect(see bottom part), a good improvement for the predator missile is to add a filter effect on screen when using the predator missile itself. Well the slight idea of this is by binding the usage of predator missile with the NVG, and using a custom NVG effect that turns the screen filtered black and white, while adding a red glow effect on enemy players(I'm looking at HotVision plugin with this feature). A better predator missile model would be nice too.
 
Now considering a whole conversion mod is on the way and uses a high axis map, you can set the predator missile to spawn at a higher area of the map, or at least add a cvar command to set the predator missile to spawn at a different height and should the POV should be aimed at ground level. Adding the effect of a slow free fall speed going faster and faster would create the illusion of gravity. And there you have it, a more realistic predator missile. Doing this also enables the author of this mod(cypis) to add new killstreak rewards such as AC-130, Apache, Pave Low, etc.
 
Next Part is on Airstrike,
My only suggestion to this is to replace the plane model idea, and instead add a "shadow" effect on players or just remove the plane model completely, as it is really buggy at the moment. Also, a 4-second delay instead of the current instant drop should also be added as it is really weird to see the bombs instantly spawning at the target area.
 
A new cvar command for the Sentry Gun would be nice too
By adding a new command for FFA mode, to allow the Sentry Guns to target allies too, as without this feature, using Sentry guns in FFA(Free for all) mode in CSDM will be useless against other players that uses the same team side as you.
 
As an ending note for the mod author, I can volunteer to have give the mod an english translation, just message me in my email or look for me in the alliedmods.net forums. Thank you.