Jump to content

[RELEASE] beached aircraft carrier Cherno


Recommended Posts

I have made a beached aircraft carrier for Cherno....here are the files....sorry for my bad englisch.

 

Images:

 

http://www.daddelfreaks.com/bilder/aircraftcarrier1.png

 

http://www.daddelfreaks.com/bilder/aircraftcarrier2.png

 

 

sqf:

 

http://www.daddelfreaks.com/bilder/aircraftcarrier.rar

 

Lg Jürgen

Link to comment
Share on other sites

Installed and already a base for players. Cheers for a great addition.

 

The ramp can damage vehicles as they try to mount the carrier and sometimes players spring backwards off the deck. We installed a metal plate at the lip of the carrier to act as a step which has solved the problem. The searchlight doesn't work, but I'll see if I can get it fixed.

 

Thanks muchly indeed, and have some beans...

Link to comment
Share on other sites

  • 1 month later...

Installed and already a base for players. Cheers for a great addition.

 

The ramp can damage vehicles as they try to mount the carrier and sometimes players spring backwards off the deck. We installed a metal plate at the lip of the carrier to act as a step which has solved the problem. The searchlight doesn't work, but I'll see if I can get it fixed.

 

Thanks muchly indeed, and have some beans...

 

hey can you give me the file with the metal plate installed? because i dont know where to place it correct so the glitch doesnt work

Link to comment
Share on other sites

Installed and already a base for players. Cheers for a great addition.

 

The ramp can damage vehicles as they try to mount the carrier and sometimes players spring backwards off the deck. We installed a metal plate at the lip of the carrier to act as a step which has solved the problem. The searchlight doesn't work, but I'll see if I can get it fixed.

 

Thanks muchly indeed, and have some beans...

 

please can you tell me where to put the ramp? because i cant get onto the carrier without a heli since my player get stuck and if  try to vault over it, it kills me

Link to comment
Share on other sites

  • 1 month later...

I think adding the search light classname to DZE_SafeVehicle in variables.sqf.

Yup that worked.

 

please can you tell me where to put the ramp? because i cant get onto the carrier without a heli since my player get stuck and if  try to vault over it, it kills me

Open the aircraftcarrier.sqf and look for this:

_vehicle_42 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_dirthump03", [7465.8286, 2828.2024, 4.840343], [], 0, "CAN_COLLIDE"];
  _vehicle_42 = _this;
  _this setDir -86.291885;
  _this setPos [7465.8286, 2828.2024, 4.840343];
};

Replace with code below. Some dirt will be showing up over the carrier edge, personally I like the look, as if it really ran aground: 

_vehicle_42 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_dirthump03", [7465.8286, 2828.2024, 5.540343], [], 0, "CAN_COLLIDE"];
  _vehicle_42 = _this;
  _this setDir -86.291885;
  _this setPos [7465.8286, 2828.2024, 5.540343];
};

If you do not want any dirt poking up over the carrier use this:

_vehicle_42 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_dirthump03", [7465.8286, 2828.2024, 5.240343], [], 0, "CAN_COLLIDE"];
  _vehicle_42 = _this;
  _this setDir -86.291885;
  _this setPos [7465.8286, 2828.2024, 5.240343];
};
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 5 weeks later...

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

×
×
  • Create New...