Thread Rating:
  • 4 Vote(s) - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiserver 2.0
#11
(03-13-2016, 05:00 PM)MangaD Wrote:  Man if this could be rewritten in C++ to work on Linux too that would be awesome. But if you make it open source someone else may take the initiative. Waiting for it. :D

Edit: Forgot to mention that the cheat "herofighter.com" also seems to work.
Yes it is possible, the code is not very complicated.
If someone will want to do it he is welcome :D

And I added to the subject that herofighter.com works too. Thanks.

(03-13-2016, 09:05 PM)mfc Wrote:  I would love to hear about what multiplugin does and how, good wrok! And can't wait to see open source version of it!
In multiserver 1.0 the nicknames of the players were not appeared in the game.
I wanted to solve it, and by accident I've found out that I can connect 8 players without a lot of trouble!
Apparently there are 8 integers in the memory, that indicates LF2 how each player is controlled.
-1 : controlled by remote player
0 : not in the game
1,2,3,4 - controlled by local player 1,2,3,4
The problem was that if you tried to connect more than 4 players, the additional players got '0' in their control settings.
So the plugin changes it to '1' and then the player can control it.
I also send 4 player names in the normal way like LF2 does, and if there are more than 4 players I am encoding the remaining nicknames in the random buffer Xd
I scatter the letters across the buffer, so the buffer remains pretty much random. And of course the players names and the connection order are haphazard too.

(03-14-2016, 03:01 PM)Neuro Wrote:  Wow, it is so nice to see LF2 still being developed in 2016 by the community °[]° :)

I believe this can make great 4vs4 or FFA competetive games. Are you thinking of further development? Maybe share the source with Chiko and improve the lobby for 8-man games with a chat? :) But LF2 lagg sucks, eh, it is nice only when people play within the same country :(
Thanks! I will share the source code soon, I just want to revise few things.
At lf2.co.il we are using LFN, it is a centralized Multiserver I have built with chat capabilities.
But the games are hosted on a server at Israel, so it is not relevant currently to people outside the country because of the lags.

And we made at lf2.co.il 8 players battle for the first time :D
http://lf2.co.il/n/8_Players_game.zip
Reply
Thanks given by: MangaD , mfc


Messages In This Thread
Multiserver 2.0 - by ayalx - 03-13-2016, 08:41 AM
RE: Multiserver 2.0 - by A-Man - 03-13-2016, 11:02 AM
RE: Multiserver 2.0 - by STM1993 - 03-13-2016, 02:10 PM
RE: Multiserver 2.0 - by ayalx - 03-13-2016, 03:53 PM
RE: Multiserver 2.0 - by MangaD - 03-13-2016, 04:41 PM
RE: Multiserver 2.0 - by ayalx - 03-13-2016, 04:58 PM
RE: Multiserver 2.0 - by MangaD - 03-13-2016, 05:00 PM
RE: Multiserver 2.0 - by HibariKyoya - 03-13-2016, 05:10 PM
RE: Multiserver 2.0 - by mfc - 03-13-2016, 09:05 PM
RE: Multiserver 2.0 - by Neuro - 03-14-2016, 03:01 PM
RE: Multiserver 2.0 - by Zelphir - 06-28-2016, 07:46 AM
RE: Multiserver 2.0 - by ayalx - 03-14-2016, 06:22 PM
RE: Multiserver 2.0 - by Boop - 03-15-2016, 09:50 AM
RE: Multiserver 2.0 - by ayalx - 03-15-2016, 05:33 PM
RE: Multiserver 2.0 - by Neuro - 03-16-2016, 08:42 PM
RE: Multiserver 2.0 - by ayalx - 03-17-2016, 08:07 AM
RE: Multiserver 2.0 - by boaz070 - 03-20-2016, 12:00 PM
RE: Multiserver 2.0 - by ayalx - 03-20-2016, 02:38 PM
RE: Multiserver 2.0 - by MangaD - 03-27-2016, 02:22 PM
RE: Multiserver 2.0 - by ayalx - 04-03-2016, 07:32 PM
RE: Multiserver 2.0 - by Som1Lse - 04-03-2016, 08:35 PM
RE: Multiserver 2.0 - by ayalx - 04-04-2016, 06:43 AM
RE: Multiserver 2.0 - by Som1Lse - 04-04-2016, 04:37 PM
RE: Multiserver 2.0 - by ayalx - 04-04-2016, 07:28 PM
RE: Multiserver 2.0 - by The Lone Wolf - 05-13-2016, 01:16 PM
RE: Multiserver 2.0 - by ayalx - 05-13-2016, 09:31 PM
RE: Multiserver 2.0 - by The Lone Wolf - 05-14-2016, 06:10 AM
RE: Multiserver 2.0 - by MangaD - 05-21-2016, 12:09 PM
RE: Multiserver 2.0 - by MangaD - 06-28-2016, 08:33 AM
RE: Multiserver 2.0 - by Zelphir - 06-28-2016, 10:25 AM
RE: Multiserver 2.0 - by ayalx - 06-29-2016, 06:41 PM
RE: Multiserver 2.0 - by MangaD - 07-08-2016, 11:26 AM
RE: Multiserver 2.0 - by ayalx - 07-11-2016, 05:37 PM
RE: Multiserver 2.0 - by Zelphir - 07-20-2016, 01:06 AM
RE: Multiserver 2.0 - by MangaD - 07-20-2016, 01:55 PM
RE: Multiserver 2.0 - by Zelphir - 07-20-2016, 03:17 PM
RE: Multiserver 2.0 - by MangaD - 07-20-2016, 04:48 PM
RE: Multiserver 2.0 - by ayalx - 07-20-2016, 06:49 PM
RE: Multiserver 2.0 - by Zelphir - 09-10-2016, 10:10 PM
RE: Multiserver 2.0 - by MangaD - 08-28-2016, 08:22 PM
RE: Multiserver 2.0 - by NightmareX1337 - 08-28-2016, 09:04 PM
RE: Multiserver 2.0 - by MangaD - 08-28-2016, 10:22 PM
RE: Multiserver 2.0 - by ayalx - 08-29-2016, 06:24 PM
RE: Multiserver 2.0 - by A-Man - 08-29-2016, 06:35 PM
RE: Multiserver 2.0 - by MangaD - 09-11-2016, 04:52 PM
RE: Multiserver 2.0 - by ayalx - 09-14-2016, 06:41 PM
RE: Multiserver 2.0 - by Gad - 07-23-2017, 12:50 PM
RE: Multiserver 2.0 - by Bigfighter000034 - 07-27-2017, 07:28 PM
RE: Multiserver 2.0 - by MangaD - 07-28-2017, 11:29 AM
RE: Multiserver 2.0 - by ayalx - 07-29-2017, 07:24 AM
RE: Multiserver 2.0 - by MangaD - 08-04-2017, 06:46 AM
RE: Multiserver 2.0 - by ayalx - 09-29-2017, 11:56 AM
RE: Multiserver 2.0 - by brenodantas10 - 12-13-2018, 02:22 AM
RE: Multiserver 2.0 - by MangaD - 12-13-2018, 10:09 AM
RE: Multiserver 2.0 - by Zelphir - 01-10-2022, 06:08 PM
RE: Multiserver 2.0 - by MangaD - 01-10-2022, 06:45 PM
LF 2 Multiserv - by As098 - 02-25-2018, 09:56 PM
RE: Multiserver 2.0 - by MangaD - 02-26-2018, 12:22 PM



Users browsing this thread: 1 Guest(s)