Teardown
485 个评价
de_vertigo
5
2
5
2
3
2
2
   
奖励
收藏
已收藏
取消收藏
Type: Content, Spawn
Category: Map, Gameplay
文件大小
发表于
更新日期
109.443 MB
2021 年 11 月 19 日 下午 1:37
2023 年 12 月 8 日 下午 7:23
16 项改动说明 ( 查看 )

订阅以下载
de_vertigo

描述
Vertigo from Counter Strike: Global Offensive, recreated in Teardown. There is a sandbox mode as well as a custom campaign included in the map.

Credits:
-csubliminal - mapping and modeling
-The Mafia/Prop Guy - scripting, modeling, campaign
-Thomasims - lots of scripting help
-MrJaydanOz - deleteAllBelow script (sourced from https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2579654883)
-Oleg Borysov - terminal radar image
-Valve - Vertigo (and Coop Autumn) from CS:GO
-Teardown Discord - troubleshooting and support :)
-Last but not least, a special thanks to 3kliksphilip! - https://youtu.be/X5S4O7s8VH0

Check out our other CS:GO map, de_train! https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2803318896
Report/find bugs in the pinned thread below!

Have fun, don't fall off the building, and rush B!



Note: neither I, csubliminal, nor The Mafia are affiliated with any potential re-uploads of this map or its resources within or outside of the Steam Workshop. If you use resources from this map in a published project, please give proper credit in its description. :p
热门讨论 查看全部(1)
6
2023 年 8 月 8 日 上午 11:55
置顶: Known Bugs
The Mafia
147 条留言
球员😐 10 月 3 日 上午 11:18 
10/10
csubliminal  [作者] 3 月 22 日 上午 8:11 
Make sure you are looking for “de_vertigo” and not just “vertigo” in the subscribed mods list. If it still doesnt show up then you could try unsubscribing and resubscribing, hope this helps
Doruk Berk6161 3 月 22 日 上午 12:33 
i cant find the map
Camozol 2024 年 6 月 11 日 上午 4:07 
correction: the shadow size is 100x100x100
Camozol 2024 年 6 月 11 日 上午 12:00 
also, wheres the script in the map?
Camozol 2024 年 6 月 10 日 下午 11:14 
ill try and do that
Camozol 2024 年 6 月 10 日 下午 11:14 
i forgor
csubliminal  [作者] 2024 年 6 月 10 日 下午 9:17 
Did you change it in the "height = GetFloatParam("height", "-100")" section or the "local list = QueryAabbShapes(Vec(1000, height 100,1000), Vec(-1000, height, -1000))"? With the script set with this it works on my end:

function init()
height = GetFloatParam("height", "-10")
end

function tick(dt)
local list = QueryAabbShapes(Vec(-1000, height -100,-1000), Vec(1000, height, 1000))
for i=1, #list do
xsize, ysize, zsize = GetShapeSize(list )
if xsize < 200 and ysize < 200 and zsize < 200 then
Delete(list )
end
end
end

If that still doesnt work, maybe try making the box smaller, so something closer to:
local list = QueryAabbShapes(Vec(-200, height -100,-200), Vec(200, height, 200))
for i=1, #list do
Camozol 2024 年 6 月 9 日 下午 11:51 
its still not working, again ://
Camozol 2024 年 6 月 9 日 下午 11:21 
ok