The problem with NWN2 PW worlds is , that the players have to download parts of the module before they login into the PW world..
And if the Builders of the PW server change or add an area inside of the module , must they update there local data as well.
In some cases means this , that the players have to update there local files each day.
This program should close the gap and gives the players and server admins a easy free solution for this problem.
The concept of this program is a download in two steps.
You download first only a small Ini-file, with a list of all necessary files.
This List includes a MD5 checksum + the Download URL for the file.
The program will now check with the MD5 checksum all local files.
So it can notice outdated and missing files.
After this can the program download the missing files with an mouse click.
This works for the module files as well as Hak files or other changes inside of the NWN2 folders.
This Package includes several files.
----- for the players ----
A GUI Program so you can start the download easy. (NWN2_Audolo.exe)
----- for the server admins ---
A DOS Program, so you can generate the necessary INI file. (CreateNWN2_DM_MD5.exe)
This should be added to a DOS Batch system , so you do all the necessary steps at once.
I have added a example Batch that runs on my server , so you only need to adjust it to your local server.
----
I have setup a working system on the server of our PW , so you can test it and see all the things in action.
((My test module isn�t very good yet. This is mainly to demonstrate the technique.))
Pro:
* You don�t need to release your module all few days. Just work on your module
your players always get the latest version.
* They player can�t miss an update. They can�t install the files to a wrong
folder.
* The players will just download the missing files! This will be a big plus,
when the PW modules reach a size of 100+ Mbytes.
* The program is supporting the 7z Format and can decompress this files during
the download. ( The 7z Format is smaller than the rar format !)
Con:
You need some web space for the files somewhere. This must be a place with an
fix URL. This can be a FTP or a normal Web server.
Installing the Download Program on a Game PC:
Unzip it and place the files in your Main directory of NWN2
You need to start the program : NWN2_Audolo.exe
Select the test address from the combo box and press the first Button.
I hope you will see the rest on your own
This is a C# 2.0 program , so you need the .Net Framework from Microsoft.
You already own this version, if you use the toolset.
-----------------------------------
Update: 18 Nov 2006
Version 1.1
bug fix:
* Some dialogs run now in a Background thread, so the GUI don't freeze any longer
Improvement:
* New Warning Message Boxes, if the Program runs in a wrong folder or if the use starts the program direct from the RAR file.
* New Dialog for Server Admins to provide an easier way to create your own INI File.
* Progress Bar during download.
-----------------------------------
Update: 2 Feb 2007
Version 1.2
bug fix:
* Fixed a small problems with Space characters inside of the file name.
* added a link to this page to the About dialog.
-----------------------------------
Update: 2 April 2007
Version 1.3
* some UI changes
* new description in INI URL Field possible
* All URL that I collected on the forum are now in the INI file
* NWN2_Audolo is now free software and the source code is downloadable as well. (--> GNU General Public License)
Please publish your changed Source Code as well! (This is part of the GPL)
I plan to merge all changes to this version, so we don't end with a lot different versions.
-----------------------------------
Update: 20 May 2007
Version 1.3.1
* I added the INI-URL of my our own PW Server to the tool. We start a Public Beta today. *Yeah*
-----------------------------------
Update: 7 June 2007
Version 1.3.2
* new entry in INI file
-----------------------------------
Update: 10 July 2007
Version 1.3.3
* change in INI file
-----------------------------------
Update: 27 August 2007
Version 1.3.4
* new entry in INI file
-----------------------------------
Update: 02 December 2007
Version 1.3.5
* new entry in INI file
* new Deploy batch example for server admins. ( Subversion support / easier for Subdirectories )
-----------------------------------
Update: 15 December 2007
Version 1.3.6
@ Urlord Please do not use custom 2da files in your override folders. By doing this, you are risking crashes for other server. Use Haks to do this. Its what they were created for. I'm an admin on a PW and this HAS been pointed out and tested to trigger crashes on call. _________________________ The darkness and howling wind before you is frightening. Dare ye continue into the darkness?.... Adventure Begins... The Forgotten Realm: The Island of Elben Aator A NWN2 Persistent World
Posted by Sherincal420 at on09/12/07
oh ya one more thing, you should definitely update this program to clean out those nasty overrides and haks from other servers. some of the same tricks players used in nwn1 are being used in nwn2 by duplicating items and then trigger a the server to crash. this is quite annoying if you're playing on a server that refuses to use any kind of haks. _________________________ The darkness and howling wind before you is frightening. Dare ye continue into the darkness?.... Adventure Begins... The Forgotten Realm: The Island of Elben Aator A NWN2 Persistent World
Posted by Sherincal420 at on09/12/07
Best thing invented for nwn2. Two thumbs up for a perfect 10.00 _________________________ The darkness and howling wind before you is frightening. Dare ye continue into the darkness?.... Adventure Begins... The Forgotten Realm: The Island of Elben Aator A NWN2 Persistent World
Posted by Cladius at 2007-09-1102:06:42
I certainly expect # of votes to go up as the PW population increases. Just started looking at his myself, very promising !
Posted by Xaltos at 2007-09-0523:23:57
Thanks aghar, finally 25 votes ;)
Posted by aghar at on09/05/07
Cannot believe I haven't voted yet. Done now. :) Excellent tool. A must have for PWs in my book.
Posted by Urlord at 18:20:35 Voted9.50
Thanks Xaltos - I now have Audolo installing the DMFI files for the players along with all the TRX files. I will soon have custom 2da files being downloaded into the override folder. Having folks install it by default into the game install directory doesn't work for me. So I am having to tell players to disregard the warning message. Thanks for the application, _________________________ Peace, Jim AKA Urlord Visit the Persistent World of Nymri
Posted by Xaltos at 2007-08-2712:34:30
A new Version is online. I added a new entry to the list of Servers. It would be nice if one more could vote for the software ;)
Posted by Xaltos at 2007-08-2712:30:46
This is just a Warning Message, because several people had installed the program into a wrong folder and had some problems to login into the game. You can simple avoid the MSG if you create a file with the name "nwn2.exe" in your program folder. I really need to add a few more functions to it ;)
Posted by Urlord at 11:55:14 Voted9.50
I had to make some changes to the deploy.bat file: rem --- Create .7z file for Default contextmenu.xml --- lzma.exe e "C:\games\nwn2\ui\default\contextmenu.xml" "%download_player%\%Module_Name%\HCR2ContextMenu.7z" CreateNWN2_DM_MD5.exe "C:\games\nwn2\ui\default\contextmenu.xml" "%download_remote%/%Module_Name%/HCR2ContextMenu.7z" "ui\default\contextmenu.xml" >> %INI_File% rem --- Create .7z file for DMFI contextmenu.xml --- lzma.exe e "C:\games\nwn2\ui\custom\DMFI UI\contextmenu.xml" "%download_player%\%Module_Name%\DMFIContextMenu.7z" CreateNWN2_DM_MD5.exe "C:\games\nwn2\ui\custom\DMFI UI\contextmenu.xml" "%download_remote%/%Module_Name%/DMFIContextMenu.7z" "ui\custom\DMFI UI\contextmenu.xml" >> %INI_File% _________________________ Peace, Jim AKA Urlord Visit the Persistent World of Nymri
10 - A Masterpiece, Genuinely Groundbreaking 9 - Outstanding, a Must Have 8 - Excellent, Recommended to Anyone 7 - Very Good, Deserves a Look 6 - Good, Qualified Recommendation 5 - Fair, Solid yet Unremarkable 4 - Some Merit, Requires Improvements 3 - Poor Execution, Potential Unrealized 2 - Very Little Appeal 1 - Not Recommended to Anyone