Facebook
From Karamba, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 360
  1. // SCP RP KARAMBA CHUJ CYCKI
  2.  
  3. "gamemode"
  4. "if your body have a lady , if your dady like a momy , sock sock damn"
  5. DZIAŁAJ SUKO-PROGRESS START
  6. sv_cheats 1
  7.  
  8. Komendy jakie bedą na tym gamemodzie używane napewno
  9. Noclip
  10. sv_cheats 0
  11. sv_cheats 1
  12. god
  13. szprite
  14. effect "innerspiral2_sprite"
  15. {
  16.         type "sprite"
  17.         material "sprites/glow01.vmt"
  18.         attachment "Alyx_Particle4"
  19.         color "128 255 160 128"
  20.         scale 0.2
  21.         fadetime 3.5
  22.         stopfollowonkill 1
  23. }
  24.  
  25. effect "innerspiral2_trail1"
  26. {
  27.         type "trail"
  28.         material "sprites/tp_beam001.vmt"
  29.         attachment "Alyx_Particle4"
  30.         color "255 50 240 128"
  31.         scale 4
  32.         fadetime .7
  33.         stopfollowonkill 1
  34. }
  35.  
  36. effect "innerspiral2_trail2"
  37. {
  38.         type "trail"
  39.         material "sprites/tp_beam001.vmt"
  40.         attachment "Alyx_Particle4"
  41.         color "128 200 200 40"
  42.         scale 4
  43.         fadetime 1
  44.         stopfollowonkill 1
  45. }
  46.  
  47.  
  48. effect "innerspiral1_sprite"
  49. {
  50.         type "sprite"
  51.         material "sprites/glow01.vmt"
  52.         attachment "Alyx_Particle3"
  53.         color "128 255 160 128"
  54.         scale 0.2
  55.         fadetime 3.5
  56.         stopfollowonkill 1
  57. }
  58.  
  59. effect "innerspiral1_trail1"
  60. {
  61.         type "trail"
  62.         material "sprites/tp_beam001.vmt"
  63.         attachment "Alyx_Particle3"
  64.         color "255 0 255 128"
  65.         scale 4
  66.         fadetime .7
  67.         stopfollowonkill 1
  68. }
  69.  
  70. effect "innerspiral1_trail2"
  71. {
  72.         type "trail"
  73.         material "sprites/tp_beam001.vmt"
  74.         attachment "Alyx_Particle3"
  75.         color "128 255 160 40"
  76.         scale 4
  77.         fadetime 1
  78.         stopfollowonkill 1
  79. }
  80.  
  81. effect "outterspiral2_sprite"
  82. {
  83.         type "sprite"
  84.         material "sprites/glow01.vmt"
  85.         attachment "Alyx_Particle2"
  86.         color "128 255 160 128"
  87.         scale 0.7
  88.         fadetime 5
  89.         stopfollowonkill 1
  90. }
  91. "wheelsperaxle" "2"
  92.         "body"
  93.         {
  94.                 "countertorquefactor"   "0"
  95.                 "massCenterOverride"    "0 0 0"
  96.                 "massoverride"          "800"           // kg
  97.         }
  98.         "engine"
  99.         {
  100.                 "horsepower"            "350"
  101.                 "maxrpm"                "3000"
  102.                 "maxspeed"              "35"            // mph
  103.                 "autotransmission"      "1"
  104.                 "axleratio"             "4.56"
  105.                 "gear"                  "1.86"          // 1st gear
  106.                 "gear"                  "1.59"          // 2nd gear
  107.                 "gear"                  "1.17"          // 3rd gear
  108.                 "gear"                  "1.0"           // 4th gear
  109.                 "gear"                  "0.84"          // 5th gear
  110.                 "shiftuprpm"            "1500"
  111.                 "shiftdownrpm"          "300"
  112.        
  113.                 "boost"
  114.                 {
  115.                         "force"         "2.5"   // 2.5 car body mass * gravity * inches / second ^ 2
  116.                         "duration"      "1.0"   // 1 second of boost
  117.                         "delay"         "15"    // 15 seconds before you can use it again
  118.  
  119. //                      "torqueboost"   "1"     // enable "sprint" mode of vehicle, not force type booster                     
  120. //                      "maxspeed"      "50"    // maximum turbo speed
  121.                 }
  122.         }
  123.         "steering"
  124.         {
  125.                 "degrees"               "26"
  126.                 "fastdampen"            "0.35"
  127.                 "slowcarspeed"          "0"
  128.                 "fastcarspeed"          "40"
  129.                 "slowsteeringrate"      "4"            
  130.                 "faststeeringrate"      "2"
  131.                 "steeringRestFactor"    "1.5"
  132.                 "turnbrake"             "0.25"
  133.  
  134.                 "skidallowed"           "1"
  135.                 "dustcloud"             "1"
  136.         }
  137.  
  138.         // front axle
  139.         "axle"
  140.         {
  141.                 "wheel"
  142.                 {
  143.                         "radius"        "18"
  144.                         "mass"          "100"
  145.                         "inertia"       "0.5"           // steady the car (fixes the oscillation of the axles about z)
  146.                         "damping"       "0"
  147.                         "rotdamping"    "0.0"
  148.                         "material"      "rubbertire"
  149.                         "skidmaterial"  "slidingrubbertire_front"
  150.                 }
  151.                 "suspension"
  152.                 {
  153.                         "springConstant"                "80"
  154.                         "springDamping"                 "4"
  155.                         "stabilizerConstant"            "110"
  156.                         "springDampingCompression"      "4"
  157.                         "maxBodyForce"                  "250"
  158.                 }
  159.  
  160.                 "torquefactor"  "0.8"
  161.                 "brakefactor"   "0.5"
  162.         }
  163.  
  164.         // rear axle
  165.         "axle"
  166.         {
  167.                 "wheel"
  168.                 {
  169.                         "radius"        "20"
  170.                         "mass"          "100"
  171.                         "inertia"       "0.5"           // steady the car (fixes the oscillation of the axles about z)
  172.                         "damping"       "0"
  173.                         "rotdamping"    "0.0"
  174.                         "material"      "rubbertire"
  175.                         "skidmaterial"  "slidingrubbertire_rear"
  176.                 }
  177.                 "suspension"
  178.                 {
  179.                         "springConstant"                "80"
  180.                         "springDamping"                 "4"
  181.                         "stabilizerConstant"            "110"
  182.                         "springDampingCompression"      "4"
  183.                         "maxBodyForce"                  "250"
  184.                 }
  185.                 "torquefactor"  "0.2"
  186.                 "brakefactor"   "0.5"
  187.         }
  188. }
  189.  
  190. "vehicle_sounds"
  191. {
  192.         // List gears in order from lowest speed to highest speed
  193.         "gear"
  194.         {
  195.                 "max_speed"             "1.0"
  196.                 "speed_approach_factor" "1.0"
  197.         }
  198.  
  199.         "state"
  200.         {
  201.                 "name"          "SS_SHUTDOWN"
  202.                 "sound"         "Crane_engine_stop"
  203.         }
  204.         "state"
  205.         {
  206.                 "name"          "SS_START_IDLE"
  207.                 "sound"         "Crane_engine_start"
  208.         }
  209.         "state"
  210.         {
  211.                 "name"          "SS_IDLE"
  212.                 "sound"         "Crane_engine_idle"
  213.         }
  214.         "state"
  215.         {
  216.                 "name"          "SS_GEAR_0"
  217.                 "sound"         "Crane_firstgear"
  218.                 //"min_time"    "1.5"
  219.         }
  220.         "state"
  221.         {
  222.                 "name"          "SS_GEAR_0_RESUME"
  223.                 "sound"         "Crane_firstgear"
  224.                 //"min_time"    "1.5"
  225.         }
  226.         "state"
  227.         {
  228.                 "name"          "SS_GEAR_0"
  229.                 "sound"         "Crane_firstgear"
  230.                 //"min_time"    "1.5"
  231.         }
  232.         "state"
  233.         {
  234.                 "name"          "SS_GEAR_0_RESUME"
  235.                 "sound"         "Crane_firstgear"
  236.                 //"min_time"    "1.5"
  237.         }
  238.         "state"
  239.         {
  240.                 "name"          "SS_SLOWDOWN_HIGHSPEED"
  241.                 "sound"         "Crane_throttleoff_slowspeed"
  242.         }
  243.         "state"
  244.         {
  245.                 "name"          "SS_SLOWDOWN"
  246.                 "sound"         "Crane_throttleoff_slowspeed"
  247.         }
  248.  
  249.         // Arm Extension / Retraction
  250.         "engine2_start"         "Crane_extend_start"
  251.         "engine2_stop"          "Crane_extend_stop"
  252.  
  253.         "misc1"                 "Crane_magnet_release"
  254.         "misc2"                 "Crane_magnet_reelin"
  255.         "misc3"                 "Crane_magnet_toggle"
  256.         "misc4"                 "Crane_magnet_creak"
  257. }
  258.