PDA

View Full Version : what is pocket tanks created with?


hello people
09-16-2006, 09:00 PM
i know its not flash too advanced but can there be a weapon making download to make your own weapons into the game?:D this is my fav. game

Was It Me?
09-16-2006, 09:18 PM
Hi!

There is not a "weapon editor" to download, but you can suggest future weapons in this thread: http://forums.blitwise.com/forums/showthread.php?t=101

As far as what Pocket Tanks was created with, you will find some helpful info here: http://forums.blitwise.com/forums/showpost.php?p=652&postcount=8

zetablack
09-16-2006, 10:53 PM
well the program was created with c++ and to make anything you would need to know basicaly every code pt has and know how to make new weapons.

Everlast
09-17-2006, 12:49 AM
Basically no you can't make your own weapons, unless you steal Mikes brain. :rolleyes:

zetablack
09-17-2006, 01:23 AM
Yea i would say its not possible to make the weapons so we just give our weapons to brian

hello people
09-19-2006, 03:19 AM
then i should ask a friend of mine who knows c++

zetablack
09-19-2006, 08:32 PM
you still need all of pocket tanks protected codes.

Zantetzuken
09-20-2006, 12:21 AM
anyone here know how to turn C++ into something more understandable

zetablack
09-20-2006, 12:57 AM
the code or like a definition of c++

Was It Me?
09-20-2006, 02:40 AM
anyone here know how to turn C++ into something more understandable

C plus plus? Is that more understandable?

Just kidding... :)

Zantetzuken
09-20-2006, 08:28 PM
c++ translated would be something like this
def update
# ジャンプ中、移動中、停止中で分岐
if jumping?
update_jump
elsif moving?
update_move
else
update_stop
end

i got this from my rpg maker xp and i been searching about c++ it should look something like that if it gets translated so say some sites...

zetablack
09-20-2006, 08:34 PM
yea its alot of if this happens this happens if this happens this OR this can happen and thats just alittle thing

Zantetzuken
09-20-2006, 08:43 PM
exactly every little detail is included

zetablack
09-20-2006, 09:19 PM
and if you miss the tinyest thing it can make the game go bonkers

Grantax
09-22-2006, 06:05 PM
What do you expect from a computer?
Making it do exactly what you do and NOTHING else is what gives you power to control it.
What did you expect?
Something like this:

if speed is_a_bit_more_than 6,2
play_sound run, and play it loud
if no, then if space is pressed
jump a little

Or maybe:

//My Tictactoe game

//Message to compiler: I guess you know how this game works, do I really have to explain it to you?

Saint Wacko
11-18-2006, 11:10 PM
I thought Pocket Tanks was written with Assembly...

Was It Me?
11-19-2006, 01:20 AM
That would be a daunting task. :shocked:

edwardpled
04-29-2009, 07:04 PM
i know its not flash too advanced but can there be a weapon making download to make your own weapons into the game?:D this is my fav. game





I tend to agree mostly but I still not sure I understand everything here.