Jump to content
Sign in to follow this  
MrF

MrF Rangefinder MkII

Recommended Posts

Hello

This is a simple tweak of the original ArmA Rangefinder, that now include thermal view (see images).

You can found the Rangefinder MkII in Editor in "Items" or place the MRF_Box_Equipement that i create, it have 10 Rangefinder for Black/Green/Red inside.

Black

axmjbs9gk674.jpg

Green

76jbwp5qsf9.jpg

Red

39c98qq1o1hk.jpg

Classnames:

MRF_Rangefinder_MKII_a

MRF_Rangefinder_MKII_b

MRF_Rangefinder_MKII_c

MRF_Box_Equipement

Version: 1.1

Changelog:

  • Add Green/Red Thermal View
  • Changing Classnames
  • Changing Name PBO
  • Complete Stringtable

Download

License:

You can use this Addon in any Modcompilation you want, only credit me !! Thanks.

Credits:

BI for the orig. Rangefinder and ArmA 3

Have Fun with this...

MrF

Edited by MrF

Share this post


Link to post
Share on other sites
Guest

Release frontpaged on the Armaholic homepage.

================================================

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Edited by Guest
updated with latest version, thank you for registering!

Share this post


Link to post
Share on other sites

Thank you for this !! :)

Share this post


Link to post
Share on other sites

New mod v1.0 available at withSIX. Download now by clicking:

@mrf.png

@ MrF

Soon you will be able to manage the promo pages of your content on our web platform and publish new content yourself.

To do so, please hit 'this is me' button on the page while logged in and you will get connected to your work.

For now you can send new content or releases our way through withsix.wetransfer.com or add your notification at getsatisfaction.withsix.com.

Share this post


Link to post
Share on other sites

I update the Rangefinder, now it have also green & red thermal view, see changelog !!

Share this post


Link to post
Share on other sites

New update v1.1 available at withSIX. Download now by clicking:

@mrf.png

Share this post


Link to post
Share on other sites

Hi

Nice mod, I was wondering why BIS left out FLIR from future Rangefinders.

By the way...

I'm working on simple NVG+Thermal vision mod. (Basicly my first real try in arma modding)

I'm able to add ppEffects to night vision but not the thermal vision view.

Could you share me the trick?

Here is a part of my code (My starting point was HAFM_NVG mod by Aplion):

if ( currentVisionMode player != 0) then 
		{
			FG = ppEffectCreate ["FilmGrain", 2051];
			FG ppEffectEnable true;
			FG ppEffectAdjust[0.8, 1, 8, 0.1, 0.1, true];
			FG ppEffectCommit 0;

			DB = ppEffectCreate ["DynamicBlur", 451];
			DB ppEffectEnable true;
			DB ppEffectAdjust[0.42];
			DB ppEffectCommit 0;				
		} else
		{
			ppEffectDestroy FG;
			ppEffectDestroy DB;
			setAperture -1;
		};

As I know

currentVisionMode 0=normal

currentVisionMode 1=NVG

currentVisionMode 2=FLIR

But nothing happens to Thermal vision...

Thanks.

Share this post


Link to post
Share on other sites

Hi

Thanks !! :p

It seems, that you script some *.sqf, right ?? If you want Thermal View (TI) in your optics you have to create a seperate config with all the things you need inside...

In config needed:

visionMode[] = {"Normal","NVG","TI"};
thermalMode[] = {0,1};

The different modes:

0: Black / White (White = Hot)

1: Black / White (Black = Hot)

2: Green / White (White = Hot)

3: Green / Black (Black = Hot)

4: Red / White (White = Hot)

5: Red / Black (Black = Hot)

Maybe that help you !!

Greets, MrF

Share this post


Link to post
Share on other sites

Thanks for help!

Yes it is a script. But my knowledge in arma modding and scripting is very very very limited, and I am experiencingwith the mentioned NVG mod, and changed the effect, I dont even know what is in my config.bin...

What i want to do is a global/general modification of all NV and TI devices.

In first step I want to add some blur and a little bit of noise, to make it less clear and differ more from the plain eye view.

It is already working for NV but not for TI as I mentioned.

My main problem is that I dont know how to force ppEffects on TI mode.

Do you use ppEffects for the red and green color overlay?

Thanks!

Share this post


Link to post
Share on other sites

nope... no ppEffects used yet, only the config-tweak is done !! I think it's not possible to add NVG/TI via scripting, you must change this in a config, but im new in modding too, maybe there is an scripting-solution for this ?! Don't know...

Open my Addon and take a look inside, this should help you on your project. ;)

Edited by MrF

Share this post


Link to post
Share on other sites
Open my Addon and take a look inside, this should help you on your project. ;)

Ok, thanks!

Share this post


Link to post
Share on other sites

I posted this on the Addon Requests Thread, but thought it would be rather unseen by the popularity of the thread.

Anyways, is it possible to make a thermal goggles mod?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×