Counter-Strike 2

Counter-Strike 2

Not enough ratings
Pack your vscript into your map
By Keplyx
In this guide, I'll show you how to pack your vscript into your map with VIDE.

I will be using as example my bounce script from the bounce parkour gamemode.

This is really important!! If you skip this, your map will not work, you will be able to use the script in game, but not other players downloading the map.
   
Award
Favorite
Favorited
Unfavorite
Why?
Why do you need to pack your vscripts into your map?

Because, like custom materials, when you upload your map to the workshop with the workshop publishing tool, vscripts do not get packed automatically (unlike navmesh). So you need to do that manually.

But packing vscripts is different from paking custom materials.
So even if you know how to use VIDE to pack custom materials, you should read this guide.
Download VIDE
Download Vide[www.tophattwaffle.com] (this software will allow you to pack custom files inside your map and more! see website for more infos)
Use VIDE
Once installed Open it.



Click on Packfile Lump Editor (icon on the right)



Click add, and select your map, a list of all used materials should display:



Now, click add, and select the script (eg: setvelocity.nut), a window should open



Click Cancel, a new window should open, replace the path to scripts\vscripts and click ok



The script should appear in orange in the list, so just click save



There, now other players will be able to play the map without having the script.
You will need to pack the script every time you want to update your map.
8 Comments
send fleet pics 24 Mar, 2023 @ 3:33pm 
thank you for this!

hopefully won't have to manually pack our maps once cs2 gets released with the new hammer editor
KEKC 20 Jun, 2022 @ 4:53pm 
Thank u very much! Can't find it anywhere and lost many time. Useful guide, top <3
keko 3 Feb, 2021 @ 3:18am 
Wasted too much time tryna work out how to do this

great guide
Keplyx  [author] 22 Mar, 2020 @ 12:02pm 
This will only work if you host the map only on one server, if you want to publish it to the workshop you'll still be forced to pack your scripts; But good to know it is an option on some configurations
#TeamБунт xtance 22 Mar, 2020 @ 10:57am 
After a few years I realised it's easier to keep .nut files on the server than to do this every time. :csgo_banana:
#TeamБунт xtance 14 Dec, 2017 @ 2:09pm 
Aww yeee it works thanks a lot man! :steamhappy:
#TeamБунт xtance 14 Dec, 2017 @ 1:09pm 
Ok I will check now if this works.
⭕⃤Mojo jojo 5 Nov, 2016 @ 5:12am 
Thanks alot for this!