• 0
Adir

RHS Uniforms And Weapons

Question

Hello,

I'm creating an Exile dedicated server and I encounter a problem which prevents from me to use RHS stuff on my server.
First thing first is the weapons, after I buy a weapon and then click on the weapon suitable gear filter it shows nothing but the ammunition and I added alot of suitable stuff.


Secondly, it's the wearable gear, such as uniforms, vests and backpacks. When I add these to the equipment trader, and look for the uniforms it doesn't have a picture besides it and also I can't wear it.
It's like I bought it but it's not on me. I've read that it's because arma blocks the wearing of equipment of other factions.

What can I do to fix these problems?
Thanks!

Share this post


Link to post
Share on other sites

4 answers to this question

  • 0

RHS/Mod weapons filtering is established via CBA/ASDG-JR and sometimes the load order.  There is a topic on the Exile forums about how to force this type of thing to work, but I don't know if it still works (as the thread is old) and I'm not going to search for it for you.  It exists, it was in reference to CUP.

 

The uniforms - the pictures should still show up, and they should show up on you if you wear them.  If this isn't happening then the issue is with your files or your setup, not the actual compatibility.

 

As far as uniform locking, you can do one of two things.  1)  Instruct people to hit 'take all' when looking at one of them faction-specific uniforms.  This will force it to be worn.  2)  Install the unlocked uniforms mod

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement
  • 0
1 hour ago, Thrash said:

RHS/Mod weapons filtering is established via CBA/ASDG-JR and sometimes the load order.  There is a topic on the Exile forums about how to force this type of thing to work, but I don't know if it still works (as the thread is old) and I'm not going to search for it for you.  It exists, it was in reference to CUP.

 

The uniforms - the pictures should still show up, and they should show up on you if you wear them.  If this isn't happening then the issue is with your files or your setup, not the actual compatibility.

 

As far as uniform locking, you can do one of two things.  1)  Instruct people to hit 'take all' when looking at one of them faction-specific uniforms.  This will force it to be worn.  2)  Install the unlocked uniforms mod

Thanks,

I will look for the thread of the CBA.

The pictures of the gears (not only uniforms) are not showing up, and believe me, I did ok while adding them to the trader, because they are there just without pictures, and without the abilility to wear them.

Uniforms are not being locked from the inventory such as boxes, but from the trader zone.. as I said before, I am buying them, paying the money but they're not showing either in the inventory or on the character. I tried using "Unlocked Uniforms" but it didn't work.

Share this post


Link to post
Share on other sites
  • 0

This is how it looks on our server

 

class RHSUniforms
	{
		name = "RHSUniforms";
		icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
		items[] = 
		{
			"rhs_uniform_g3_rgr",
			"rhs_uniform_g3_m81"
		}
	}
class CfgExileArsenal
{
	class rhs_uniform_g3_rgr				{ quality = 3; price = 1337; sellPrice = 1; };
}

If it looks like that, then there's definitely a problem on your servers end that isn't the fault of the mod.  Misplaced comma, error in name of uniform (capitals, etc)

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.