How do i add a reticule to the sniper rifle? [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
REivEN
1st Lieutenant
1st Lieutenant
Posts: 451
Joined: Wed Jul 04, 2007 11:59 am
Projects :: Jane - Sister Of the Courier Mod
Games I'm Playing :: CSGO FNV
xbox live or psn: No gamertag set
Location: What do you expect?

How do i add a reticule to the sniper rifle? [Solved]

Post by REivEN »

What odf do i need to edit to add the sniper rifle a reticule?
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Reticule ?

Post by Caleb1117 »

There is a line in the common sniper rifle odf.

Code: Select all

ReticuleInAimingOnly = 1
Remove, or comment it out.
This will affect all sniper rifles, if you just want to do it to one, make it it's own separate class parent, and remove the line from it.
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: Reticule ?

Post by Maveritchell »

Lol, or just add the line:
"ReticuleInAimingOnly = 0"
into the .odf of the rifle you're editing. No need to create a new class parent.
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Reticule ?

Post by Caleb1117 »

I tryed that before, and if I remeber right, it didn't work.
Could just be me though.
MercuryNoodles
Jedi
Jedi
Posts: 1003
Joined: Sun Mar 12, 2006 7:16 pm
Projects :: Space - Boarding Action
xbox live or psn: No gamertag set

Re: Reticule ?

Post by MercuryNoodles »

ReticleInAimingOnly = 1 (no reticle shows when unzoomed)

ReticuleInAimingOnly = 0 (reticle shows zoomed and unzoomed)

I use the former with my DLT-19, which you can see in my WIP screenshots. So, it definately works. There's no need to remove the line.
Commander_Keller
Master Sergeant
Master Sergeant
Posts: 171
Joined: Sun Apr 16, 2006 1:16 pm

Re: Reticule ?

Post by Commander_Keller »

i once had the same problem. i did what has been described before. i edited the odf line ReticleInAimingOnly = 1 to ReticuleInAimingOnly = 0 of the imperials scout sniper rifle. well, i didn´t work. than i also edited the rebel sniper rifle the same way. voilá... it worked. i have no clue but i think there is always a "boss" side or what the heck i should call it. maybe it has something to do with the lua and which side is being read first. don´t know... but give it a try. :wink:
Post Reply