Search found 1899 matches

by Winny
Wed Jul 02, 2008 4:18 pm
Forum: Servers: General Discussion
Topic: Badgerking Down - Duh!
Replies: 25
Views: 11571

I popped up a temporary server on bzflagr.net:5155 until the regular one is back.
by Winny
Sun Jun 29, 2008 4:13 pm
Forum: Map Editors
Topic: RatBZEdit - Yet another map editor, only made with Python!
Replies: 9
Views: 4885

lol_u died wrote:So can you download this python interpreter you say? is it some kind of software?
Ever heard of Google? It's this amazing thing you can use to search the internet.

Gee, look what the first result was for "python": http://www.python.org/
by Winny
Fri Jun 27, 2008 7:45 pm
Forum: Map Editors
Topic: RatBZEdit - Yet another map editor, only made with Python!
Replies: 9
Views: 4885

lol_u died wrote:Perhaps you can find some software that makes installations for you like Windows Installer
It's called python. It's a scripting language. You don't "install" the scripts, you run it from the python interpreter.
by Winny
Mon Jun 09, 2008 10:21 pm
Forum: General Discussion
Topic: Logging in issue
Replies: 3
Views: 2574

Try clearing out your cache, since nothing in the way of server configuration has changed.

I'll look through the banfile and see if there are any outstanding hostbans, as well.
by Winny
Mon Jun 09, 2008 12:01 am
Forum: Help: Map Making
Topic: How do I set up a public server up on mac?
Replies: 17
Views: 4512

If you don't know the password, then chances are your parents don't want you running a server, or touching the router's settings.

Running a server is not trivial, it is best to get someone with a suitable connection to host it for you.
by Winny
Sun Jun 08, 2008 11:50 pm
Forum: Help: Map Making
Topic: How do I set up a public server up on mac?
Replies: 17
Views: 4512

On Leopard it is simply called the "Airport Utility".

Applications -> Utilities -> Airport Utility

From there, wait for it to find your router, and then you can administer it from there.
by Winny
Sun Jun 08, 2008 11:27 pm
Forum: Help: Map Making
Topic: How do I set up a public server up on mac?
Replies: 17
Views: 4512

You need to unblock the correct ports on your router.

http://portforward.com/

Look up your router and follow the instructions.
by Winny
Tue Jun 03, 2008 12:24 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: OS X 10.5.3 and BZ 2.0.10 crashing
Replies: 14
Views: 5198

lol_u died
If you "don't know", then don't reply to the post, simple as that.


Cj_
I havent had any issues, but I'll keep trying to replicate it.

Try starting BZFlag from the terminal, and see if it prints any errors into it after the crash.
by Winny
Mon Jun 02, 2008 10:02 pm
Forum: Help: Map Making
Topic: 2 questions
Replies: 5
Views: 2250

silver surfer wrote:dang... That sucks.....

me1... i kno it has to be a .png but how do i code it in....
You replace the .tga image with a .png image that you create in some photo editing software.
by Winny
Mon Jun 02, 2008 9:39 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: OS X 10.5.3 and BZ 2.0.10 crashing
Replies: 14
Views: 5198

Check it out... don't know if it helps but here :P Then why don't you use your brain and figure out if it's helpful or not? That "article" only contains information about what was fixed or updated in 10.5.3, nothing about any problems arising from the update. So, in the future, think befo...
by Winny
Sun Jun 01, 2008 3:42 am
Forum: Help: Map Making
Topic: Map Hosting
Replies: 5
Views: 2369

If someone wants to host a map they will do so.

Just release them in the map releases section, under a viable license.
by Winny
Fri May 30, 2008 11:23 pm
Forum: Works In Progress
Topic: my incredibly simple map made on ibzedit
Replies: 51
Views: 18476

fluffy mcduff wrote:i dont think you can add flags in ibzedit.
Then add them in a text editor, it really isn't hard to open up a text editor and type a few lines out. In most situations, it's faster to type it then adding flags with a GUI.
by Winny
Fri May 30, 2008 7:25 pm
Forum: General Map Making Discussions
Topic: BZWTestLauncher Beta 1
Replies: 61
Views: 34355

You need to use mono ( http://www.mono-project.com/Main_Page ) to compile the program on OS X, since it's a Windows-based application.
by Winny
Sun May 25, 2008 3:16 pm
Forum: Forum Suggestions, Questions, and Issues
Topic: Forum Login Problems
Replies: 3
Views: 2969

I've had this issue for a while too.. Firefox by any chance? It's been happening on OS X and Windows... I stay logged in for about 1-2 hours, but I come back and then I'm logged out. Cleared cache, cookies, everything multiple times. Doesn't appear to be on my end, but instead it appears to be a bug...
by Winny
Sat May 24, 2008 1:39 pm
Forum: Works In Progress
Topic: battle zone ctf
Replies: 13
Views: 6331

Code: Select all

material
 name myName
 texture http://images.bzflag.org/images/<name>/<texture>.png
end

meshbox
 name meshboxName
 size 10 10 10
 position 10 10 10
 rotation 45
 matref myName
end
by Winny
Sat May 17, 2008 4:11 pm
Forum: Leagues: General Discussion
Topic: One Quick Question
Replies: 27
Views: 13904

You can have one picture that scrolls.

Make one (or two) 1024x64 images and have the numbers 1 to 60 on them (or across both in the case of using two).

Then you can use the same texture for the minutes and seconds column.
by Winny
Fri May 16, 2008 9:30 pm
Forum: Help: Map Making
Topic: Texture
Replies: 3
Views: 1633

That texture is in your data folder.

Windows
C:\Program Files\BZFlag2.0.<x>\data

OS X
/Applications/BZFlag-2.0.<x>/Contents/Resources/


They're named as red_tank.png, blue_tank.png, etc.
by Winny
Fri May 16, 2008 7:58 pm
Forum: Leagues: General Discussion
Topic: One Quick Question
Replies: 27
Views: 13904

New leagues rarely last. It's not meant to discourage you, that's just how it is. Over the past 3-4 years I've seen about 5-6 leagues started, and they all died within 2 months. There are not enough people interested in joining leagues, and the ones who are already in leagues do not want to switch t...
by Winny
Mon May 12, 2008 1:32 am
Forum: Enhancements
Topic: Things from other games that BZFlag could benefit from.
Replies: 5
Views: 2023

Code it up if you want it... The game is open source, so people can contribute features and add ons that they want to see used. I don't really believe that our problem with voting is people not knowing how to use it, but that they just don't bother. If they don't care, they won't vote, no matter wha...
by Winny
Sun May 04, 2008 9:11 pm
Forum: Bugs and Problems
Topic: Bzf on windows vista
Replies: 14
Views: 8115

That is a problem with your video card drivers. You need to get the newer/correct drivers.

Without additional information such as laptop, model, etc, we can't help you.
by Winny
Sat Apr 26, 2008 1:48 pm
Forum: Help: Server Setup and Administration
Topic: Help with Server Set-Up
Replies: 7
Views: 3821

Yeah, first of all, cut all the smilies.

Code: Select all

Jumping
-j

# Shots
-ms 5
by Winny
Wed Apr 23, 2008 11:57 pm
Forum: Map Editors
Topic: GtkBzedit Brand New Editer
Replies: 8
Views: 5522

silver surfer wrote:wait?... how do i compile it?... i have no idea... I'm sorry but i have no idea how to code things like that...
It's not coding. It's compiling.

http://en.wikipedia.org/wiki/Compiler

It's taking the human-readable sourcecode and turning it into machine language for the computer to run.
by Winny
Tue Apr 22, 2008 2:27 am
Forum: Game Releases and Versions
Topic: 3.0.0?
Replies: 2
Views: 4512

When it's done.

Open source software does not have set deadlines. Although a new release should be out sometime this summer.
by Winny
Wed Apr 16, 2008 12:25 am
Forum: Help: Map Making
Topic: basic textures
Replies: 6
Views: 2556

found the pictures=)... but how do i make the wall darker?... i messed with photo shop but thta did nothing just skrewed it up Then you did it wrong. We're not here to teach you how to use Photoshop. Google "darkening pictures in Photoshop", or something. There are hundreds, if not thousa...
by Winny
Tue Apr 15, 2008 11:49 pm
Forum: Help: Map Making
Topic: Map Making: Half with IBZEDIT and the other half by band
Replies: 14
Views: 4231

Uh, heh.

You need to replace "/path/to/" with the actual location of the file, or program.