Search found 18 matches

by Branton
Wed Jan 28, 2009 11:52 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: server not found
Replies: 7
Views: 1877

Re: server not found

It's been gone again since Friday... Anyone know anything?
by Branton
Sun Jan 18, 2009 2:20 pm
Forum: Bugs and Problems
Topic: Bzflag TK Bug
Replies: 9
Views: 3179

Re: Bzflag tk bug

I'm not entirely sure but it looks like when you pause it calls the function to select a new rabbit, but it calls it with no parameter (i.e. no one killed the rabbit). This looks like it is usually called when a player leaves the game. When that happens the paused player does fully change teams back...
by Branton
Sun Jan 18, 2009 2:03 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: UPD/UDP??
Replies: 3
Views: 1208

Re: UPD/UDP??

If you got the message: Your end is not using UDP, turn on udp upgrade your client http://BZFlag.org/ or Try another server, Bye! It means that when you fired a shot it was sent with a TCP/IP packet and the server requires a UDP/IP packet. This is a sign of an older client. Not what that means in la...
by Branton
Sat Jan 10, 2009 12:12 am
Forum: Help: Source Code / Compiling / Development
Topic: How do I compile BZFlag in Visual Studio 2008?
Replies: 14
Views: 4413

Re: How do I compile BZFlag in Visual Studio 2008?

Banning based on the string returned from /clientquery is ridiculous!!! Having the knowledge of compiling (and programming) even on a windows platform DOES NOT constitute a cheater. I compile a windows client. Am I a cheater? JeffM compiles windows clients, is he a cheater? I could go on and on wit...
by Branton
Fri Jan 09, 2009 2:02 am
Forum: Game Releases and Versions
Topic: BZFlag on iPhone and iPod Touch
Replies: 61
Views: 25855

Re: BZFlag on iPhone and iPod Touch

I can't imagine that it would be hard to program it ( assuming you are an experienced IPhone programmer). The hard part is already done -- Algorthms, graphics, and network interface. Just needs to be ported, with some Iphone specific implementations. I guess the hardest part is finding time to imple...
by Branton
Fri Jan 09, 2009 1:54 am
Forum: Players
Topic: Callsign Choosing
Replies: 10
Views: 3185

Re: Callsign Choosing

Fish Pigeon is pretty good. I think the best is being Unique. I've been using "Branton" for a very long time... Very Very long time... Well lets just say since I got my first 80286... I was a young brat back then, so perhaps that was the inspiration :) Truthfully I don't remember how I cam...
by Branton
Fri Jan 09, 2009 1:48 am
Forum: Help: Source Code / Compiling / Development
Topic: How do I compile BZFlag in Visual Studio 2008?
Replies: 14
Views: 4413

Re: How do I compile BZFlag in Visual Studio 2008?

I've managed to compile BZ with VC++ 2008 express (aka free) edition. I had to get Libcurl to compile first (Google that one, it's was pretty easy). I also had to download the MS DirectX SDK to get a few header files. I had to make some minor modifications to some of the source (such as changing #in...
by Branton
Wed Jan 07, 2009 2:19 am
Forum: General Discussion
Topic: Language Spoiling The Experience
Replies: 24
Views: 6445

Re: Language Spoiling The Experience

I found the filterEvent which would makes it very easy to auto kick/ban. I got it mostly code (except for a config file reading etc) in less than an hour and this is the first ever plugin I've made. But joevano you've got a good point too. The filterEvent depends upon the BZFS filter system which is...
by Branton
Wed Jan 07, 2009 12:03 am
Forum: Players
Topic: How would you rate yourself
Replies: 180
Views: 227447

Re: How would you rate yourself

bzstats.strayer.de says I'm -450.... Sadly, that just might be on a scale of 1 to 10 ..lol
by Branton
Wed Jan 07, 2009 12:00 am
Forum: General Discussion
Topic: Language Spoiling The Experience
Replies: 24
Views: 6445

Re: Language Spoiling The Experience

I really like the "auto-kick/ban" idea on the bad language. Now I've never made a server side plugin so I can't say with any authority, but couldn't that be accomplished via a plugin? Maybe one of the plugin masters could give inputs. I'll gladly work on it if is possible. I've been wantin...
by Branton
Tue Jan 06, 2009 2:23 am
Forum: Help: Tactics and Playstyles
Topic: Beginner questions-shooting etc.
Replies: 13
Views: 4432

Re: Beginner questions-shooting etc.

Also remember if you are using guided missile it doesn't work up close. It will go right through someone sitting just a few units in front of you.
by Branton
Sat Jan 03, 2009 8:21 pm
Forum: Help: Map Making
Topic: Max Polygons?
Replies: 5
Views: 1099

Re: Max Polygons?

Thanks for the great replies. I noticed my FPS dropped to around 15 when looking at my mesh with the most faces. (On a vista laptop with a silly Intel gfx card). I'll look at the Drawinfo & LOD and see what I can do.

Thanks!
by Branton
Sat Jan 03, 2009 3:56 am
Forum: Help: Map Making
Topic: Max Polygons?
Replies: 5
Views: 1099

Max Polygons?

Ok, so I am making a map, a couple of you have seen it, and suggested I needed more objects in the mid section so I’ve rendered up a few meshes and I’m beginning to wonder, how many faces of a mesh is to many? And how many total polygons/faces for the map is to many and likely to cause performance i...
by Branton
Fri Jan 02, 2009 11:18 pm
Forum: Help: Server Setup and Administration
Topic: problem with testing my map...
Replies: 8
Views: 2448

Re: problem with testing my map...

Do you have a firewall on your box? Does XP have one built in or is that just Vista?
by Branton
Fri Jan 02, 2009 11:16 pm
Forum: Prefabs and Map Objects
Topic: Has anyone made a Cave?
Replies: 1
Views: 2162

Re: Has anyone made a Cave?

I've made some Meshs that are similar to small caves. I use the latest freeware Wings 3d, and ModelTool. It seems that you could make a cave using some cylinders arrange them, then combine them, drop a few edges (or intrude them) and you've for a cave system. I'm sure there are other ways, but Wings...
by Branton
Fri Jan 02, 2009 11:10 pm
Forum: General Discussion
Topic: How can I fix my lag?
Replies: 4
Views: 1769

Re: How can I fix my lag?

From my knowledge there are two reasons for lag: 1) bad internet connection (i.e. Dialup) or, 2) Congested internet connection. The first is probably the easiest to fix. Get a new internet connection with a different provider. The second can be caused from activity on your own connection, or in some...
by Branton
Wed Dec 24, 2008 8:12 pm
Forum: Help: Server Setup and Administration
Topic: Multiple Server List entries
Replies: 3
Views: 1559

That make sense... great... Thanks..
by Branton
Wed Dec 24, 2008 7:41 pm
Forum: Help: Server Setup and Administration
Topic: Multiple Server List entries
Replies: 3
Views: 1559

Multiple Server List entries

Hi all... I have been playing around with a server for the first time since version 1.17 and have a question. Question: I notice my server is listed twice in the server listing. Once by it's private local IP address (with no title), and once by the domain name (with title): example: 192.168.1.100 my...