Need for Speed World BETA

02/04/2017 23:02 Paul909#421
I also do not need a car dealer can play files from the beta are damaged, it is very possible . I just 1 car and racing :)
02/05/2017 14:39 leorblx#422
Alright, here's the latest version. It should work fine, if it doesn't please tell me and I'll see what I can do.

[Only registered and activated users can see links. Click Here To Register...]
02/05/2017 15:30 000NICOLAS935#423
Thank you so much @[Only registered and activated users can see links. Click Here To Register...] ! I will help you for the freeroam sound, still buggy :/
02/05/2017 15:38 leorblx#424
Quote:
Originally Posted by 000NICOLAS935 View Post
Thank you so much @[Only registered and activated users can see links. Click Here To Register...] ! I will help you for the freeroam sound, still buggy :/
Freeroam sound? sigh

That's on your end, most likely.
02/05/2017 15:44 ChicaneMilos#425
Also updated thread, so if someone needs tutorial, visit first page.
[Only registered and activated users can see links. Click Here To Register...]
02/05/2017 17:00 X1ProCL#426
Quote:
Originally Posted by leorblx View Post
Alright, here's the latest version. It should work fine, if it doesn't please tell me and I'll see what I can do.

[Only registered and activated users can see links. Click Here To Register...]
Thank you! :D
But with the new files I have "Lost connection to servers, Wait... retrieving connection" (in nfsw) :l
02/05/2017 18:02 000NICOLAS935#427
@[Only registered and activated users can see links. Click Here To Register...], I try modified some files, and I don't find the value to change...

Could you tell me, how to start pursuit with heat 1 please ?
because it's start with 2.5 heat
02/05/2017 18:06 leorblx#428
Quote:
Originally Posted by 000NICOLAS935 View Post
@[Only registered and activated users can see links. Click Here To Register...], I try modified some files, and I don't find the value to change...

Could you tell me, how to start pursuit with heat 1 please ?
because it's start with 2.5 heat


Heat is controlled by PersonaCCar iirc, www/nfsw/Engine.svc/User/GetPermanentSession.xml -> any ProfileData -> ccar -> PersonaCCar -> Heat; change the number inside the Heat tag.
02/05/2017 18:15 000NICOLAS935#429
Thanks @[Only registered and activated users can see links. Click Here To Register...] !

EDIT: @[Only registered and activated users can see links. Click Here To Register...] at default, it's <Heat>1</Heat>

I renamed it at <Heat>5</Heat>

Still at 2.5

Strange...

Solution please ?
02/05/2017 18:53 leorblx#430
Quote:
Originally Posted by 000NICOLAS935 View Post
Thanks @[Only registered and activated users can see links. Click Here To Register...] !

EDIT: @[Only registered and activated users can see links. Click Here To Register...] at default, it's <Heat>1</Heat>

I renamed it at <Heat>5</Heat>

Still at 2.5

Strange...

Solution please ?
That's odd, I'll see if it's somewhere else.

Edit: I'm not quite sure what's going on. Heat is set in quite a few places, I'll check it out later.
02/05/2017 20:12 000NICOLAS935#431
Okay thanks @[Only registered and activated users can see links. Click Here To Register...]

Can you respond my PM please ?
02/06/2017 05:21 Dragonfoorcee#432
This new version of Server is giving error in the CMD:
"Error: Unable to access jarfile [nfsw-beta-srv-1.2-SNAPSHOT].jar"

I use Java 8 update 121, what could be wrong??
02/06/2017 08:19 000NICOLAS935#433
Quote:
Originally Posted by Dragonfoorcee View Post
This new version of Server is giving error in the CMD:
"Error: Unable to access jarfile [nfsw-beta-srv-1.2-SNAPSHOT].jar"

I use Java 8 update 121, what could be wrong??
All the offlline server is on your desktop ?
if yes
Open CMD without administrator, and whrite:

cd desktop

Click enter

whrite:

java -jar nfsw-beta-srv-1.2-SNAPSHOT.jar

Click Enter !

Now go to folder where you installed NFS World;
Open data folder;
Create a shortcut of nfsw file;
Right click on shortcut, properties;
Remove all target box and past this:

nfsw.exe US [Only registered and activated users can see links. Click Here To Register...] a 1

Apply, and open the shortcut !


PS: don't whrite on cmd:
java -jar [nfsw-beta-srv-1.2-SNAPSHOT].jar

Whrite this:

java -jar nfsw-beta-srv-1.2-SNAPSHOT.jar
02/06/2017 10:45 ChicaneMilos#434
Quote:
Originally Posted by Dragonfoorcee View Post
This new version of Server is giving error in the CMD:
"Error: Unable to access jarfile [nfsw-beta-srv-1.2-SNAPSHOT].jar"

I use Java 8 update 121, what could be wrong??
Follow my tutorial on first page.
Your problem is that jar file isn't at the folder where you go in CMD... Easy way is to move www and jar file to desktop and then just write:
cd desktop
java -jar [jar file name].jar
02/06/2017 12:18 000NICOLAS935#435
@[Only registered and activated users can see links. Click Here To Register...] Hi ! :D
No his problem
is the []

He whrite
java -jar [nfsw-beta-srv-1.2-SNAPSHOT].jar

and not
java -jar nfsw-beta-srv-1.2-SNAPSHOT.jar

Remove [] on java -jar [jar file name].jar
Because he copy the [] ;)