initial commit

This commit is contained in:
2020-01-15 19:18:38 +01:00
commit 593a971b19
49 changed files with 1060 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
class PlaneJump{
file="DLib\functions\PlaneJump";
class pj_init{};
class pj_initPlayer{};
class playerParaBackpack{};
class pj_openRamp{};
class pj_closeRamp{};
class pj_greenLight{};
class pj_redLight{};
class pj_startJump{};
}

View File

@@ -0,0 +1,6 @@
class DLIB_pj_planeSound
{
sound0[] = {"@CUP\AirVehicles\CUP_AirVehicles_C130J\data\sound\int_engine_hi", db+10, 1.0, 250, 1, 0, 0, 0};
sounds[] = {sound0};
empty[] = {"", 0, 0, 0, 0, 0, 0, 0};
};

View File

@@ -0,0 +1,4 @@
class DLIB_pj_planeLoop
{
sound = "DLIB_pj_planeSound"; // reference to CfgSFX class
};