Forums » Community Projects
FirePower : Weapon / Battery Stats program for Vendetta
K, I was trying to work out which Weapon / battery combo would deliver the biggest / fastest blow if you could dump a full battery's worth into your enemy and came up with this C++ console app.
http://members.lycos.co.uk/baccaruda/FirePower001b.cpp
Its a very basic calc routine so should be fairly portable.
compiles using dev-C++ (which uses the Mingw compiler (Win GCC port)).
As I dont know what all the available weapons are, I thought it best to have you enter the deatils for what ever combo you want.
It wont be out dated by new weapon additions and 'tweeks' then.
I hope this is of some use or interest to someone else :)
http://members.lycos.co.uk/baccaruda/FirePower001b.cpp
Its a very basic calc routine so should be fairly portable.
compiles using dev-C++ (which uses the Mingw compiler (Win GCC port)).
As I dont know what all the available weapons are, I thought it best to have you enter the deatils for what ever combo you want.
It wont be out dated by new weapon additions and 'tweeks' then.
I hope this is of some use or interest to someone else :)
It's pretty interesting.
Mac OS X people, right click and save this file and run it, it will run in your terminal.
http://lemming.localnetsys.com/vencalc
(it's a Unix Executable File so it might work for others, I do not know.)
Mac OS X people, right click and save this file and run it, it will run in your terminal.
http://lemming.localnetsys.com/vencalc
(it's a Unix Executable File so it might work for others, I do not know.)
I would just like to note I already did the work for this... for most of the energy weapons. If these boards would support the monospace functions of html then I would have put the data up already.
Just replace the spaces with & nbsp;. If you're on something with sed, just do "sed s/ /& nbsp; document.txt" on the document. And yes, there should be no space between & and n.
chmod 755 vencalc