- Joined
- May 31, 2008
- Messages
- 698
Im making a map and the camera will be first person rather than third. Im planning on making a sniper rifle which is able to zoom in and out. And like any other gun that has a scope, i want it to show the crosshairs when you are using the scope. So i know you can use this action:
Cinematic - Apply a filter over 2.00 seconds using Normal blending on texture ScopeFilter.blp, starting with color (100.00%, 100.00%, 100.00%) and 100.00% transparency and ending with color (0.00%, 0.00%, 0.00%) and 25.00% transparency
But the only problem with this is that it applies it to all players, you cant specify which player to give the filter to. I was wondering if there was a way to make a scope for only one player. JASS is fine as im pretty sure it isnt possible to do in GUI. I looked at all of the cinematic functions, but i couldnt find it >.< so if anybody knows how to do this i would really appreciate it if you shared your knowledge with me
If this cant be done then i guess i can just create floating text in front of the unit and just make an 'X' for the crosshairs, but i would really like to use the .blp texture i found here on the hive because it would look awesome
Cinematic - Apply a filter over 2.00 seconds using Normal blending on texture ScopeFilter.blp, starting with color (100.00%, 100.00%, 100.00%) and 100.00% transparency and ending with color (0.00%, 0.00%, 0.00%) and 25.00% transparency
But the only problem with this is that it applies it to all players, you cant specify which player to give the filter to. I was wondering if there was a way to make a scope for only one player. JASS is fine as im pretty sure it isnt possible to do in GUI. I looked at all of the cinematic functions, but i couldnt find it >.< so if anybody knows how to do this i would really appreciate it if you shared your knowledge with me

If this cant be done then i guess i can just create floating text in front of the unit and just make an 'X' for the crosshairs, but i would really like to use the .blp texture i found here on the hive because it would look awesome