Space101 Documentation
  • 👋Starting Out
    • Space101 Support Guides
    • Before Installing
  • 📑Product Guides
    • Standalone Winch Script
      • Premade Configs
    • Code 3 Matrix Script
      • Premade Configs
    • (EVCS) Emergency Vehicle Control System 1.2
      • EVCS 2.0 (With UI)
    • Salt Spreader Control script
  • 📚General Guides
    • 32 Siren Script
    • Changing YTD Textures
    • How to Fix Modkit ID's
Powered by GitBook
On this page
  1. Product Guides
  2. Standalone Winch Script

Premade Configs

Optional Configs

Add these Into the scripts Config.lua

--2020 F250
  [`sof250`] =  {
    ropeBone = "engine",
    ropeOffset = vector3(0.0,0.94,-0.80),
    ropeDistanceTake = 1.5
  },


--2020 Park Ranger Tahoe (Pokey Development)
  [`ranger20tahoe`] =  {
    ropeBone = "extra_1",
    ropeOffset = vector3(-0.1,0.7,0.17),
    ropeDistanceTake = 1.5
  },
PreviousStandalone Winch ScriptNextCode 3 Matrix Script

Last updated 1 year ago

📑