[Audyssey] what to use in rail racer

2006-06-18 Thread will
Hi, for those of us who want to try the upcoming rail racer game with a variety of controlers, is a joystick or gamepad recommended? regards, Will ___ Gamers mailing list .. Gamers@audyssey.org To unsubscribe send E-mail to [EMAIL PROTECTED] You can

Re: [Audyssey] new harry potter mud need to get players.

2006-06-18 Thread chris
Hello all, I tried to send this yesterday, but it never got to my in box, so I thought I would try again. Hi all, I use GMud as my client and to add a new host I need to know the full Host Name and the 4-digit port code. Can anybody help with this please, as I am only getting an error 11001.

Re: [Audyssey] new harry potter mud need to get players.

2006-06-18 Thread X-Sight Interactive
Yes chris I think we got it - not all ports are four digits, the port for that harry potter mud is 23. Regards, Damien -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chris Sent: 18 June 2006 10:36 To: Gamers Discussion list Subject: Re: [Audyssey]

Re: [Audyssey] Writing text adventures

2006-06-18 Thread X-Sight Interactive
Ari, I wouldn't try c++ as a beginner myself - I made the big mistake of trying vb - didn't understand any of it I didn't know anything about how computers worked - so I tried autoit, and I still use it now, and will continue using it until I have learned and am competent with another programming

Re: [Audyssey] Writing text adventures

2006-06-18 Thread Yohandy
I have tried programming with autoit, but I found that the documentation was not good at all. It just gave you examples. I've never programmed anything before, so it made no sence. Is there a better documentation that actually explains what functions are etc? - Original Message -

Re: [Audyssey] Writing text adventures

2006-06-18 Thread ari
Same here, need documentation that's really simple and assumes nothing, but does not rush through things. Any language that can give me such support I will do. Ari ___ Gamers mailing list .. Gamers@audyssey.org To unsubscribe send E-mail to [EMAIL

Re: [Audyssey] what to use in rail racer

2006-06-18 Thread Thomas Ward
Hi, Will. I have successfully ran RR with a gamepad with no problems. Probably for the coolest racing experience a Racing wheel is preferable as it kind of has that racing feel. I certainly like racing wheels over the feel of the mouse. will wrote: Hi, for those of us who want to try the

Re: [Audyssey] game pads.

2006-06-18 Thread Thomas Ward
Hi. Sure. Well, you have Aliens in the Outback, Shades of Doom 1.2, Troopenum, and I know Montezuma's Revenge does as I am currently working on js/gamepad support right now. Although, In Montezuma's Revenge the code is slightly buggy to some degree, but functional. Ian McNamara wrote: hi

Re: [Audyssey] Writing text adventures

2006-06-18 Thread Thomas Ward
Hi, Ari. The books sold on safari which contains books from Oreilly, Sam's, and others are all read online in your web browser. So they are quite accessible that way. The catch 22 is you have to be online and logged in to your account to read them as you learn. As for C++ I wouldn't call it a

Re: [Audyssey] Writing text adventures

2006-06-18 Thread Thomas Ward
Hi, Damien. I respect your opinion, but I don't feel anyone needs to know how a computer works to write a program and learn a programming language. In fact, programming has more in common with math concepts than anything else. Here in the U.S.A. most people who graduate from high school have had

Re: [Audyssey] Writing text adventures

2006-06-18 Thread Liam Erven
I actually suggest vb if you're gogin to start out if you're brand new. Now if you want to knwo somethign that will be useful, learn C. A lot of other languages are based on C or some form. Heck. I'm learning php now, and it has a lot of things that are similar to C. What people need to

Re: [Audyssey] Writing text adventures

2006-06-18 Thread X-Sight Interactive
No the problem I had were all those lines of code, like hwnd_proc, hdc, hinstance hprevinst and stuff like that, I just didn't understand it, which is why I started simple. Then I began to learn console c. I'm waiting for the last chapter of the tutorial to get to me, but when I get that and I

[Audyssey] Downloads for Rail Racer

2006-06-18 Thread Che
Hey gang, The Rail Racer beta will be out tomorrow, but I wanted to make sure folks had the necessary files to run it. You will need the latest version of directX9C to run the game. This has been the main problem with the handful of folks having trouble with running it, because they had

Re: [Audyssey] Writing text adventures

2006-06-18 Thread Thomas Ward
Hi, Damien. No wonder you got lost. The stuff you mentioned is apart of Microsoft's win32 API. In other words it is a Microsoftism specifically for Windows programming, and takes forever to master. It is not a part of the core C++ language, but apart of Microsoft's add ons for C++. Certainly,

Re: [Audyssey] Writing text adventures

2006-06-18 Thread X-Sight Interactive
It's good for beginners though you godda admit. I made the mistake of starting out with vb and didn't understand much. Mind you, saying that, to be honest they didn't teach me very well. Didn't bother giving me the msdn library and expected me to learn how to do it. Just gave me these darn

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Che
Thanks to Thomas for the offer. I think however, the June 2005 may not work, as we had one system that had to be updated from that version. This system was running on a 98 machine, but that shouldn't have mattered. If someone wants to try the June 2005 version and let me know if it works

Re: [Audyssey] Old Man Stanley's table score

2006-06-18 Thread Charles Rivard
This would be a question for www.draconisentertainment.com customer service or sales department, and nobody else. You will probably get better results there. Thanks. - Original Message - From: Sky Taylor [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Sunday,

Re: [Audyssey] Writing text adventures

2006-06-18 Thread Thomas Ward
Hi, Liam. If you mean by VB (VB 6) I disagree. Here is why. If someone starts out with VB 6 and not VB.net the new programmer is going to miss out on some very good programming skills and concepts that is the core of modern programming. Languages such as Java, VB.net, C#.net, etc are fully

[Audyssey] Rail Racer Question.

2006-06-18 Thread Ryan Conroy
Hi Che and all, I was just wondering about the difference here between the mouse, game Pad, and the keyboard For example, if I'm racing against someone and they are using the mouse, and I'm using the keyboard, does that cut my chances of winning? Thanks, Ryan C. So you sedate and drown in

Re: [Audyssey] Writing text adventures

2006-06-18 Thread Liam Erven
I actually think vb.net is a good place to start. I'm eventually going to be moving to it when I get done with judgment day. - Original Message - From: Thomas Ward [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Sunday, June 18, 2006 6:26 PM Subject: Re:

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Thomas Ward
Hi, Damien. Which version of DirectX 9 do you have? There are several versions of DirectX 9. In fact, a new version was just released last week. X-Sight Interactive wrote: Direct x 9, hmm, I'm using that at the moment and it doesn't seem to be very responsive with car frequencies on

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Thomas Ward
Hi, Che. As of the last Alpha RR was working with the June 2005 DirectX runtime. That is the version I have been building against for Monty, Raceway, and STFC, and obviously the version I was testing RR with. However, this was on a Windows XP Pro system. Hth. Che wrote: Thanks to Thomas

Re: [Audyssey] Rail Racer Question.

2006-06-18 Thread Thomas Ward
Hi, Ryan. I am sure Che can correct me if I am wrong on this, but it does appear by using the mouse you can get slightly better lap times. At the moment RR is not multiplayer as of the last Alpha so you are competing against the AI racer. Ryan Conroy wrote: Hi Che and all, I was just

[Audyssey] Disreguard last post.

2006-06-18 Thread Ryan Conroy
Hi all, Rail Racer doesn't have online play. lol Sorry, I'm jumping ahead of myself. From what I've read, mouse will have better results when racing against the computer, and I guess that's what I was asking. Take care, Ryan C. So you sedate and drown in vain You've got a pill for every day A

Re: [Audyssey] Writing text adventures

2006-06-18 Thread X-Sight Interactive
I know I wasn't blaming vb anyway, not half as complex as some, but I was saying that I found it hard, especially with forms. My computing friend didn't even know how to make it accessible. I was using supernova at the time, but even when I started with jaws I couldn't find a way of doing it.

Re: [Audyssey] Writing text adventures

2006-06-18 Thread X-Sight Interactive
Sounds like it's gonna be another java language - more web than program lol. Oh well as long as the net framework don't decide to fix my system up with frequent and rather annoying crashes that'll eventually lead to the confusion of the new computer technician and maybe an unnecessary format of

Re: [Audyssey] Rail Racer Question.

2006-06-18 Thread Che
Yes, I think using the mouse or a joystick will generally improve your chances of posting faster lap times. Rail Racer does not include multi player support, however your lap and course times will be posted on the web so you can compare your times to others, and I will be hosting racing

Re: [Audyssey] Games Problem

2006-06-18 Thread X-Sight Interactive
P.s. what sky? P.s. usually means there's something after it ... Anyway, to answer your question, you may be able to find it in the device manager if you know what device is causing the problem. If not, recommend the windows hardware troubleshooter. Regards, Damien -Original Message-

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Richard Sherman
Hi Thom, Is there any way for one to check their system to find out what current version they have? Will windows automatically download the newest version of direct x if set up to do so? What is the latest version # of direct x and where can one get it? Thanks for the help. Rich -

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Ivan Fegundez
On microsoft, I cant find where to download thoes files. Thanks Ivan owner-moderator for e-ray games mailing list. IF YOU HAVE not joined my e-ray group, join viea email. Justsend a email letting me know that you want to subscribe at: [EMAIL PROTECTED]

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread shaun everiss
I have april 2006 and it works with rr. At 11:21 AM 6/19/2006, you wrote: Thanks to Thomas for the offer. I think however, the June 2005 may not work, as we had one system that had to be updated from that version. This system was running on a 98 machine, but that shouldn't have mattered.

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Ivan Fegundez
So what do I do after I download them? Just open them? Thanks Ivan owner-moderator for e-ray games mailing list. IF YOU HAVE not joined my e-ray group, join viea email. Justsend a email letting me know that you want to subscribe at: [EMAIL PROTECTED]

Re: [Audyssey] Rail Racer beta update

2006-06-18 Thread reinhard Stebner
what is chicanes? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Che Sent: Saturday, June 17, 2006 1:18 PM To: Gamers Discussion list Subject: [Audyssey] Rail Racer beta update Booga booga. First of all, I will be in the game chat today on for the

[Audyssey] DirectX was Downloads for Rail Racer

2006-06-18 Thread Thomas Ward
Hi, Richard. Well, the MS Windows update service generally does not have the newist build of Microsoft DirectX. They tend to run a little behind as they allow developers and companies to test them for reliability before making them apart of the standard Windows update. Makes sense really.

Re: [Audyssey] Writing text adventures

2006-06-18 Thread Thomas Ward
Hi, Damien. When you say that C++ is one self-contained program and has no silly little libraries you are only looking at very very very simple programs. I can garentee you that more complex C++ programs have many of those silly little libraries. Have you ever looked at MS Excel, MS Word, MS

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Yohandy
Now that we're discussing direct X, I have a question. what's the latest version, and how do I check if I have it installed? Thanks. - Original Message - From: Thomas Ward [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Sunday, June 18, 2006 7:30 PM Subject: Re:

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Richard Bennett
Hey Che, I am asking this question, which I think I already know the answer to, but want to make sure. Recently I downloaded Microsoft Visual C++ 2005 express edition, it came with .net framework 2.0 and is installed. I know that with most stuff it is backwards compatible, and am wondering if

[Audyssey] Chicanes was Rail Racer update

2006-06-18 Thread Che
Chicanes are section of track that slow the racer down. One was put in at Watkins Glen after several drivers were either injured or killed in turn 4. The chicane was put in so they wouldn't enter the turn so fast. Later, Che - Original Message - From: reinhard Stebner [EMAIL

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Che
I don't know if framework 2.0 is backward compatable or not. - Original Message - From: Richard Bennett [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Sunday, June 18, 2006 9:34 PM Subject: Re: [Audyssey] Downloads for Rail Racer Hey Che, I am asking this

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Richard Bennett
oh ok thanks, I am assumming that it will be since most other things are, guess we shall find out. BEAN ___ Gamers mailing list .. Gamers@audyssey.org To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit

Re: [Audyssey] Rail Racer beta update

2006-06-18 Thread Richard Sherman
The definition of chicane as he used it is: a movable barrier used in motor racing; sometimes placed before a dangerous corner to reduce speed as cars pass in single file - Original Message - From: reinhard Stebner To: 'Gamers Discussion list' Sent: Sunday, June 18, 2006

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Ivan Fegundez
Hi che, Will the directx from thoms site work with rr? Thanks Ivan owner-moderator for e-ray games mailing list. IF YOU HAVE not joined my e-ray group, join viea email. Justsend a email letting me know that you want to subscribe at: [EMAIL PROTECTED]

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread shaun everiss
install them, run them. At 11:53 AM 6/19/2006, you wrote: So what do I do after I download them? Just open them? Thanks Ivan owner-moderator for e-ray games mailing list. IF YOU HAVE not joined my e-ray group, join viea email. Justsend a email letting me know that you want to subscribe

Re: [Audyssey] DirectX was Downloads for Rail Racer

2006-06-18 Thread Ivan Fegundez
Hi, it says that I am using direct x c. Is this what I need for rr? Does this mean That I can just download the framework? Thanks Ivan owner-moderator for e-ray games mailing list. IF YOU HAVE not joined my e-ray group, join viea email. Justsend a email letting me know that you want to

Re: [Audyssey] Games Problem

2006-06-18 Thread shaun everiss
Hmmm. I would first suggest you going to control panel by start then run then type control. Now system then hardware then device manager button. Look through your device list and push enter on devices to get their properties. Look in the general tab. You are looking for conflict device list. If

Re: [Audyssey] DirectX was Downloads for Rail Racer

2006-06-18 Thread Thomas Ward
Hi, Ivan. As I just pointed out when you run dxdiag you are given the version of DirectX such as 9.0C and then a build number like 4.09.xxx. The second number, the build number 4.09.xxx, is the important part for compatibility. The rule of thunb is you should be running the same or better

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Thomas Ward
Hi. I have already responded to these questions in the DirectX thread. June 2006 is the latest version, and dxdiag will give you the build number of the release you are using. For more info see my post which started the DirectX thread. Yohandy wrote: Now that we're discussing direct X, I have

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Thomas Ward
Hi, Ivan. Well, I have been using the version off of my site with the RR Alphas and it has worked for me with no problem. I'll be able to tell you for sure once the beta comes out and I can test it against the latest version. Ivan Fegundez wrote: Hi che, Will the directx from thoms site work

Re: [Audyssey] Downloads for Rail Racer

2006-06-18 Thread Thomas Ward
Hi, Richard. Well, .net framework 1.1 and 2.0 are not the same framework, but 2.0 is backwards compatible with 1.1 applications. I've been testing this, and will be fixing Montezuma's Revenge and STFC so that they will operate correctly in 2.0 and run smoothly on 1.1 or 2.0. Smile. Richard