安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






1. v - lua/autorun/sv_glass.lua:22
2. Call - lua/includes/modules/hook.lua:84
3. func - lua/weapons/gmod_tool/stools/train_placer.lua:119
4. unknown - lua/includes/extensions/net.lua:32
The comment bellow is true. Although I don't consider simphys a competition, as it has its own thing.
Yes, vu-mod is because this mod was made in 2011 - before vcmod even appeared and your Steam account was created.
I left the old vu-mod code position for those who would like to port vehicles to VC-MOD (e.g.: seats)
PS: It was very funny for me to hear that VU-MOD (2011, abandoned) is a "free bootleg pirated" and 'possibly illegal' version of VC-MOD (2014)
PS2: I liked simfphys, but I don't have time for this port
PS3: RAF-2203 is unfinished and hidden vehicle - it is working, but it is hidden in the spawn menu list, since it was not configured
>sees the dreaded "VU MOD" which is essentially a free bootleg pirated code and 'possibly illegal' version of VC Mod when you couldve just put them on simfphys for free instead of having to revive a dead and more than likely 'illegal' addon for its history of 'pirated code' from VC Mod
>also sees a blacklisted unused RAF-2203 aka the hl2 van in the code
smfh
185.14.184.218
или набрать в консоль:
connect 185.14.184.218:27015
still wear the old Soviet police uniforms and drive the old Soviet police cars.
It's really weird.
hook.Add("PlayerSpawnedVehicle","GlassAttachment",function( ply, vehicle )
if vehicle.VehicleTable.Glass then
local glass = ents.Create( "vehicle_glass" )
glass:SetModel( vehicle.VehicleTable.Glass )
glass:SetPos( vehicle:GetPos())
glass:SetAngles( vehicle:GetAngles() + Angle(0,90,0) )
glass:SetParent( vehicle )
vehicle:DeleteOnRemove( glass )
glass:PhysicsInit( SOLID_VPHYSICS )
glass:SetMoveType( MOVETYPE_VPHYSICS )
glass:SetSolid( SOLID_VPHYSICS )
glass:Spawn()
glass:SetModel( vehicle.VehicleTable.Glass )
else return end
end)
для временно спавна сделай так:
в корне гмода создай файл тут lua\autorun\ussr_cars.lua
и впиши туда код из следующего поста
все. теперь при каждом спавне жигулей или УАЗ-а у него будет встроено стекло. Оно также будет разрушаться после нескольких десятков выстрелов из смг
на момент создания машин был популярен другой мод (v-mod кажется), он также позволял делать доп. кресла и фары - его поодержка есть в .lua коде и я уже прописал расположение кресел и фар
но похоже старый аддон просто никто уже не использует и все перешли на simfphys
аддон кста топчек
+ Reduced content Size
+ Removed EP2 sounds (replaced with hl2)
Но всё равно спасибо, как постермейкер говорю, подарок на НГ отличный вышел
Without fixing the game regularly crashed, most likely due to a problem with sounds
and converted them.