Jump to content

Recommended Posts

gf-sea-uniforms-version-10-1_4.pnggf-sea-uniforms-version-10-2_4.pnggf-sea-uniforms-version-10-3_4.pnggf-sea-uniforms-version-10-4_4.pnggf-sea-uniforms-version-10-5_4.png

 

 

gf-sea-uniforms-version-10-preview_4.png

GF Sea Uniforms

by

 

GEORGE FLOROS [GR]

 

 

Description:

GF SEA UNIFORMS , Sdar rifle and a uniform ( Greek camo ) fixed for swimming.
You are free to do anything but i would like to give me Credits for this!
Simple and easy to use and adapt .
Have Fun !

 


Installation / Usage:

To install GF SEA UNIFORMS , you should use modfolders to keep it seperate from the official game content to prevent issues.
With Arma 3 you can use different ways to set up your modfolders to use custom content you have downloaded.
Please visit the Arma 3 Mod install instructions page for more information about using custom mods and addons in Arma 3.


https://community.bistudio.com/wiki/SQF_syntax
Don't try to open this with the simple notepad.

For everything that is with comment // in front or between /*
means that it is disabled , so there is no need to delete the extra lines.

You can open this ex:
with notepad++
https://notepad-plus-plus.org/

and also use the extra pluggins
(this way will be better , it will give also some certain colours to be able to detect ex. problems )
http://www.armaholic.com/page.php?id=8680

or use any other program for editing .

For the Compilation List of my GF Scripts , you can search in:

https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/

 

Included files:
GF_SEA_UNIFORMS.pbo
GF_SDAR.pbo


Notes:

GF SEA UNIFORMS , Sdar rifle and a uniform fixed for swimming.
This mod is for example purposes.
The custom Sdar rifle , has the slot for the optics enabled
and the sounds are different and more loud.
It is posible to unpack and edit.

 


Credits and Thanks to :

Thanks to All script contributors
Thanks to everyone who tries to do the best for this game!
Thanks to BIS for such a great platform .
Thanks to BIS Community and BIS Community Forums .
Thanks to Armaholic Community and Forums .

 

 

Changelog:

 

v1.0


Forum topic:
- Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40309

 

 

Armaholic

GF Sea Uniforms

 

  • Like 5

Share this post


Link to post
Share on other sites
7 hours ago, GEORGE FLOROS GR said:

My question is , if it's possible  to be applied to every uniform  with one config :


uniformType="Neopren";

Thanks !

Share this post


Link to post
Share on other sites

Images don’t work?

  • Like 1

Share this post


Link to post
Share on other sites

Images work for me. Maybe for you guys too by now?

  • Thanks 1

Share this post


Link to post
Share on other sites
5 hours ago, Flinty said:

Images don’t work?

 

4 hours ago, Von Quest said:

Same here, no images....

 

3 hours ago, JohnKalo said:

Images work for me. Maybe for you guys too by now?

 

Maybe by saying images , you probably asking about the download link and not the actual images.!

It's available in armaholic and the links are now available as well.

Thanks !

 

Share this post


Link to post
Share on other sites

No, I mean the actual preview images on the thread

Share this post


Link to post
Share on other sites
2 hours ago, Flinty said:

the actual preview images

 

You can't click on them ?

Because for me it's fine.

Share this post


Link to post
Share on other sites
Just now, Flinty said:

As seen here; 

Do you see this with a tablet?
 

Share this post


Link to post
Share on other sites

Yes, this is seen on all my devices. It's an issue with your image links. Try using Imgur or perhaps set a link to an album of images.

  • Thanks 1

Share this post


Link to post
Share on other sites
11 minutes ago, GEORGE FLOROS GR said:

Because for me it's fine.

i can't see images either? just

 

19 hours ago, GEORGE FLOROS GR said:

Iz-Qy9_DS1Sg8qZ-SmJMzg.png

 

some text for an image link but it never loads...

 

cool to see your're making texture mods now too, is this the first or did i miss something? i'll check this out anyways, thanks for all your work george :D

  • Thanks 1

Share this post


Link to post
Share on other sites

I ' m using print screen , thanks for the tip Flinty , i will check about !

 

Share this post


Link to post
Share on other sites
2 minutes ago, lordfrith said:

thanks

 

Thank you very much lordfrith!

 

Generally , i have a lot of unpublished stuff  , but i don't have the time that is needed for everything !

I'm trying though!

 

By the way i was looking on how to force all the uniforms to be for swimming..

Do you know anything about ?

 

Thanks again very much !

Share this post


Link to post
Share on other sites

Really strange since I can see all images. Maybe it is a locality issue since we are both with Greek IPs??

  • Haha 2

Share this post


Link to post
Share on other sites
14 minutes ago, JohnKalo said:

since we are both with Greek IPs??

 

Visit Greece | Greece – A 365 Day Destination

( This is one of the best video from the Greek National Tourism Organization (G.N.T.O.) )

  • Like 1

Share this post


Link to post
Share on other sites
41 minutes ago, Flinty said:

Try using

 

Is it now fixed ?

This is the armaholic pics .

Share this post


Link to post
Share on other sites

Yay! I can finally see them now! :eyeheart:

I was having the same issue as the other guys, but all good now. :f: 

Nice work on those textures man. :rthumb:

  • Thanks 1

Share this post


Link to post
Share on other sites
2 minutes ago, GEORGE FLOROS GR said:

Is it now fixed ?

 

it is indeed fixed :D

 

hey george the mod works great but i think you're writing more than you need to in the configs, for a texture replacer you pretty much just need to inherit from the existing weapon/uniform and just add new item names and the texture path. For example the SDAR:

class CfgWeapons
{
		class Rifle;
  		class Rifle_Base_F;
		class arifle_SDAR_F;
		class GF_SDAR_F: arifle_SDAR_F;
	{
		author="GEORGE FLOROS [GR]";
		_generalMacro="GF_SDAR_F";
		baseWeapon="GF_SDAR_F";
		displayName="SDAR [GF]";
		picture="\GF_SDAR\data\UI\GF_SDAR_ca.paa";
		UiPicture="\GF_SDAR\data\UI\Logo_256.paa";
		hiddenSelections[]=
		{
			"camo",
			"camo1"
		};
		hiddenSelectionsTextures[]=
		{
			"\GF_SDAR\data\rfb_co",
			"\GF_SDAR\data\rfb_uw_co"
		};
	};
};

sort of thing...

 

anyways good work as always bud, keep em coming

  • Thanks 1

Share this post


Link to post
Share on other sites
Just now, EO said:

Yay! I can finally see them now! :eyeheart:

 

Thank you very much EO !

I had upload as an example in a topic for westsuits , so i thought it was good to publish this.

 

2 minutes ago, lordfrith said:

it is indeed fixed :D

 

Thanks also for the config tip !

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

×