Jump to content
  • 0

New Vehicles and Weapons - Help Understanding


Donnovan

Question

Hi,

I'm finding a way to add new weapons and vehicles on my server without the need of overwatch mod.

I found some weapons and vehicles pack but i'm not sure if Epoch already have then incorporated.

rMod2.1 seens like a nice choice, but part of it is already on the Epoch files.

I come to a doubt about rMod and Epoch, and i hope someone can help me:

The rMod2.1 mod have the AC130 plane in the file ac_130.pbo, a 45 MB file.

Epoch also have the AC130 plane, because we see it ingame, but i can't find in the Epoch files the pbo ac_130.pbo or any other Epoch pbo with the AC130 files (models, textures), so i wonder how Epoch could have the AC130 plane avaliable in game.

Do you know where the AC130 files are located in the Epoch files?

Thankyou!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

The cfgvehicles also houses any other item or vehicle that is spawnable in an epoch server.  To add a new item or vehicle you would need to change this file.  If you change this file on your server your clients (players) will also need to make the same changes to their files in order to join ur server

Link to comment
Share on other sites

  • 0

Thanks for the help,

I used unRap to decode the bin file.

Found this:

	class C130J_US_EP1;	// External class reference
	
	class C130J_US_EP1_DZ : C130J_US_EP1 {
		transportMaxWeapons = 50;
		transportMaxMagazines = 400;
		transportmaxbackpacks = 20;
	};
There is no reference to a pbo file, or model or image.

Seens like C130J_US_EP1 is already defined, and this code is using it as a base.

So the C130 is a vanilla vehicle, its not a mod?

Link to comment
Share on other sites

  • 0

C130 is part of Arma2OA, it's also a cargo plane, where as the AC130 your referring to from Rmod is a flying gunship and is a completely different model / skin / config.

 

Some of the vics in Rmod are pretty cool though, like the MRAP :)

Link to comment
Share on other sites

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
  • Discord

×
×
  • Create New...