NanoMachinez

Cool :slight_smile:

ah, guess I blew threw that without looking, well that does make the game quite a bit cooler :slight_smile:

Very nice. Could use some more sound effects, and the selection of car/track etc. should be available in-game so it can be changed easily after every race.

nice work though, very smooth.

Forgot to mention that I was testing on OS X 10.3.4, JRE 1.4.2_05

[quote]Very nice. Could use some more sound effects, and the selection of car/track etc. should be available in-game so it can be changed easily after every race.

nice work though, very smooth.

Forgot to mention that I was testing on OS X 10.3.4, JRE 1.4.2_05
[/quote]
thx. i still havenā€™t figured out how to play sound at different frequencies (pitch). does anybody have a source code snippet or a good tutorial for me?

now i have build in some engine sounds. the samples could be a bit better but i like it.

i have now added a two player splitscreen version of the game. you can find the link on the bottom of the start page (http://www.cocktailz.org/nano.html). the collision handling is quite bad, but iā€™ll keep on working on it. maybe someone has some good tips/links/tutorials regarding collision handling for meā€¦ ???

Howabout making a ā€œrealā€ game out of it, using webstart? ;D :stuck_out_tongue:

Great game and perfect for a browserā€¦

[quote]Howabout making a ā€œrealā€ game out of it, using webstart? ;D :stuck_out_tongue:
[/quote]
never done thatā€¦
maybe iā€™ll read more about this when everything is finished.

[quote]blah*3, where you not asked to accept a security cert. by the applet? I was. Looks like yours didnā€™t ask?

Cas :slight_smile:
[/quote]
OK I found the problem.

Author: you are using a certificate that is INVALID, it expired in May 22 2004!

I suspect that if you have a legal cert it would just run fine for me.

Also, whatā€™s the point in making everyone else click an extra time to OK an invalid cert? just get rid of it, no?

Why is it signed? Why is it an Applet? :-/

Canā€™t say anything about the game itself. It crashed my browser.

/me disabled applets again

the reason for signing the applet is that i needed it for the two player network game mode (but this didnā€™t work well) and currently for the cache feature. the game stores downoaded images and sounds on the harddisk if possible. this is only possible with a signed applet.

[quote]Why is it signed? Why is it an Applet? :-/

Canā€™t say anything about the game itself. It crashed my browser.

/me disabled applets again
[/quote]
youā€™re the first one with such a problem. what browser are you using?

Iā€™ve had numerous problems with the current latest Mozilla version crashing on applets too, so I too have applets disabled. Shouldnā€™t be a problem - itā€™s only when a site does something stupid (like using an invalid cert wink :P) that appletviewer chokes.

To be honest, I just donā€™t see the point of having an invalid cert. OK, so it works for some people but technically speaking it shouldnā€™t - an invalid cert is ā€¦ INvalid.

youā€™re the first one with such a problem.

LOL. Guess again why the vast majority of people here prefers webstart :wink:

Firefox 0.9.3 and JRE 1.4.2_05

Downloading imagesā€¦ well you can do that with webstart without requiring a cert (through the download service).

of yourse, yourā€™re completely right. i have signed the applet with a cert which is valid for one year from now. could you please test again? thx.

[quote]>youā€™re the first one with such a problem.

LOL. Guess again why the vast majority of people here prefers webstart :wink:

Firefox 0.9.3 and JRE 1.4.2_05

Downloading imagesā€¦ well you can do that with webstart without requiring a cert (through the download service).
[/quote]
as i already mentioned, i will read more about the webstart thing. currently i have absolutely no knowlege about it.
i think iā€™ll add another switch on the start page which controls if the filsystem cache shall be used or not. if not, an unsigned applet can be used.

by the way, a new track (ā€œSwirlā€) is online now. iā€™m looking forward to seeing your new lap/race records on that one ā€¦

iā€™ve added a pause function, for those of you who were missing it.

I just noticed an irretating thing >:(. in the root of my c: harddrive I found this directory ā€œ_NanoMachinez_Cacheā€. You should at least put any data like this in the users home directory, which you find with System.getProperty(ā€œuser.homeā€).