Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Need for Speed World
You last visited: Today at 11:49

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Need for Speed World BETA

Discussion on Need for Speed World BETA within the Need for Speed World forum part of the Other Online Games category.

Reply
 
Old 01/14/2017, 14:08   #241
 
fabx24's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 352
Received Thanks: 132
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.
fabx24 is offline  
Old 01/14/2017, 14:12   #242
 
000NICOLAS935's Avatar
 
elite*gold: 0
Join Date: Nov 2015
Posts: 256
Received Thanks: 67
Quote:
Originally Posted by fabx24 View Post
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 ...
000NICOLAS935 is offline  
Old 01/14/2017, 14:32   #243
 
ChicaneMilos's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 120
Received Thanks: 24
Quote:
Originally Posted by 000NICOLAS935 View Post
I got Java 64Bits on my computer .
When I open nfsw-beta-srv-1.2-SNAPSHOT.jar
it does nothing

OMG that's hard ...
Simply:Open it with CMD and open NFSW by yourself... Thats how @ says.
ChicaneMilos is offline  
Old 01/14/2017, 14:36   #244
 
000NICOLAS935's Avatar
 
elite*gold: 0
Join Date: Nov 2015
Posts: 256
Received Thanks: 67
Quote:
Originally Posted by ChicaneMilos View Post
Simply:Open it with CMD and open NFSW by yourself... Thats how @ says.
Can you please give me the command

I write Start nfs.exe
and dont work ...
000NICOLAS935 is offline  
Old 01/14/2017, 14:41   #245
 
ChicaneMilos's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 120
Received Thanks: 24
Quote:
Originally Posted by 000NICOLAS935 View Post
Can you please give me the command

I write Start nfs.exe
and dont work ...
Easy way:
Move www and jar file to desktop, without any folders...;
Open CMD;
Type cd desktop;
Type java -jar [name of the jar file].jar

Now you just need to open game.

Anyways, tried now, and when I open nfsw.exe , nothing happens... @ ?
ChicaneMilos is offline  
Old 01/14/2017, 14:53   #246
 
elite*gold: 0
Join Date: Dec 2015
Posts: 74
Received Thanks: 3
@ when are you gonna upload a server with powerups and events
randy kaka is offline  
Old 01/14/2017, 14:55   #247
 
elite*gold: 15
Join Date: Aug 2012
Posts: 3,041
Received Thanks: 6,394
Quote:
Originally Posted by N/A View Post
..
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;
}
berkay2578 is offline  
Old 01/14/2017, 14:56   #248
 
000NICOLAS935's Avatar
 
elite*gold: 0
Join Date: Nov 2015
Posts: 256
Received Thanks: 67
@ Don't Work ...
000NICOLAS935 is offline  
Old 01/14/2017, 14:58   #249
 
ChicaneMilos's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 120
Received Thanks: 24
Quote:
Originally Posted by 000NICOLAS935 View Post
@ Don't Work ...
Everything is okay, just nfsw won't open... Waiting for @ ....
ChicaneMilos is offline  
Old 01/14/2017, 15:00   #250
 
000NICOLAS935's Avatar
 
elite*gold: 0
Join Date: Nov 2015
Posts: 256
Received Thanks: 67
@ So the problem is the same for everyone ?
Thanks for help me !
000NICOLAS935 is offline  
Old 01/14/2017, 15:34   #251
 
leorblx's Avatar
 
elite*gold: 0
Join Date: Mar 2016
Posts: 174
Received Thanks: 265
Quote:
Originally Posted by ChicaneMilos View Post
Everything is okay, just nfsw won't open... Waiting for @ ....
I told you. You run the game yourself. The server won't run the game, you have to launch it like you would with the original offline server.
leorblx is offline  
Old 01/14/2017, 15:35   #252
 
ChicaneMilos's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 120
Received Thanks: 24
Quote:
Originally Posted by leorblx View Post
I told you. You run the game yourself. The server won't run the game, you have to launch it like you would with the original offline server.
Again and again... When I open nfsw.exe nothing happens...
ChicaneMilos is offline  
Old 01/14/2017, 15:41   #253
 
leorblx's Avatar
 
elite*gold: 0
Join Date: Mar 2016
Posts: 174
Received Thanks: 265
Quote:
Originally Posted by ChicaneMilos View Post
Again and again... When I open nfsw.exe nothing happens...
What do you mean? How are you running it?


Run it from cmd. Here's the command:


Code:
nfsw.exe US http://localhost:7331/nfsw/Engine.svc a 1
leorblx is offline  
Old 01/14/2017, 15:45   #254
 
ChicaneMilos's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 120
Received Thanks: 24
Quote:
Originally Posted by leorblx View Post
What do you mean? How are you running it?


Run it from cmd. Here's the command:


Code:
nfsw.exe US http://localhost:7331/nfsw/Engine.svc a 1
Ohh, complicated.... Never mind...
ChicaneMilos is offline  
Old 01/14/2017, 15:54   #255
 
elite*gold: 0
Join Date: Dec 2015
Posts: 74
Received Thanks: 3
@ when are you gonna upload a server with powerups and events
randy kaka is offline  
Reply


Similar Threads Similar Threads
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:



All times are GMT +1. The time now is 11:49.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.