Jump to content
Sign in to follow this  
Gel214th

Viewlist.ini ShowIncomingWeapon

Recommended Posts

There are lines in the viewlist.ini file that describe Incoming Weapons, but this is not used anywhere in the file itself:

 

//-----------------------------------------------------------------------------

 

[searchAircraft]

ViewObjectGroupName=AircraftGroup

ViewObjectStatusFlag=

 

[searchGroundObject]

ViewObjectGroupName=GroundObjectGroup

ViewObjectStatusFlag=TARGETABLE

 

[searchPlayerWeapon]

ViewObjectGroupName=MissileGroup

ViewObjectStatusFlag=PLAYERLAUNCHED

 

[searchIncomingWeapon]

ViewObjectGroupName=MissileGroup

ViewObjectStatusFlag=PLAYERTARGET

 

//--------------------------------------------------

 

ViewObjectStatus = PlayerTarget implies that this group picks up weapons that have been fired at the player.

I modified the WeaponView, and PlayerToWeaponView classes , but they never work for SearchIncomingWeapon.

 

[View024]

ViewName=WeaponView

ViewClassName=WeaponViewClass

UpdateAlways=FALSE

ViewGotoControl=GOTO_VIEW_WEAPON

CycleNextControl=

CyclePrevControl=

ObjectFrom=SearchIncomingWeapon

PositionOffsets=0.0,-15.0,0.0

AngleOffsets=0.0,-15.0,0.0

 

Doesn't work at all. In the heat of battle when a missile has been launched at me if I press the F9 key at that point the view does not switch.

Does anyone have any ideas?

 

I am, of course, trying to implement a view that will let you look target and view incoming missiles.

Share this post


Link to post
Share on other sites

There are somethings that are listed, but not implemented yet. Maybe they will in a future patch.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..