Flag or server setting - Sticky Bullets.

Make suggestions for improving one of the best games on the net!
User avatar
CannonBallGuy
Private First Class
Private First Class
Posts: 2083
Joined: Wed Apr 12, 2006 1:31 am
Contact:

Post by CannonBallGuy »

too much loving wrote:If you a really serious about programming, then you also need someone to help you out when you run into trouble. This forum is not the right place to ask newbie programming questions, so you need another forum where you can ask for help when your code does not work. Usenet is the best place that I can think of. http://groups.google.com/group/alt.comp ... c++/topics
IRC is one option.
BZFlag lives on irc.freenode.net - dev chat is at #bzflag and general chat at #bzchat. But until you get to a stage where you're capable of working with bzflag code, try #C++ .
Image

Merry Christmas!

"Look, if I don't buy booze for the kids, I don't get any incriminating pictures to show to their parents, my business goes down the sink, my girlfriend leaves me and the baby goes on ebay. So help me search..."

"go Play With Toys urself in a dark alley u donkey ******" - Lt-Kirby2007
User avatar
*Boinkage*!
Private First Class
Private First Class
Posts: 195
Joined: Wed May 02, 2007 1:49 am
Location: Behind you with a stealth flag.

Post by *Boinkage*! »

CannonBallGuy

I can't find it! The search button gives me random stuff.


I can make code to add, subtract, multiply, or divide, but it's in blitz basic. (another hard-code program).

I doubt I could get a book for it anytime soon, so I think it'll be a while.

In BB, making it say something is

Print "Whatever you want to type"

And waiting for a button is

If KeyHit (A)
Then
Print "jkfnwiufesugneriugwerubger"
The Pen is Mightier Than the Sword.

Okay, you get a Bic, the orc gets a long sword.

He cuts the Bic in half.

Then he cuts you in half.

Oops, I meant quarters.
User avatar
CannonBallGuy
Private First Class
Private First Class
Posts: 2083
Joined: Wed Apr 12, 2006 1:31 am
Contact:

Post by CannonBallGuy »

Guess what comes up when you search the wiki for "BZFlag Source"...
http://my.bzflag.org/w/BZFlag_Source
And look what that page says here:
The developers keep the current code for the project in a SVN repository located at SourceForge. Please see the BZFlag SVN page for information on how to access the SVN system.
And Guess where the BZFlag SVN page is!
http://my.bzflag.org/w/BZFlag_SVN
Whoddafunkit.

In regards to "blitz basic", C++ is a whole different language, but chances are, the logic'll be similar.
To print something in C++, you'll want to do:

Code: Select all

std::cout << "something";
.
Image

Merry Christmas!

"Look, if I don't buy booze for the kids, I don't get any incriminating pictures to show to their parents, my business goes down the sink, my girlfriend leaves me and the baby goes on ebay. So help me search..."

"go Play With Toys urself in a dark alley u donkey ******" - Lt-Kirby2007
User avatar
*Boinkage*!
Private First Class
Private First Class
Posts: 195
Joined: Wed May 02, 2007 1:49 am
Location: Behind you with a stealth flag.

Post by *Boinkage*! »

Are you just attempting to provoke everyone?
The Pen is Mightier Than the Sword.

Okay, you get a Bic, the orc gets a long sword.

He cuts the Bic in half.

Then he cuts you in half.

Oops, I meant quarters.
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Post by joevano »

*Boinkage*! wrote:CannonBallGuy
I can't find it! The search button gives me random stuff.
You said you couldn't find it and that random stuff came up, so he was answering your question. The smart ass attitude is a CBG trademark, not necessarily a provocation.
There is nothing worse than aggressive stupidity. -- Johann Wolfgang von Goethe
"How many legs does a dog have if you call his tail a leg? Four. Calling a tail a leg doesn't make it a leg." -- Abraham Lincoln
User avatar
Tropican8
Private First Class
Private First Class
Posts: 312
Joined: Fri Mar 18, 2005 11:51 pm
Location: As close to the grove as you can get

Post by Tropican8 »

too much loving wrote:2) Download the compiler (I hear that www.bloodshed.net is good, but I never tried it myself)
I'd like to note that Dev-C++ isn't the best compiler to use for BZFlag, the devs usually don't keep the project files for it up-to-date.

That being said, considering you have a while to go before needing to compile BZFlag, you can still use it and switch to something else eventually.
Post Reply