FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
How do ya get the steam CD player to work...

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    The Ville.org Half-Life Gaming Community Forum Index -> General Ramblings
View previous topic :: View next topic  
Author Message
KopiKat
Registered User


Joined: 15 May 2002

Posts: 923

PostPosted: Wed Jun 09, 2004 4:17 pm    Post subject: How do ya get the steam CD player to work... Reply with quote

Yah the things that play CD's while ur playin NS and stuff wont work for me, it'll play the first track and then it will either repeat that track or just stop completely when i enter the game. Any ideas how to get it to work?

-KK
_________________
Back to top
View user's profile Send private message Send e-mail AIM Address
Mike
Registered User


Joined: 23 Nov 2003
Location: New Jersey
Posts: 1759

PostPosted: Wed Jun 09, 2004 4:24 pm    Post subject: Reply with quote

yea i think u gotta hit like a diff track button its a pain, i think i saw a script someware where u can hit one key and it goes to the next track
_________________
R.I.P. Blue
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Kjeldorian Royal Guard 42
Registered User


Joined: 30 Nov 2001
Location: Dripping Springs, TX
Posts: 5563

PostPosted: Wed Jun 09, 2004 4:32 pm    Post subject: Reply with quote

This may help you: http://www.hlamp.com/

Maybe not.

Good luck!
_________________
Recipient of POTM award
Creator of Warz/Ville Golf Classic
<TVB> Member/Event Coordinator/Council - Retired
=US-V= Member/Event Coordinator - Retired
<eVa> Founding Father/Leadership/Webmaster - Retired
Ville Admin - Retired
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Stevo
Ville Supporter
Ville Supporter


Joined: 08 Dec 2002
Location: Orange County Guild: TVR
Posts: 9514

PostPosted: Wed Jun 09, 2004 4:51 pm    Post subject: Reply with quote

Kjeldorian Royal Guard 42 wrote:
This may help you: http://www.hlamp.com/

Maybe not.

Good luck!

Can anyone read that writing on the front page without highlighting it?
_________________

The Official TVR Website

Fopp
Song of the Week
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Mulder
Registered User


Joined: 31 Oct 2002
Location: South Louisiana, USA
Posts: 772

PostPosted: Wed Jun 09, 2004 4:54 pm    Post subject: Reply with quote

Here is a script for the in-game mp3 play, not sure if its what your talking about, but i'll post it anyway


-Make a folder called(name it "mp3" if you dont want to edit the script ) what ever you want in the mod folder(steam/steamapps/email/modname/shortmodname eg.ns,dod,tfc)

-In that folder put some mp3's.

-The way you play them is:
mp3 play "mp3/1.mp3"

*The command is: "mp3 play" then the folder its in / then the name of the file, to stop playing: "mp3 stop"

*You can have 20(in this script)or more mp3's you like and make a script that goes from one file to the other from the same key.

-Name the mp3s you move into your mp3 folder you made 1.mp3, 2.mp3 ect...

-Put this script in your config--autoexec.cfg if it works with NS, I don't know if it does our not:

Code:
 
//mp3 player

alias mv mv1 
alias mv1 "mp3 play mp3/1.mp3; alias mv mv2; alias mq mv20" 
alias mv2 "mp3 play mp3/2.mp3; alias mv mv3; alias mq mv1"
alias mv3 "mp3 play mp3/3.mp3; alias mv mv4; alias mq mv2"
alias mv4 "mp3 play mp3/4.mp3; alias mv mv5; alias mq mv3" 
alias mv5 "mp3 play mp3/5.mp3; alias mv mv6; alias mq mv4"
alias mv6 "mp3 play mp3/6.mp3; alias mv mv7; alias mq mv5"
alias mv7 "mp3 play mp3/7.mp3; alias mv mv8; alias mq mv6" 
alias mv8 "mp3 play mp3/8.mp3; alias mv mv9; alias mq mv7"
alias mv9 "mp3 play mp3/9.mp3; alias mv mv10; alias mq mv8"
alias mv10 "mp3 play mp3/10.mp3; alias mv mv11; alias mq mv9"
alias mv11 "mp3 play mp3/11.mp3; alias mv mv12; alias mq mv10" 
alias mv12 "mp3 play mp3/12.mp3; alias mv mv13; alias mq mv11"
alias mv13 "mp3 play mp3/13.mp3; alias mv mv14; alias mq mv12"
alias mv14 "mp3 play mp3/14.mp3; alias mv mv15; alias mq mv13" 
alias mv15 "mp3 play mp3/15.mp3; alias mv mv16; alias mq mv14"
alias mv16 "mp3 play mp3/16.mp3; alias mv mv17; alias mq mv15"
alias mv17 "mp3 play mp3/17.mp3; alias mv mv18; alias mq mv16" 
alias mv18 "mp3 play mp3/18.mp3; alias mv mv19; alias mq mv17"
alias mv19 "mp3 play mp3/19.mp3; alias mv mv20; alias mq mv18"
alias mv20 "mp3 play mp3/20.mp3; alias mv mv1; alias mq mv19"
bind "f8" "mv"


"F8 will play the first song then stop. Press F8 again to play the next."

If the mp3's don't play or you need an edited version of the script let me know and i'll hook you up.
_________________
Rest in Peace Blue Ruler: May 18th, 2004
Back to top
View user's profile Send private message Send e-mail AIM Address
Clay Pigeon
Registered User


Joined: 29 May 2002
Location: Michigan
Posts: 1049

PostPosted: Wed Jun 09, 2004 5:48 pm    Post subject: Reply with quote

Speaking of mp3s in NS, is there any way to stop the damn things from playing?
Back to top
View user's profile Send private message AIM Address
Bright Red Nipples
Registered User


Joined: 26 Mar 2002
Location: at work :s
Posts: 7684

PostPosted: Wed Jun 09, 2004 6:48 pm    Post subject: Reply with quote

Clay Pigeon wrote:
Speaking of mp3s in NS, is there any way to stop the damn things from playing?


Get them to play, stop them from playing!!!! What the hell ever happened to playing the game with only the sounds from the game??
_________________


God Bless You Blue Ruler
Back to top
View user's profile Send private message Send e-mail
Clay Pigeon
Registered User


Joined: 29 May 2002
Location: Michigan
Posts: 1049

PostPosted: Wed Jun 09, 2004 7:04 pm    Post subject: Reply with quote

I just hate how random NS music starts playing at time that are inoportune(sp?). Im trying to listen for footsteps and suddenly some music starts playing, royally screwing me over if I am a skulk or a gorge as a group of marines with shotguns gets the drop on me.
Back to top
View user's profile Send private message AIM Address
Mulder
Registered User


Joined: 31 Oct 2002
Location: South Louisiana, USA
Posts: 772

PostPosted: Wed Jun 09, 2004 7:04 pm    Post subject: Reply with quote

mp3 stop might work
_________________
Rest in Peace Blue Ruler: May 18th, 2004
Back to top
View user's profile Send private message Send e-mail AIM Address
SanLeo
Registered User


Joined: 05 Oct 2002

Posts: 46

PostPosted: Wed Jun 09, 2004 8:09 pm    Post subject: Reply with quote

have you tried


stopsound
_________________
Back to top
View user's profile Send private message
Clay Pigeon
Registered User


Joined: 29 May 2002
Location: Michigan
Posts: 1049

PostPosted: Wed Jun 09, 2004 8:13 pm    Post subject: Reply with quote

Yes. Stopsound works great in DoD, but doesnt help much in NS.
Back to top
View user's profile Send private message AIM Address
SanLeo
Registered User


Joined: 05 Oct 2002

Posts: 46

PostPosted: Wed Jun 09, 2004 8:17 pm    Post subject: Reply with quote

well that sucks, if you dont want them at all, you can always replace the files with blank .mp3 or .wav what ever they are.
_________________
Back to top
View user's profile Send private message
Stevo
Ville Supporter
Ville Supporter


Joined: 08 Dec 2002
Location: Orange County Guild: TVR
Posts: 9514

PostPosted: Wed Jun 09, 2004 10:20 pm    Post subject: Reply with quote

Have you tried going to Options/Advanced and unchecking the "Music enabled" option?
_________________

The Official TVR Website

Fopp
Song of the Week
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    The Ville.org Half-Life Gaming Community Forum Index -> General Ramblings All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group