D_Lusted
12-16-2005, 10:02 AM
I'm new to coding, so bare with me....
I have learnt how to adjust kits and the weapons themselves.
At the moment, I have tweaked the Sniper Kit:
1: Knife
2: Pistol
3: M82A1
4: M67
5: Claymores
The kit is fully working after trial and error, and I am able to use the M82 in game. Only problem is that the Sniper Scope on the M82 is a bit small and crap.
Is there any way I can import the M95 Scope Sights with the M82 to resolve this problem???
Also, how do I add a 3 staged zoom on this weapon? ie 2x, 4x and 8x magnification.
rem ---BeginComp:DefaultZoomComp ---
ObjectTemplate.createComponent DefaultZoomComp
ObjectTemplate.zoom.zoomDelay 0.1
ObjectTemplate.zoom.zoomLod 1
ObjectTemplate.zoom.addZoomFactor 0
ObjectTemplate.zoom.addZoomFactor 0.3
ObjectTemplate.zoom.addZoomFactor 0.025
ObjectTemplate.zoom.changeFovDelay 0.1
ObjectTemplate.zoom.zoomOutAfterFire 0
rem ---EndComp ---
Is what I have done correct? As only a standard zoom and a powerful zoom is accessible ingame.
Thanks for your help.
D_Lusted
I have learnt how to adjust kits and the weapons themselves.
At the moment, I have tweaked the Sniper Kit:
1: Knife
2: Pistol
3: M82A1
4: M67
5: Claymores
The kit is fully working after trial and error, and I am able to use the M82 in game. Only problem is that the Sniper Scope on the M82 is a bit small and crap.
Is there any way I can import the M95 Scope Sights with the M82 to resolve this problem???
Also, how do I add a 3 staged zoom on this weapon? ie 2x, 4x and 8x magnification.
rem ---BeginComp:DefaultZoomComp ---
ObjectTemplate.createComponent DefaultZoomComp
ObjectTemplate.zoom.zoomDelay 0.1
ObjectTemplate.zoom.zoomLod 1
ObjectTemplate.zoom.addZoomFactor 0
ObjectTemplate.zoom.addZoomFactor 0.3
ObjectTemplate.zoom.addZoomFactor 0.025
ObjectTemplate.zoom.changeFovDelay 0.1
ObjectTemplate.zoom.zoomOutAfterFire 0
rem ---EndComp ---
Is what I have done correct? As only a standard zoom and a powerful zoom is accessible ingame.
Thanks for your help.
D_Lusted