What's new

Discussion HELP with Crosshair modification

  • Thread starter doodlebob
  • Start date
  • Views 1,150
D

doodlebob

Enthusiast
Messages
136
Reaction score
10
Points
70
Sin$
7
So I found this in the common.ff under maps/_createdynents.gsc and am uncertain how to impliment or modify this for zombie. I have an idea but I don't wan't to waste discs based on a hunch, so anyone with a JTAG or willing to possibly waste a disc please try this out

set_crosshair()
{
// setup "crosshair"
crossHair = newHudElem();
crossHair.location = 0;
crossHair.alignX = "center";
crossHair.alignY = "middle";
crossHair.foreground = 1;
crossHair.fontScale = 2;
crossHair.sort = 20;
crossHair.alpha = 1;
crossHair.x = 320;
crossHair.y = 233;
crossHair setText(".");
}
Thanks :smile:
 
F

FiLTH

Enthusiast
Messages
933
Reaction score
291
Points
125
Sin$
7
Um whats wrong with the normal one? what exactly are you looking at changing?
 
D

doodlebob

Enthusiast
Messages
136
Reaction score
10
Points
70
Sin$
7
Um whats wrong with the normal one? what exactly are you looking at changing?
I want to try and make the crosshairs smaller like when mw2 had the infections for the sniper where it was really easy to noscope and I am not sure if I have to change the x and y axis to 0
 
F

FiLTH

Enthusiast
Messages
933
Reaction score
291
Points
125
Sin$
7
So you think the crosshair size will effect the shots...as in little recoil or like a steady aim? If so that might be a cool idea.
 
D

doodlebob

Enthusiast
Messages
136
Reaction score
10
Points
70
Sin$
7
So you think the crosshair size will effect the shots...as in little recoil or like a steady aim? If so that might be a cool idea.
Ya it would but i see what ur saying about recoil that could be a problem
 
D

doodlebob

Enthusiast
Messages
136
Reaction score
10
Points
70
Sin$
7
Look for the recoil Dvar. :smile: It's there.
Thanks I was going to do that I remember seeing it a while back but now I can't remember where so I will start lookin and post back with results :smile:
 
Welfare

W E L F A R E

Divine Android Omniscience
Hardened Veteran Grizzled Veteran Experienced Veteran
Messages
2,902
Reaction score
627
Points
575
Sin$
7
Thanks I was going to do that I remember seeing it a while back but now I can't remember where so I will start lookin and post back with results :smile:
Alright. Sounds good.
 
D

doodlebob

Enthusiast
Messages
136
Reaction score
10
Points
70
Sin$
7
Enable Shadow Mapping

s<--stands for shadow
m<--stands for mapping
enabled :smile:
oh thank you was wondering what that was and what do you think about the no recoil is it possible?
 
D

doodlebob

Enthusiast
Messages
136
Reaction score
10
Points
70
Sin$
7
It is possible but that may not be the right or only Dvar..

yay it does because to be honest I found it on a mw2 codes list so it might not work but we won't no till tommorow when my pc version of cod5 should be done downloading
 
Mila Kunis

II UnLmTd III

Original Coder
Seasoned Veteran Grizzled Veteran
Messages
1,300
Reaction score
163
Points
175
Sin$
7
yay to my pc testing tut....you guys should try to get it sticked...and add some of thouse little + buttons in the bottom right hand coner of my post
 
D

doodlebob

Enthusiast
Messages
136
Reaction score
10
Points
70
Sin$
7
yay to my pc testing tut....you guys should try to get it sticked...and add some of thouse little + buttons in the bottom right hand coner of my post

Yay but I can't execute it on pc or find away to turn the recoil off al i can do is increase auto aim but there is still recoil
 
Top Bottom
Login
Register