Author Topic: Vaultster Fix  (Read 413 times)

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Vaultster Fix
« on: September 11, 2015, 01:10:47 pm »


               

Hi,


 


I've been testing Vaultster to be able to transfer characters between two servers using a remote shared server vault, all seems to work fine apart from none standard file / .bic names vaultster fails for find them.


 


I wan wondering if anyone had a fix for this or maybe a different way of doing this.


 


Any help / suggestions would be a great help


 


Regards



               
               

               
            

Legacy_niv

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Vaultster Fix
« Reply #1 on: September 11, 2015, 08:04:40 pm »


               

Hi!


 


I'm working on something like that. It's not ready yet, but seeing considerable progress.


 


http://forum.bioware...nter-is-coming/


 


If you want, I'll poke you once I have something up public that can be used for testing.


 


Cheers


niv



               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Vaultster Fix
« Reply #2 on: September 12, 2015, 03:19:48 am »


               

That would be great niv thanks



               
               

               
            

Legacy_Stormsong_NWN

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
Vaultster Fix
« Reply #3 on: November 06, 2015, 08:25:06 pm »


               

Also interested.



               
               

               
            

Legacy_niv

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Vaultster Fix
« Reply #4 on: November 06, 2015, 08:55:27 pm »


               

Not forgotten this!


 


Progess is going slow for various unrelated reasons. The code is all up and working but it requires much testing. Expect a proper update in the coming few weeks! '<img'>



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Vaultster Fix
« Reply #5 on: November 17, 2015, 03:31:00 pm »


               

Don't know if its of interest - but some of Vaultsters capabilities can be achieved through nwnx_odbc and a MySQL db.


 


MySQL allows for Load From and Save To commands - allowing saving to a file system.


If both servers were pointing/connected to the same DB, or had a way to get the binary data (web service?)


They could save the bic file (SetPersistentObject()) to the Hard Drive from the database, and then on join -  access their transferred bic.


 


A Heartbeat could check the file contents of the bic files against the content in the database, and do the Save To conditionally based on whether they match.