Skip to content

btunctr/CsGo-ZiplinePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGO Zip Line Plugin

This plugin allows players to navigate through maps using zip lines, adding a new level of excitement and creativity to the game. (This plugin is discontinued)

Known Bugs

  • The sound effect for using the zip line only plays at the location where the player starts riding the zip line.
  • While ziplining, crouching can sometimes get you in ground.

Default Configuration

const int ZIPLINE_REACH_LIMIT = 100; const int ZIPLINE_SPEED = 450; const int ZIPLINE_OFFSET = -70;

You can change this values by editing the SP (SourcePawn) file and compiling the plugin again.
(Im too lazy to add a configuration file)

Map

You can extract zipline pole model and textures from map using VIDE (Valve Integrated Development Environment)

You can decompile map using BSP Source

Resources

Zipline Pole 3D Model: Zipline Pole

Original Map: awp_lego_2

(Missed CSGO :/)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors