SGTbayk47 Posted October 3, 2017 Share Posted October 3, 2017 I tested with a regular Laser Rifle, and the iron sights worked fine for me because I use the Laser Rifle meshes from WMX that have working sights. As far as I know the original Laser Rifle and AER14 don't have proper sights, so when the animation was changed it blocks your view when aiming. As for the skipping the first shot I don't recall that happening to me, but I'll test it out a bit more. Link to comment Share on other sites More sharing options...
Mktavish Posted October 4, 2017 Share Posted October 4, 2017 "skipping the first shot" That would be an engine skip when implementing auto rifle graphical render mode. Link to comment Share on other sites More sharing options...
oscarvdhooft Posted October 4, 2017 Author Share Posted October 4, 2017 "skipping the first shot" That would be an engine skip when implementing auto rifle graphical render mode.Any idea how to fix? Appreciate all the replies so far. Link to comment Share on other sites More sharing options...
Mktavish Posted October 4, 2017 Share Posted October 4, 2017 (edited) Any idea how to fix? A better means of implementing those entry point commands. Yes the engine thinks about if the weapon is automatic before it sets up the render pipe line. ineficient ... so it chokes regularly The entry point is better before pipe render.But not too soon ,,, enough time to render in cells stable . Edited October 4, 2017 by Mktavish Link to comment Share on other sites More sharing options...
oscarvdhooft Posted October 4, 2017 Author Share Posted October 4, 2017 Any idea how to fix? A better means of implementing those entry point commands. Yes the engine thinks about if the weapon is automatic before it sets up the render pipe line. ineficient ... so it chokes regularly The entry point is better before pipe render.But not too soon ,,, enough time to render in cells stable . If I exit and enter the cell I used for testing it will work? Not sure what you're saying. Link to comment Share on other sites More sharing options...
Mktavish Posted October 5, 2017 Share Posted October 5, 2017 (edited) No I just mean like loading the cell is a pipe line choke point .. , sorry my typeing didn't work out so well :pinch: .talking about entry points was jacked up. So to explain that ... The focus object from an entry point. Should be rendered stable before having that check on it. So having objects past the cell load limit ... just in Lod , would have problems ... and other possibles . Edited October 5, 2017 by Mktavish Link to comment Share on other sites More sharing options...
Recommended Posts