http://www.shadowrun.us/sr4/calc.php
Currently too the generation limits are in place (to an extent anyway) so it might not help if you have more advanced characters. Give it a try as it might fit what you need.
I'm open to corrections and suggested changes. It's not meant to be a character generation script so no equipment purchases or cyber mods to stats are accounted for. Just Build Points and Karma.
It's a smaller php script (about 68k) that creates the javascript/html page (about 230k after page creation). All the duplicate stuff is created via the php portion so if extra lines are needed, just let me know and I can just increment the main variable(s).
I ran through the example characters in SR4A and came up with:
CODE
Title BP/Kar Attributes Qualities Active Skills
Bounty Hunter: 400/714 200/390 0/0 126/148
Combat Mage: 400/618 230/345 +20/+40 124/149
Covert Ops Specialist: 400/611 220/335 10/20 144/162
Drone Rigger: 400/664 180/270 +15/+30 152/197
Enforcer: 400/760 190/430 +10/+20 160/200
Face: 400/666 220/355 +5/+10 130/168
Gunslinger Adept: 400/649 250/405 +5/+10 112/136
Hacker: 400/673 200/305 0/0 138/185
Occult Investigator: 400/580 230/325 +10/+20 146/166
Radical Eco-Shaman: 400/642 230/360 +15/+30 130/167
Smuggler: 400/634 210/320 +30/+60 156/192
Sprawl Ganger: 400/669 220/385 0/0 144/176
Street Samurai: 400/621 200/300 0/0 150/199
Street Shaman: 400/614 225/310 +5/+10 120/141
Technomancer: 400/688 230/350 +10/+20 134/161
Weapon Specialist: 400/626 180/250 10/20 142/176
Bounty Hunter: 400/714 200/390 0/0 126/148
Combat Mage: 400/618 230/345 +20/+40 124/149
Covert Ops Specialist: 400/611 220/335 10/20 144/162
Drone Rigger: 400/664 180/270 +15/+30 152/197
Enforcer: 400/760 190/430 +10/+20 160/200
Face: 400/666 220/355 +5/+10 130/168
Gunslinger Adept: 400/649 250/405 +5/+10 112/136
Hacker: 400/673 200/305 0/0 138/185
Occult Investigator: 400/580 230/325 +10/+20 146/166
Radical Eco-Shaman: 400/642 230/360 +15/+30 130/167
Smuggler: 400/634 210/320 +30/+60 156/192
Sprawl Ganger: 400/669 220/385 0/0 144/176
Street Samurai: 400/621 200/300 0/0 150/199
Street Shaman: 400/614 225/310 +5/+10 120/141
Technomancer: 400/688 230/350 +10/+20 134/161
Weapon Specialist: 400/626 180/250 10/20 142/176
Carl