Search found 90 matches

by tuia
Sat Jul 14, 2012 7:47 pm
Forum: Battlefield server and client
Topic: Coding challenge for tuia
Replies: 11
Views: 31614

Re: Coding challenge for tuia

Image

Changed something more to display the string, but still don't understand why it doesn't show normally. I will continue to search for it.
by tuia
Sat Jul 14, 2012 6:48 pm
Forum: Battlefield server and client
Topic: Coding challenge for tuia
Replies: 11
Views: 31614

Re: Coding challenge for tuia

I've rerouted the map_not_found message to the map_not_found_download_question message and no error message (Map not found, do you want to download it?) shows up, when i enter a server without that map. I believe they left that string in the code, but never actually coded anything for it, they chose...
by tuia
Tue Jul 10, 2012 7:35 pm
Forum: Battlefield server and client
Topic: BF42 server with 128 players?
Replies: 78
Views: 980448

Re: BF42 server with 128 players?

BFServerManager v2.01 for Windows patched:
BFServerManager201-patched.zip
MD5: B695BE763C073C4242C7F81C3EF23026

BFRemoteManager v2.01 patched:
BFRemoteManager201-patched.zip
MD5: 09A0D7DE69D2AEF1487D3E429E4C21CA
by tuia
Mon Jul 09, 2012 11:03 pm
Forum: Battlefield server and client
Topic: BF42 server with 128 players?
Replies: 78
Views: 980448

Re: BF42 server with 128 players?

BFServerManager and BFRemoteManager for Windows maximum players limit raised to 128, but I'm not sure if BFServerManager will work correctly when over 64 players are in the server. BFServerManager may crash and some players may not show up in the Players List, when over 64. I couldn't test it. http:...
by tuia
Sun Jul 08, 2012 11:24 pm
Forum: Battlefield server and client
Topic: Coding challenge for tuia
Replies: 11
Views: 31614

Re: Coding challenge for tuia

I'm not a coding genius, far from it. I know some x86 assembly, but my assembly skills are not anything serious.
I doubt they left that code in the server and client executable, however i will look into it.
by tuia
Sat Jun 23, 2012 12:05 pm
Forum: Battlefield server and client
Topic: BF42 server with 128 players?
Replies: 78
Views: 980448

Re: BF42 server with 128 players?

Thank you, freddy!
by tuia
Fri Jun 22, 2012 11:17 pm
Forum: Battlefield server and client
Topic: BF42 server with 128 players?
Replies: 78
Views: 980448

Re: BF42 server with 128 players?

Yes, that's an annoying problem in BFServerManager. It has also another limitation, any player ID with a number greater than 64 can't be targeted with admin commands, like !kick .73. I found what to change in the code to solve that. However, I couldn't came up with a solution for the maximum players...
by tuia
Thu Jun 21, 2012 11:53 pm
Forum: Battlefield server and client
Topic: BF42 server with 128 players?
Replies: 78
Views: 980448

Re: BF42 server with 128 players?

Raised the limit from 64 to 128 and it includes the patches for 3 exploits. Included also a patched DedicatedServer.exe so you can easily select up to 128 maximum players.

BF1942 SW Demo server v1.45:
BF1942SWDemo-v1.45-patched.zip
MD5: 83FA3421BEE9B0C174ABEB45768B50EC
by tuia
Thu Jun 21, 2012 11:43 pm
Forum: Battlefield server and client
Topic: BF42 server with 128 players?
Replies: 78
Views: 980448

Re: BF42 server with 128 players?

The limit for Secret Weapons Demo is 32 players, right? Do you want it to 64 players or 128?
by tuia
Thu Jun 21, 2012 11:04 pm
Forum: Battlefield server and client
Topic: BF42 server with 128 players?
Replies: 78
Views: 980448

Re: BF42 server with 128 players?

It is possible to raise the limit to 128 players. With help from freddy, the BF1942 server code was succesfully changed to accomplish it. Here are the patched files of Battlefield 1942 server executables for Windows. They include the changes to prevent 2 exploits (game.createLocalPlayer and game.set...