Raised This Month: $ Target: $400
 0% 

[CSS/HL2DM] Vehicle Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Clyde
AlliedModders Donor
Join Date: May 2013
Location: In Yur Closet
Old 01-16-2014 , 23:04   Re: [CSS/HL2DM] Vehicle Mod
Reply With Quote #491

haha, there was no vphysics in the BIN folder, there was only a server.dll thing in there. am i doing it wrong? LOL
__________________

Plugins:
Public Store
Clyde is offline
blodia
Veteran Member
Join Date: Sep 2009
Location: UK
Old 01-17-2014 , 13:45   Re: [CSS/HL2DM] Vehicle Mod
Reply With Quote #492

its the other bin folder, you only need the fix if you're using linux.
blodia is offline
Wana
Junior Member
Join Date: Sep 2012
Location: France
Old 09-10-2014 , 07:15   Re: [CSS/HL2DM] Vehicle Mod
Reply With Quote #493

Hi, i use vehicle on CSGO but i have a problem with custom sounds.
I put :
Quote:
"preload_file" "scripts/game_sounds_vehicles.txt"
in my game_sounds_manifest.txt but the server reply a lot of errors "No such sound Error vehicles\v8\v8_idle_loop1.mp3".
All the .mp3 files are precached OnMapStart(), and i have the files on my sounds directory.

I know the ATV sounds on CSS aren't supported on CSGO.

I think i have a problem with a script, i don't have game_sounds_vehicles.txt file.

Thank for your help.
(PS : sorry for my bad english)

Exemple buggy_edit.txt :
Code:
"state"
{
	"name"		"SS_IDLE"
	"sound"		"vehicles\v8\v8_idle_loop1.mp3"
}
EDIT : problem solved
I finally understand how scripts works and i forgot the game_sounds_vehicles.txt ...

buggy_edit.txt :
Code:
"state"
{
	"name"		"SS_TURBO"
	"sound"		"ATV_turbo_on"
	"min_time"	"2.5"
}
game_sounds_vehicles.txt :
Code:
"ATV_turbo_on"
{
	"channel"		"CHAN_ITEM"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"90,110"
	"wave"		"*vehicles\v8\v8_turbo_on_loop1.mp3"
}

Last edited by Wana; 09-10-2014 at 07:54. Reason: problem solved
Wana is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode