Author Topic: Java version of OEIShared.dll  (Read 1125 times)

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Java version of OEIShared.dll
« on: July 29, 2014, 02:38:23 pm »


               

Yes - I know dll's don't work in Java, but I was wondering if anyone had any Java based libraries that can edit/manipulate or create GFF structures?


 


I specifically want to be able to assemble haks, mods.


 


I aim to create a Jenkins continuous integration where I commit my dismantled module, and it gets assembled server side, and copied to server folder.


 


Unfortunately, on a Ubuntu server - OEIShared.dll will not be available, so accessing gff structures cannot be done with that avenue.


Only option would  really be for a Java based solution?


 


Anyone aware of any?



               
               

               
            

Legacy_niv

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Java version of OEIShared.dll
« Reply #1 on: July 29, 2014, 02:41:58 pm »


               

http://nwntools.sourceforge.net/. pspeed made a jvm lib to read/write erf containers and gff structs. Alternatively, you could use jruby to run nwn-lib, but that might be a order of magnitude slower.



               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Java version of OEIShared.dll
« Reply #2 on: August 03, 2014, 03:59:39 pm »


               

I hope the like above given by nivviv helps,  Since I do not know of anything.   But just to make sure that you are searching for the correct thing,  haks and mods are in the ERF format not the GFF format. 



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Java version of OEIShared.dll
« Reply #3 on: August 03, 2014, 04:11:07 pm »


               Ah- k.

The link he provides links to ModPacker - which sounds promising,.


I eventually hope to get a Jenkins job running that can construct a module, and deploy it for me.


I'm also In the server hosting business- so if anyone is interested in their own Jenkins/ continuous integration. Let me know.