Ranger
|
 |
«
Posted
2010-02-11 20:12:19 » |
|
Your gang is robbing the bank. Pick up the money and drive it back to the safe house. Upgrade your car at the shop. Don't get busted by the cops! http://www.java4k.com/index.php?action=games&method=view&gid=291KEYBOARD CONTROLSArrow Keys or WSAD | = | Car Control | Ctrl | = | Hand brake | ESC | = | Restart | SCORES$50,000 | = | You're fired | $100,000 | = | Good job | $150,000 | = | Excellent job | $200,000+ | = | Driver4K champion! |
All / any comments very welcome and appreciated! 
|
|
|
|
Ranger
|
 |
«
Reply #1 - Posted
2010-02-11 20:36:22 » |
|
Ah!!! I just edited the java4k page to try any get rid of the \' in the description, and now the applet has stopped working! And I can't select that it is a pack200 applet anymore. Anyone know how to fix this? EDIT: I uploaded the pack.gz file again and that seemed to fix it. 
|
|
|
|
Abuse
|
 |
«
Reply #2 - Posted
2010-02-11 22:14:00 » |
|
Haha, that's fun.
<100k first go. 192k 2nd go.
Difficulty feels just about right.
One question though - do upgrades continue to have an effect after the visible indicator is maxed out? It sure felt like it - was hitting some ludicrous speed towards the end.
All it needs is some nice siren, crash and skidding sfx =)
|
|
|
|
Games published by our own members! Check 'em out!
|
|
Ranger
|
 |
«
Reply #3 - Posted
2010-02-11 22:34:31 » |
|
Haha, that's fun.
<100k first go. 192k 2nd go.
Difficulty feels just about right.
One question though - do upgrades continue to have an effect after the visible indicator is maxed out? It sure felt like it - was hitting some ludicrous speed towards the end.
All it needs is some nice siren, crash and skidding sfx =)
No, upgrades stop when the indicator is maxed out. When you get a lot of police smashing into you, your speed can go a little crazy  If people enjoy this version, I'll look at making an Android version with sfx, traffic, ...
|
|
|
|
Ranger
|
 |
«
Reply #4 - Posted
2010-02-14 00:44:59 » |
|
Just wondering if anyone had beaten my best score of $230k?
|
|
|
|
toasten
|
 |
«
Reply #5 - Posted
2010-02-17 21:42:03 » |
|
The End is a bit irritating. It just stops? No Message or anything?  No Possibility to Restart? 
|
|
|
|
h3ckboy
|
 |
«
Reply #6 - Posted
2010-02-17 22:18:01 » |
|
The End is a bit irritating. It just stops? No Message or anything?  No Possibility to Restart?  esc to restart. maybe I am just worse than everyone else at high speed chases  . cause I only got like 75000
|
|
|
|
Nate
|
 |
«
Reply #7 - Posted
2010-02-18 00:19:22 » |
|
Nope, can't do much better than $75k. Once the cops knock the cash around I don't feel like I have precise enough control to collect them from all over the place. :/
|
|
|
|
Ranger
|
 |
«
Reply #8 - Posted
2010-02-18 03:19:31 » |
|
No Possibility to Restart?  As h3ckboy mentioned, ESC to restart. It just stops? No Message or anything?  Yep, I ran out of space for an end message (currently right on 4096 byte limit). Dimming the screen at the end uses much less bytes. I will look through the byte code again to see if I can squeeze out some more space. Or I could remove something to put in an end message, like removing the labels on the buildings.
|
|
|
|
h3ckboy
|
 |
«
Reply #9 - Posted
2010-02-18 10:18:08 » |
|
dimming costs less than a simple drawString()?
|
|
|
|
Games published by our own members! Check 'em out!
|
|
Riven
|
 |
«
Reply #10 - Posted
2010-02-18 12:46:43 » |
|
dimming costs less than a simple drawString()?
you mean java.awt.Graphics.drawString(java.lang.String, int, int)
|
Hi, appreciate more people! Σ ♥ = ¾ Learn how to award medals... and work your way up the social rankings!
|
|
|
h3ckboy
|
 |
«
Reply #11 - Posted
2010-02-18 12:59:29 » |
|
you mean
java.awt.Graphics.drawString(java.lang.String, int, int)
yeah. just curious, what else would I mean?
|
|
|
|
Riven
|
 |
«
Reply #12 - Posted
2010-02-18 13:28:56 » |
|
I'm trying to give you a hint about why it would be bigger in bytecode than a dimming effect...
|
Hi, appreciate more people! Σ ♥ = ¾ Learn how to award medals... and work your way up the social rankings!
|
|
|
Ranger
|
 |
«
Reply #13 - Posted
2010-02-18 19:58:22 » |
|
Yep, the space mostly goes in the actual text (as drawString is already in my constant pool). And then there's the fill rectangle I need to draw behind the text so you can actually read the text. Darn 4K limit! 
|
|
|
|
h3ckboy
|
 |
«
Reply #14 - Posted
2010-02-19 10:28:32 » |
|
I'm trying to give you a hint about why it would be bigger in bytecode than a dimming effect...
why because you are actually calling java.awt.Graphics.drawString(String,int,int). And that is more than anticipated when using drawString(String,int,int)?
|
|
|
|
soothsayer
Senior Newbie  Projects: 1
|
 |
«
Reply #15 - Posted
2010-02-23 13:34:03 » |
|
Great game. May I realized well that you used my physics? If so was it a big effort to figure out my code? I tried to give lot of explanation.
|
|
|
|
|
DzzD
|
 |
«
Reply #17 - Posted
2010-02-24 01:57:43 » |
|
nice game idea and very nice game !
but cannot manage to get a descent score....
|
|
|
|
Ranger
|
 |
«
Reply #18 - Posted
2010-02-24 09:41:26 » |
|
nice game idea and very nice game !
but cannot manage to get a descent score....
I assume you cannot make it over $50,000. Can you let me know what you have the most trouble with? Do you spin out all the time, or just can't get away from the cops? Or does the car just not drive how you would expect it to?
|
|
|
|
DzzD
|
 |
«
Reply #19 - Posted
2010-02-24 10:05:30 » |
|
I assume you cannot make it over $50,000. Can you let me know what you have the most trouble with? Do you spin out all the time, or just can't get away from the cops? Or does the car just not drive how you would expect it to?
car drive nice but even with maximum grip (and the speed to minimum), It is still hard to turn and feel very slicy, maybe you can increase the defaut grip to a higher value
|
|
|
|
|