Thanks you.with rand.exe now this work, but (i know why i see the post of Nilzao) i can't race with 2 players because sync problème, and chat broadcast to all players no work to, do you have idea ?
Sorry for my bad english and sorry for my "see error here" ^^
Chat broadcast is from url with any browser, not in game, i willl put it into Readme.
2 players with soapbox-race-udp project, but the player with the lowest personaId have to create lobby.
Chat broadcast is from url with any browser, not in game, i willl put it into Readme.
2 players with soapbox-race-udp project, but the player with the lowest personaId have to create lobby.
Need a cracked nfsw.exe too
I removed the RaceResultGadget chat announce "%personaName% just finished %eventId% in %time%." after the DB sync fix. I should re-add it back though, fyi.
Others, chat announce works like this: http://server.url:port/nfsw/Engine.svc/sendChatAnnouncement?messageText=YOURMESSAGETEXT&u serVar=TYPEOFMESSAGE
server.url is your server hostname, it is localhost if you're hosting the server.
port number is the port server is hosted on, by default it's 1337.
messageText is where you put the text you message you want to be announced. Doesn't have to be all caps, it also supports XML Line Break, which is:
HTML Code:


userVar is a switch that changes the way the message is announced:
userVar=session will send the message to all of the active HTTP sessions.
userVar=xmpp will send the message to all of the active XMPP sessions.
Quiet interesting. Nice to see, that it really works to see another real player in the game.
But I think it needs a bunch of internal tests to make sure, the server is steady and all the functions are working properly, including the full economy of the game.
To be honest: I'm also looking forward to race with my friends again, but I can wait - and must - like anyone else.
I would help, but programming is only for "Kings" (you need years to learn that ****). - If you can program something than you have the World in your hands.
But I think it needs a bunch of internal tests to make sure, the server is steady and all the functions are working properly, including the full economy of the game.
If just works the races multi player, will be fine to me for now.
All other eye candy stuff and MMO experience can be made later by anyone.
Quote:
Originally Posted by AnonymousEVPV
Hi, thanks for you help
Now i try to work udp serv,
after i'm connected with
nc -u localhost 9998
hello! sidx:1 ncli:2 sid:333
hello! sidx:2 ncli:2 sid:333
any text with "gogogo!"
any text with "gogogo!"
i can talk, cool but how play now ? because if i go to the race, udp server give new Client port (XXXXX) and finally i have Error timeout.
If you can help me ^^
Thanks
EDIT : you can see message by UDP server here :
This string talk with netcat (nc) is for learning purpose of how upd server works, don't need to play.
Only start udp jar server and let the nfsw.exe (cracked version) do the job.