Page 5 of 5 FirstFirst 12345
Results 81 to 83 of 83

Thread: Esf Total Editor

  1. #81
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: Esf Total Editor

    If anyone would like to write a user-friendly tutorial, that would be great. Steps are:

    Get Ruby - https://rubyinstaller.org/
    Download esf2xml code from github https://github.com/taw/etwng/archive...ads/master.zip and unpack
    Open esfxml folder, drop your esf files you want to convert there
    Start terminal in that folder
    Run from terminal: gem install nokogiri (just once, this install xml conversion library)
    Run this to convert: ruby esf2xml file.esf unpacked_folder
    Edit as much as you want
    Run this to convert back: ruby xml2esf unpacked_folder new_file.esf

    The tools like Esf Total Editor packaged this process into user friendly interface, but someone needs to update them.

  2. #82

    Default Re: Esf Total Editor

    Quote Originally Posted by taw View Post
    Start terminal in that folder
    Hold Shift + Right click the folder you want it opened on, and click "Open command window here".

    Quote Originally Posted by taw View Post
    Run from terminal: gem install nokogiri (just once, this install xml conversion library)
    I ran instal_nokogiri.bat. Seems did the trick.

    Quote Originally Posted by taw View Post
    Run this to convert: ruby esf2xml file.esf unpacked_folder
    I had JRuby installed, so i just replaced ruby with jruby, and it worked.


    Thanks for the instructions!

  3. #83

    Default Re: Esf Total Editor

    Hello TAW, ive been trying to use this tool and tried to follow your instructions, i got stucked at running

    Code:
    ruby esf2xml file.esf unpacked_folder
    and get this error

    Code:
    esf2xml:35:in `initialize': No such file or directory @ rb_sysopen - file.esf (Errno::ENOENT)
            from esf2xml:35:in `open'
            from esf2xml:35:in `<main>'
    FYI im like a caveman using the command console (which isnt even called now like that lol) so maybe im doing something wrong? The installation says it worked just fine so idk what might be going on

Page 5 of 5 FirstFirst 12345

Posting Permissions

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