Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove wallbang hitmarkers?
#1
Does anybody have any idea how?
Reply

#2
(06-25-2011, 07:20)Pyroh Wrote: Does anybody have any idea how?

i do ill tell you later dont have the file with me
but basicly what you do is a bullettrace test in damagefeedback
Reply

#3
there would be many ways todo this, there is most always 20 ways todo something.
im doing it in callbacksetup useing iDFlags however as i said there would be afew ways todo this let me know if you need help getting this done but checkout Killingdyl's way first, his a much better modder then me and i'd love to see how he would do it, i once asked him about this but i never got anywhere i dont think he seen my message Sleepy
Reply

#4
Code:
start = eAttacker getTagOrigin( "tag_eye" );
end = self.origin + ( 0, 0, maps\mp\gametypes\_globallogic_util::getHitLocHeight( sHitloc ) );

if ( SightTracePassed( start, end, false, undefined ) )
    eAttacker thread maps\mp\gametypes\_damagefeedback::updateDamageFeedback( hasBodyArmor, sMeansOfDeath );

This should work fine Smile
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#5
(06-25-2011, 09:38)iAegle Wrote:
Code:
start = eAttacker getTagOrigin( "tag_eye" );
end = self.origin + ( 0, 0, maps\mp\gametypes\_globallogic_util::getHitLocHeight( sHitloc ) );

if ( SightTracePassed( start, end, false, undefined ) )
    eAttacker thread maps\mp\gametypes\_damagefeedback::updateDamageFeedback( hasBodyArmor, sMeansOfDeath );

This should work fine Smile

How is the Code for File in:

maps\mp\gametypes\_globallogic_util.gsc
and
maps\mp\gametypes\_damagefeedback.gsc

Reply

#6
(06-25-2011, 14:44)turbo33 Wrote:
(06-25-2011, 09:38)iAegle Wrote:
Code:
start = eAttacker getTagOrigin( "tag_eye" );
end = self.origin + ( 0, 0, maps\mp\gametypes\_globallogic_util::getHitLocHeight( sHitloc ) );

if ( SightTracePassed( start, end, false, undefined ) )
    eAttacker thread maps\mp\gametypes\_damagefeedback::updateDamageFeedback( hasBodyArmor, sMeansOfDeath );

This should work fine Smile

How is the Code for File in:

maps\mp\gametypes\_globallogic_util.gsc
and
maps\mp\gametypes\_damagefeedback.gsc

Lol its actually in maps\mp\gametypes\_globallogic_players.gsc at line 910 I believe
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#7
so it doesnt even work?
Reply

#8
Can anyone point me into the right direction, I have a good idea where i need to call the function to disable hitmarkers, but I don't know how to actually disable them.
Reply

#9
start = eAttacker getTagOrigin( "tag_eye" );
end = self.origin + ( 0, 0, maps\mp\gametypes\_globallogic_utils::getHitLocHeight( sHitloc ) );

if ( SightTracePassed( start, end, false, undefined ) )
eAttacker thread maps\mp\gametypes\_damagefeedback::updateDamageFeedback( hasBodyArmor, sMeansOfDeath );



IS, the right direction. look for global logic players file and its around line 910 like stated earlier.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it safe exactly when i remove the battery from the laptop? checkitnowa 2 2,957 09-13-2013, 08:15
Last Post: CJGreenLabel
  Help remove timer Dynasty 15 7,694 08-25-2013, 13:56
Last Post: hillbilly
  how to remove commands in the chat ExoGamer* 6 4,043 07-20-2013, 09:24
Last Post: Pozzuh
  Help Remove Death Barriers? Help Please! camxxcore 1 2,385 06-28-2013, 09:38
Last Post: Yamato
  Help Explosive Bullets Wallbang yoloman 3 4,834 05-13-2013, 21:58
Last Post: Yamato
  Help threading remove EnVi Sweden Rocks 3 3,047 01-28-2013, 15:26
Last Post: JariZ
  [Release] LiquidPoop - Custom Skins/Camos/Hitmarkers LiquidPoop 6 6,265 09-26-2012, 03:34
Last Post: LiquidPoop
  Help Remove Threading/tidyup hillbilly 4 4,224 09-16-2012, 11:09
Last Post: zxz0O0
  [Request] plugin to remove all secondary ammo ALEXFDR 1 2,172 09-08-2012, 23:32
Last Post: Nekochan
  Remove mini map moosa67 2 2,401 08-22-2012, 21:26
Last Post: Nukem

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.