Results 1 to 10 of 10

Thread: H2V - Xliveless - LAN Without Tunnels+Mods

  1. #1
    Junior Member
    Join Date
    Oct 2015
    Posts
    4

    H2V - Xliveless - LAN Without Tunnels+Mods

    So I've embarked on a bit of a journey and I plan to bring back matchmaking and other things to H2V,
    I've posted some details about it on halo2vista and I was just wondering if anyone is still interested enough in this for me to really continue down this path.

    It's been a ton of work and I've barely gotten any sleep for about a week and a half now but I've made progress (I'm in game over LAN without live and I can relay broadcasts and they work!).

    I've also reversed the entire packet handling system among many other things which I think will allow for me to do a lot of cool stuff including creating custom game variants and integrating matchmaking.

    I leave you with a few screenshots documenting my progress,





    Code:
    24/10/2015 13:08:04.982 Log started (H2MOD - Network 0.1a1)
    
    24/10/2015 13:08:06.152 bitstream::uint::packet_type - broadcast-search
    24/10/2015 13:08:06.219 bitstream::uint::packet_type - broadcast-reply
    24/10/2015 13:08:06.751 bitstream::uint::packet_type - broadcast-search
    24/10/2015 13:08:06.775 bitstream::uint::packet_type - broadcast-reply
    24/10/2015 13:08:08.251 bitstream::uint::packet_type - broadcast-search
    24/10/2015 13:08:08.295 bitstream::uint::packet_type - broadcast-reply
    24/10/2015 13:08:09.769 bitstream::uint::packet_type - broadcast-search
    24/10/2015 13:08:09.836 bitstream::uint::packet_type - broadcast-reply
    24/10/2015 13:08:11.297 bitstream::uint::packet_type - broadcast-search
    24/10/2015 13:08:11.361 bitstream::uint::packet_type - broadcast-reply
    24/10/2015 13:08:12.793 bitstream::uint::packet_type - broadcast-search
    24/10/2015 13:08:12.859 bitstream::uint::packet_type - broadcast-reply
    24/10/2015 13:08:14.341 bitstream::uint::packet_type - broadcast-search
    24/10/2015 13:08:14.390 bitstream::uint::packet_type - broadcast-reply
    24/10/2015 13:08:14.735 bitstream::uint::packet_type - join-request
    Reply With Quote

  2. #2
    Senior Member Btcc22's Avatar
    Join Date
    Sep 2012
    Posts
    567

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    Sounds like an interesting project, good luck! I'd be interested to follow your progress.





    Although you shouldn't return a non-const char* to a literal.
    Reply With Quote

  3. #3
    El Durado :/
    Join Date
    Oct 2006
    Posts
    2,417

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    Will be posting an article of progress, as of right now xlive is completely gone, therefore (activation is gone). there is a master server that handles pack transfer between clients.

    This is obviously a vague description if you want greater details permanulled can explain it to you or just wait till I write up a project article and synapse.

    Removing activation is completely legal now as of October 27, 2015 based off this article.
    EFF also won an exemption for users who want to play video games after the publisher cuts off support. For example, some players may need to modify an old video game so it doesn’t perform a check with an authentication server that has since been shut down.
    And this page shows Microsoft dropped support in 2012 for halo 2
    Last edited by supersniper; November 3rd, 2015 at 12:32 AM.
    Reply With Quote

  4. #4
    Neanderthal Dwood's Avatar
    Join Date
    Sep 2008
    Location
    Wouldn't u like to know?
    Posts
    4,189

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    You've caught my interest.
    Reply With Quote

  5. #5
    Junior Member
    Join Date
    Oct 2015
    Posts
    4

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    Since I'm going to be posting about this in a lot of different places I've decided to provide one central location for information on it and re-started my blog on my domain.

    It can be found here:
    http://www.thedefaced.org
    Reply With Quote

  6. #6

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    Quote Originally Posted by supersniper View Post
    Will be posting an article of progress, as of right now xlive is completely gone, therefore (activation is gone). there is a master server that handles pack transfer between clients.

    This is obviously a vague description if you want greater details permanulled can explain it to you or just wait till I write up a project article and synapse.

    Removing activation is completely legal now as of October 27, 2015 based off this article.


    And this page shows Microsoft dropped support in 2012 for halo 2
    As far as I'm aware, that ruling only covers single player content. Modifying anything that would enable multiplayer, even after a game has been abandoned, is still illegal.
    Reply With Quote

  7. #7
    Junior Member
    Join Date
    Oct 2015
    Posts
    4

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    Quote Originally Posted by Cortexian View Post
    As far as I'm aware, that ruling only covers single player content. Modifying anything that would enable multiplayer, even after a game has been abandoned, is still illegal.
    The ruling doesn't specify and simply says if a game has had it's support discontinued.
    There for it's not really something to be challenged on either side I.E. a grey area.

    Regardless, I highly doubt Microsoft cares any more if they did you'd see them going after tunneling services.

    Also it does speak of an "authentication server" which basically states the game is being with and or having online capabilities.
    Reply With Quote

  8. #8
    Junior Member
    Join Date
    Oct 2015
    Posts
    4

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    Quote Originally Posted by PermaNull View Post
    The ruling doesn't specify and simply says if a game has had it's support discontinued.
    There for it's not really something to be challenged on either side I.E. a grey area.

    Regardless, I highly doubt Microsoft cares any more if they did you'd see them going after tunneling services.

    Also it does speak of an "authentication server" which basically states the game is being with and or having online capabilities.
    A bit of an update here the project got an official home page,
    http://www.h2v.online.

    And I've went open-source:
    https://gitlab.com/PermaNull/cartographer
    Reply With Quote

  9. #9

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    Just wanted to bump and say this works very well, played a few days ago. Besides my shitty internet it played exactly how I remembered...well, minus the barely functional Live features. Lets spread the word to get more people playing again.
    Last edited by Resinball; March 13th, 2016 at 03:27 AM. Reason: spelling
    Reply With Quote

  10. #10
    El Durado :/
    Join Date
    Oct 2006
    Posts
    2,417

    Re: H2V - Xliveless - LAN Without Tunnels+Mods

    That's the plan! we have lots to do though, so it'll take time
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •