
- 9
- 37
- 1
Top Releases
Reviews by Rayman1103
All ReviewsPublished Items
- How to install add-ons for Alien Swarm: Reactiv...
Installing Alien Swarm: Reactive Drop Add-ons Step 1: Download the add-on. All downloads are in .zip format. (You need to open the .zip archive to access the .vpk file.) If you can not open or extract the .zip/.rar file, download and ins...
- VSLib Developer Guide - Notifications
Notifications Notifications are an important portion of VSLib. Your First VSLib Mutation explains how to use notifications. Here is an example notification: function Notifications::NameOfTheNotification::YourFunctionName ( a list of game...
- VSLib Developer Guide - Damage, Update, Chat Hooks
InterceptChat() Hooks Sometimes, you just want plain 'ol Valve InterceptChat(). You can access this by typing the following: // str is the original string, and srcEnt is the CBaseEntity object that spoke function MyInterceptChat ( str, s...
- VSLib Developer Guide - Utilities
Utilities Here are a couple of utilities that you can use. Click here for a complete list. String Functions - Utils.StringReplace( string, find, replace ) - Allows you to find and replace portions of a string. - Utils.CombineArray( arr...
- VSLib Developer Guide - HUD
The HUD System HUD is child's play with VSLib. Let's quickly go over some examples. Item Class This is your generic class to display some text. ::example <- HUD.Item("You collected {num} gears out of {total}!"); example.SetValue("num", ...
- VSLib Developer Guide - Chat Triggers
Hello, World! (Chat Triggers Crash Course) What kind of introductory document would this be if it didn't have the classic Hello, World example? Instead of showing a Hello World function, let's hit home: consider a situation where the pla...
- VSLib Developer Guide - Entity & Player Class
Entity class The Entity class wraps Valve's entity object and adds a couple of new features. Here's how you can utilize VSLib's entity class: // You can find an entity by targetname yourVariableNameHere <- Entity ( "targetname here" ); ...
- VSLib Developer Guide - Helpful Addons
Here are some things that Neil created to aid with scripting. These are especially useful if you do not have Visual Studio installed. None of them are necessary for VSLib but are provided for your convenience! Notepad++ L4D2 VScript Synt...
- VSLib Developer Guide - Timers
Timers, as you may have seen in the Your First VSLib Mutation tutorial, can be very useful for a number of things. Anywhere a delay may be necessary, timers usually play some kind of role. VSLib uses timers throughout its own code. For t...
- VSLib Developer Guide - Your First VSLib Mutation
Creating Your First VSLib Mutation: BOOMER VOMIT ATTRACTS TANK HORDE Create a file called test.nut in the following folder (if the path does not exist, create the folders): C:\Program Files (x86)\Steam\SteamApps\common\Left 4 Dead 2\lef...
- VSLib Developer Guide
THE DEVELOPER GUIDE Let's build. Guide Contents Getting Started Installation Helpful Addons Your First VSLib Mutation Library Overview Timers Entity & Player Class Notifications Chat Triggers HUD Utilities Damage, Update, Cha...
- VSLib Developer Guide - Installation
A simple, powerful VScript library for L4D2. This library will make your modding so much easier. Create superior mutations, interactive maps, and much more. Installing Download the library and just extract the contents to the following f...
- How to install add-ons for Alien Swarm.
Installing Alien Swarm Add-ons Step 1: Download the add-on. All downloads are in .zip format. (You need to open the .zip archive to access the .vpk file.) If you can not open or extract the .zip/.rar file, download and install winrar for...
- How to install add-ons for Revelations 2012.
Installing Revelations 2012 Add-ons Step 1: Download the add-on. All downloads are in .zip format. (You need to open the .zip archive to access the .vpk file.) If you can not open or extract the .zip/.rar file, download and install winra...
- How to install add-ons for Contagion.
Installing Contagion Add-ons Step 1: Download the add-on. All downloads are in .zip format. (You need to open the .zip archive to access the .vpk file.) If you can not open or extract the .zip/.rar file, download and install winrar for f...
- How to install add-ons for Company Of Heroes 2.
Installing COH2 Add-ons Step 1: Download the add-on. All downloads are in .zip format. (You need to open the .zip archive to access the .sga file.) If you can not open or extract the .zip/.rar file, download and install winrar for free. ...
End of results.
Pros:
Cons:
Conclusion: