Giter Site home page Giter Site logo

bugfixedhl's People

Contributors

levshisterov avatar rtxa avatar wpmgprostotema avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bugfixedhl's Issues

'agrecord' issue

Please make agrecord command working for non-english steam interface
For AGmod

Gauss beam is invisible

Alternate gauss fire beam is invisible.
Broken in 3205565.

Patch:

From e872ccc8250ec20f7bdd3a8cda0237aa69c403e6 Mon Sep 17 00:00:00 2001
From: tmp64 <[email protected]>
Date: Sun, 10 Feb 2019 16:54:29 +0700
Subject: [PATCH] [client] Fix alternate gauss fire beam being invisible

Broken in 3205565ea216921687fbbf1d667f606e612ed24d
---
 dlls/gauss.cpp | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dlls/gauss.cpp b/dlls/gauss.cpp
index 6022448..fb145e4 100644
--- a/dlls/gauss.cpp
+++ b/dlls/gauss.cpp
@@ -314,11 +314,20 @@ void CGauss::StartFire( void )
 	
 	if ( gpGlobals->time - m_pPlayer->m_flStartCharge > GetFullChargeTime() )
 	{
+#ifdef CLIENT_DLL
+		flDamage = 200;
+#else
 		flDamage = gSkillData.plrDmgGaussSecondary;
+#endif
 	}
 	else
 	{
+#ifdef CLIENT_DLL
+		flDamage = 200 * (( gpGlobals->time - m_pPlayer->m_flStartCharge) / GetFullChargeTime() );
+#else
 		flDamage = gSkillData.plrDmgGaussSecondary * (( gpGlobals->time - m_pPlayer->m_flStartCharge) / GetFullChargeTime() );
+#endif
+		
 	}
 
 	if ( m_fPrimaryFire )

Bug with mp_welcomecam 1 on map 357_box

When mp_welcomecam 1 is on in this map, game_player_equip tries to give you a weapon when you are in welcome cam mode because the entity targets to "game_playerspawn", but unfortunated that will not happen and the weapon will fall to the floor. game_playerspawn should be triggered when player is not in welcome cam mode.

bugfixedhl not work

in the latest version of this page http://aghl.ru/files/patches/BugfixedHL/ install and do not walk the weapons plugins.
I download the file I install as it says the instructions replacing the old files and the wpn mod plugin does not walk nor its weapons.
I was able to rescue these errors in my console:

couldn't exec language.cfg
execing config.cfg
warning: MP3_InitStream(29, media\gamestartup.mp3) failed
"sv_aim" changed to "0"
execing userconfig.cfg
Memory patching failed:
SDL Window pointer not found: 1.
] developer 2
"deathmatch" changed to "1"
NET Ports: server 27015, client 27005
Server IP address 192.168.1.2:27015
No IPX Support.

Adding: valve/addons\metamod\dlls\metamod.dll

Metamod version 1.21.1-am Copyright (c) 2001-2013 Will Day [email protected]
Metamod comes with ABSOLUTELY NO WARRANTY; for details type meta gpl'. This is free software, and you are welcome to redistribute it under certain conditions; type meta gpl' for details.

AMX Mod X version 1.9.0.5232 Copyright (c) 2004-2015 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

L 10/22/2018 - 15:39:45: client_disconnected and client_remove forwards have been disabled - check your gamedata files.
L 10/22/2018 - 15:39:45: Binding/Hooking cvars have been disabled - check your gamedata files.
Dll loaded for game Half-Life
Executing listen server startup config file
Couldn't get server .dll studio model blending interface. Version mismatch?
Spawn Server crossfire
Clearing memory
loading maps/crossfire.bsp
Using WAD File: halflife.wad
Texture load: 35.6ms
WARNING: failed to locate sequence file crossfire
Building PAS...
Average leaves visible / audible / total: 159 / 682 / 1367
L 10/22/2018 - 15:39:45: -------- Mapchange to crossfire --------
L 10/22/2018 - 15:39:45: [FAKEMETA] get/set_gamerules_* natives have been disabled because g_pGameRules address could not be found.
[WEAPONMOD]: Start.
[WEAPONMOD]: Version 0.9.241 Windows
[WEAPONMOD]: Found hl.dll at 1F350000
[WEAPONMOD]: Error: "ClearMultiDamage" not found
[WEAPONMOD]: Error: "ApplyMultiDamage" not found
[WEAPONMOD]: Error: "UTIL_PrecacheOtherWeapon" not found
[WEAPONMOD]: Error: "CBasePlayer::GetAmmoIndex" not found
[WEAPONMOD]: Errors occurred. Please visit http://aghl.ru/forum/ for support.
"amxmodx_version" changed to "1.9.0.5232"
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpnmod_spawn_editor1.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "lightsaber.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_desert_eagle.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_rpg7.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_ak47.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_dbarrel.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_ethereal.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_sporelauncher.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_grapple.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "photongun.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_rg6.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_plasmagun.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_tar21.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "shockroach.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "ac.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "m249.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_cbowex.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_cyclone.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_ksg12.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.
L 10/22/2018 - 15:39:45: [AMXX] Plugin "wpn_spas12.amxx" failed to load: Module/Library "weaponmod" required for plugin. Check modules.ini.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.