man if you have java on your PC, just run the .jar file and then it opens a wndow, change the game path by pressing the button change game path exe, go on your directory where you have putted nfs world, go on the data folder and choose the nfsw.exe, after that press launch the game.
man if you have java on your PC, just run the .jar file and then it opens a wndow, change the game path by pressing the button change game path exe, go on your directory where you have putted nfs world, go on the data folder and choose the nfsw.exe, after that press launch the game.
I got Java 64Bits on my computer .
When I open nfsw-beta-srv-1.2-SNAPSHOT.jar
it does nothing
OMG that's hard ...
C, written by Jenkins himself: C#, made by some dude that I don't know:
this is how I do it in C++ :
Code:
#define hashsize(n) (1U << (n))
#define hashmask(n) (hashsize(n) - 1)
#define mix(a,b,c) \
{ \
a -= b; a -= c; a ^= (c >> 13); \
b -= c; b -= a; b ^= (a << 8); \
c -= a; c -= b; c ^= (b >> 13); \
a -= b; a -= c; a ^= (c >> 12); \
b -= c; b -= a; b ^= (a << 16); \
c -= a; c -= b; c ^= (b >> 5); \
a -= b; a -= c; a ^= (c >> 3); \
b -= c; b -= a; b ^= (a << 10); \
c -= a; c -= b; c ^= (b >> 15); \
}
unsigned jenkins32(unsigned char *k, unsigned length)
{
unsigned a, b;
unsigned c = 0xABCDEF00;
unsigned len = length;
a = b = 0x9e3779b9;
while (len >= 12)
{
a += (k[0] + ((unsigned)k[1] << 8) + ((unsigned)k[2] << 16) + ((unsigned)k[3] << 24));
b += (k[4] + ((unsigned)k[5] << 8) + ((unsigned)k[6] << 16) + ((unsigned)k[7] << 24));
c += (k[8] + ((unsigned)k[9] << 8) + ((unsigned)k[10] << 16) + ((unsigned)k[11] << 24));
mix(a, b, c);
k += 12;
len -= 12;
}
c += length;
switch (len)
{
case 11: c += ((unsigned)k[10] << 24);
case 10: c += ((unsigned)k[9] << 16);
case 9: c += ((unsigned)k[8] << 8);
case 8: b += ((unsigned)k[7] << 24);
case 7: b += ((unsigned)k[6] << 16);
case 6: b += ((unsigned)k[5] << 8);
case 5: b += k[4];
case 4: a += ((unsigned)k[3] << 24);
case 3: a += ((unsigned)k[2] << 16);
case 2: a += ((unsigned)k[1] << 8);
case 1: a += k[0];
}
mix(a, b, c);
return c;
}
Need for Speed world online Beta Download! Credits: www.*********************** 10/30/2010 - Need for Speed World - 9 Replies Hallo.
Bei mir kann ich need for Speed world online irgendwie wenn ich auf "Spiel Herunterlade" (needforspeed.com) klicke, steht da das hier:
"Nur noch ca. 12:43h bis der Beta-Download abgelaufen ist - Download die Beta version jetzt!"
Weiß selber nicht warum... hatte mir nur 17.500 speedboost gekauft, und dann ging das irgendwie.. looool.
Erst einmal ein Screenshot des gesamten: http://img207.imageshack.us/img207/9972/nfsbeta.pn g
Also,
hier ne idiotensichere anleitung: