Author Topic: Never Launcher - method of browsing and joining games  (Read 1501 times)

Legacy_painofdungeoneternal

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« on: January 15, 2013, 09:44:21 pm »


               'Posted

This is a program I have been working on.

It works for both NWN1 and NWN2, PC and Mac ( and probably Linux ). It allows you to browse the available PW's, using the Skywing API, and click Play to open them up right to the given game. Still a lot of things to add, such as custom queries and categories.

It does not fix the actual gamespy problem, nor is it for every one as there might be better solutions - this should however be something everyone can use since it's stand alone and runs on just about every platform and lets you sidestep the problem. I actually have been developing it more as a content management tool, which aimed the "Launching" feature as a way to detect when a module is about to be used, so i can verify it - but most of that is away from being complete.

Been working on the User Interface - and an auto patcher for this mac version to upgrade my version to 1.69 finally since mac's don't have an updater. ( Again my original goal is not a launcher, but a tool which when you hit play, figures out if there is anything wrong and goes ahead and fixes it right before you open the module or PW )

I need to get if possible the 1.69 versions of the other languages besides english - I see 1.68 on the vault and in links here. Might be able to reconstruct 1.69 packages if the language specific changes are inside the resource files. I am thinking of getting another copy at the Nexus in case the vault goes down.

I also have a single player listing of modules for NWN2 ( basically based on what is found in the forums here by level ) as a 2da files. I would need someone willing to help me get something like this together for NWN1 as the listing is just a placeholder at present. I will assemble it at some point, but it's probably not going to be up to date unless someone is adding new modules to it.

This requires being listed in Skywings API, which is used by others in the community such as http://www.nwnlist.com    - I have code again for both Gamespy and Skywings API, basically i will use whatever all the PW's happen to be using, but also I am not going to deal with 5 or 6 groups all doing the same listing.

Also the background is just a bmp file, it can be customized as desired  - i just used an old NWN1 desktop picture at the present.

I also need people willing to beta test this who have various platforms, especially people willing to help me iron out all the differences on different platforms, and willing to help me work thru various bugs which I am sure are going to happen.
               
               

               


                     Modifié par painofdungeoneternal, 15 janvier 2013 - 10:03 .
                     
                  


            

Legacy_HipMaestro

  • Hero Member
  • *****
  • Posts: 2849
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #1 on: January 16, 2013, 01:50:23 am »


               Sweet!  Very nice work.

One aspect of the current (Gamespy) browser that I've had issue with all along is the query limitations.  The broad categories used now are fairly vague especially when more than a single category can apply to a single PW.  It would be great to be able to search for worlds that use a specific patch version and/or the more common paks like CEP and the versions they require.  Granted, the requirements are usually contained in the server description, but it would be more helpful to be able to identify, for instance, all servers that use no higher than CEP 2.2 that examining each server detail one-by-one until a player finds one they are equipped to join.  It would require admins to populate new fields for their address but it may be worth exploring, seeing as how we are in the re-invention stage.

Regardless, the format here looks friendly to me '<img'>
               
               

               
            

Legacy_Lazarus Magni

  • Hero Member
  • *****
  • Posts: 1837
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #2 on: January 16, 2013, 02:57:46 am »


               Awesome stuff. You can count me in for doing some beta testing if you like.
               
               

               
            

Legacy_painofdungeoneternal

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #3 on: January 16, 2013, 03:25:07 am »


               

HipMaestro wrote...

Sweet!  Very nice work.

One aspect of the current (Gamespy) browser that I've had issue with all along is the query limitations.  The broad categories used now are fairly vague especially when more than a single category can apply to a single PW.  It would be great to be able to search for worlds that use a specific patch version and/or the more common paks like CEP and the versions they require.  Granted, the requirements are usually contained in the server description, but it would be more helpful to be able to identify, for instance, all servers that use no higher than CEP 2.2 that examining each server detail one-by-one until a player finds one they are equipped to join.  It would require admins to populate new fields for their address but it may be worth exploring, seeing as how we are in the re-invention stage.

Regardless, the format here looks friendly to me '<img'>


Thanks for the support.

My main concern on queries is how to do it easily and using a minimum of real estate, in fact i just am pulling the complete list at the moment to get this launched. Welcome to ideas in this area. Right now each column sorts by clicking on the top which is very helpful. Perhaps a search box, combined with a pulldown menu for category ( gametype, server name, description, etc ). Need to review how i store the data internally, and how i get it from skywings API, as i'd probably need to keep my copy (on your system) in sync with his.

The CEP version i really want to get as information, with that, i can download, do crc's and the like, and make sure players have the right content for the game they are joining. Also I can provide downloading features like in NWN2, assuming the servers URL contains data on the module requirements of some sort. ( not that it's an immediate project ). Might need to have an editor do this for the PW's.

The current options are indeed limited I would actually like to include vault pages, IGN vault ratings, and extra information, but still working out how to align that info which is static, with servers which have dynamic IPs. ( server name perhaps being used to migrate, but admins can change all the names slightly and get a new IP.
               
               

               
            

Legacy_OldTimeRadio

  • Hero Member
  • *****
  • Posts: 2307
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #4 on: January 16, 2013, 05:05:12 am »


               Looking very cool and very useful!  Keep us posted!
               
               

               
            

Legacy_Rolo Kipp

  • Hero Member
  • *****
  • Posts: 4349
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #5 on: January 16, 2013, 04:54:07 pm »


               <grinning like...>

Fantastic!
This is 75% of what I've been (in my laid-back way) pushing for for years!

Beyond my enthusiastic praise, I offer whatever limited (unfortunately, you *know* how limited ;-/ ) support I can give from the Vault end.

<...the madman he is>
               
               

               
            

Legacy_painofdungeoneternal

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #6 on: January 17, 2013, 06:57:51 pm »


               Those interested in discussing, or helping with the Single player listing of modules, I wanted to do a topic showing where I am headed with that.

http://social.biowar.../index/15613771
               
               

               
            

Legacy_painofdungeoneternal

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #7 on: January 28, 2013, 06:28:43 pm »


               Just some progress to report
  • Automated Installation of patch 1.69 on mac ( english ) from zip file. I don' t think there is a version for other languages. This is to replace the now not working open knights updater. ( I was at 1.68 so it was a good test case ). Ability to detect installed version, language and expansions by examining installed files, or using registry. Need to figure out location of update files for other languages, or some means of recreating them, also see if this is needed for PC version. ( mainly this means 7z an zip archive suppport )
  • Successful launching of NWN2 connecting to a PW chosen from the server list. ( tested again on a Mac )
  • Automated Installation of CEP 2.4 ( contents in a tar compressed archive ) and connection to a PW that requires CEP. ( had to add rar archive support )  ( need to determine if CEP 2.4 i have setup works for all PWs, or if I need to implement CEP 1. as well, or if there are more versions needed )
  • Looking at how to install PRC 3.5 from their vault content now, and what is needed for merging ( mainly for PW usage ), aiming at connecting to a PW that requires PRC 3.5, CEP, and a merging hak/tlk file of some sort that let the two work together, and their own custom hak. ( going to look at doing my own merging, so if one group updates, no issues arise from conflicts created )
  • Rough Vault page parsing module, for importing data for the module list, and other purposes. ( ie, so my list of modules and PW's can easily get meta data for players to use to search for the perfect game to play, and so anyone maintaining a list can quickly and accurately get detailed module information )

I am now looking at how to determine which haks are in use by which PW's, thinking i can set up instructions and download locations for most of the servers in the PW list. If a PW wants to use a hak, I want to make it so that is not a barrier for end users wanting to play on the given world, it will just mean a delay while needed files are downloaded and installed. Also to make it clear which PW's in the list require downloads, and which are all ready to just connect to them as is.

Also looking at the ability to automatically download and install NWNCX and the NWN2 Client Extender latest versions.

I also need to work on package/version/patching control, using CRC checksums to verify files and download any new updates for a players chosen installed content, as well as things like NWNCX, CEP, and the like.
               
               

               


                     Modifié par painofdungeoneternal, 28 janvier 2013 - 06:31 .
                     
                  


            

Legacy_Rolo Kipp

  • Hero Member
  • *****
  • Posts: 4349
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #8 on: January 28, 2013, 07:04:18 pm »


               <cheering...>

Fantastic!
Let me know if I can help...

<...up>
               
               

               
            

Legacy_Lazarus Magni

  • Hero Member
  • *****
  • Posts: 1837
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #9 on: February 12, 2013, 06:04:58 am »


               Bump
               
               

               
            

Legacy_DagNarus2

  • Newbie
  • *
  • Posts: 29
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #10 on: March 03, 2013, 04:16:13 am »


               dude nice browser definitely what the game needs.

I know people want to play this game they just can't find eachother.
               
               

               
            

Legacy_painofdungeoneternal

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #11 on: March 23, 2013, 09:58:01 am »


               More progress on development
  • Improved Package generation support, a package can be created by drag and drop, and can be followed as a script which downloads, and extracts files from an archive and installs them in the proper locations ( using NWNCX and CEP to test if this works ). Working on more advanced script command syntax to be integrated to do on the fly modification of game resources, and dynamic diffs. Still can use any older versions of NWN1 to enable accurate migrations for old content ( if you have a combined update for 1.67 or before, that is the file i could use, one for each version used by anything on the vault )
  • Multiplayer list now has option to filter by category ( action, roleplay, etc ) or by all.

    'Posted
  • Direct connect allows players to join servers not in the Tracker ( ie skywings API central tracker, not run by me but what is used by NWNCX and many others in the community.) Still thinking thru the interface here, will be subject to change.

    'Posted
  • Option to crowd source the server data, check box to allow players to automatically add servers they join, if the server is not already tracked, and button to add a server. It automatically resolves local ip's to the public ip address when adding to the tracker. Verfies via a direct gamespy request that it's an active server before it adds to the tracker. Also displays information about the server before connecting, and whether it's in the tracker.
  • Button to add multiple ip's for servers quickly. Just copy a list of ip's to the clipboard, then hit the button, and say yes. It spends about 2-5 seconds per ip, makes sure it's active then adds it to the tracker. Should allow people who have lots of ip's they think are missing to add them.

    'Posted

    ( and yes, this means that a lot more servers are on NWNCX at this point, this is designed so as people find missing servers ( like xfires listing ), the community can easily get them into the tracker )
  • Auto-updating of the app itself, can do a version check on the website, if it's obsolete asks if you want to install it, it will download the latest version, then quit and restart with the new version. This ensures when this is working well, that i can quickly fix any bugs in the released version, or know that i can release the partially working version and that everyone will get all new features as they are completed. ( and it's actually using the same system for package version control to ensure it's up to date )

               
               

               


                     Modifié par painofdungeoneternal, 23 mars 2013 - 10:14 .
                     
                  


            

Legacy_painofdungeoneternal

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #12 on: June 20, 2013, 04:13:50 am »


               updated this thread, latest release includes the above features Never Launcher and more which are listed there.

Current Download link  Download Never Launcher

I am mainly posting over there because I don't want to be everywhere, but this is fully supportive of both NWN1 and NWN2, Mac and PC, SP and MP, Injection and those who refuse to inject, modding of your install and vault content and those who don't want anything touched. The goal is not to take sides, but to make however YOU want to play the game easier.

This is a beta program, which means it's probably going to have issues, please report them so I can solve them or sidestep them, the primary goal here is to make end users not have to think. Secondary goal is to let those of us providing tech support to be able to direct them to hit a given button and to be assured that certain steps were followed ( like the button that gets some system specs ).

This is still beta, but it's getting more usable, and I would like feed back aimed at areas which can be quickly wrapped up so it's usable by real people. I'm going to keep calling it beta until i stop hearing of issues and that everyone trusts that it's rock solid.
               
               

               


                     Modifié par painofdungeoneternal, 20 juin 2013 - 03:20 .
                     
                  


            

Legacy_BelowTheBelt

  • Hero Member
  • *****
  • Posts: 699
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #13 on: June 20, 2013, 03:02:38 pm »


               Thanks for doing this!  Been following this for a while and think that the promise of this tool to detect and auto-download haks/file can bring to life so much of the fantastic custom content that has been developed by the community (but probably not as often used by PWs because it requires the playerbase to download it themselves or the creation of a custom auto-downloader).  The idea of 'one-click' simplicity to join is fantastic.

Can you clarify what the status is of hak identification/installation - I note some earlier comments about CEP/PRC, but what about custom haks?  How do you envision hak updates to be handled (either the requirement of a new hak or an updated existing hak)?

I'm happy to help test.
               
               

               
            

Legacy_painofdungeoneternal

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
Never Launcher - method of browsing and joining games
« Reply #14 on: June 20, 2013, 05:49:29 pm »


               Installation / downloading is partially done - the part where i have the content info and it's download url all organized for the entire vault. I also have manual code which hits a button, and downloads NWNCX, NWN2 client extension, and the CEP. The problem is that this hard coded routine needs to be dynamic since there are 16,000 pieces of content you can download today. That is basically the next step.

I am working on linking the vault information with the information on the Skywing API - basically i need to ping your server and know which vault entry is yours. ( confused by folks deliberately using the same name to game the system when the ip changes, or when the module reboots ) To a degree this is guessing but should be usually right.

I believe i can get the list of haks for the module ( already have references for this via wireshark and on nwnx.org, and just implemented gzip/zlib handling for this )

I also intend on making a NWNx plugin for both NWN1 and NWN2. This would have a secret key generated by the PW which would match what is on the vault ( you login to the vault to see what it is ). This key would let your pw update data in the api/vault dynamically, so all the files would be posted there, current events would be listed, current number of players - basically using skywings api but at the same time including a far more complete picture, such as forums, etc. Also when your pw is down for a while, it moves it to the inactive graveyard automatically so players don't wonder which PW's are up. Mainly a convenience, so the owners of the PW just have to focus on their PW, and have the plugin handle the work of managing the vault page. ( further those using this would have more security since i would know its actually owned by the person using the vault page )

Those using my app would use that vault info to autodownload, but further all players would be able to use the vault to manually get what is needed. ( frankly i am confused by most PWs and what they describe, need to really work harder on making it clear and step by step for PW's using haks if they don't say CEP, even then that only helps those of us who know what CEP is ) Not to mention it would check versions as well, sometimes pw's keep the same name and add more files, a sha1 would ensure it's the actual correct file. ( My system would also help sync up anything from the vault to the PW, and to the players, so any shared hak systems would be kept in sync automagically )

This is all open, so a NWNCX version of the same should be doable as well. ( or use it via bash scripts, whatever you can think of doing )

Those refusing to note what they are doing on their server, would need me, or another member of the community to identify the hak download url for that PW. Most use CEP so that seems doable, but I am hoping PW owners who are using non standard haks see this as an additional tool and are willing to configure it. ( it needs to be maintained by the community in the long term, standard haks would be assumed if the name matches the CEP haks for example unless they configure it )
               
               

               


                     Modifié par painofdungeoneternal, 20 juin 2013 - 05:51 .