Page 1 of 1

[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 12:01 pm
by Amanda Furtado

A new "v0.40 pre-release 2"of https://github.com/john-moonsugar/tes3cmd/releases/tag/v0.40-pre-release-2 at github.



New in this release:


  • An experimental Windows standalone executable

  • Decoding of LAND records

  • A fix for "dump" bug reported by Erg

  • A new option --active to allow processing of just active plugins, in load order. This should help situation reported by sveng

This pre-release is not tested. It's mostly going out so I can try releasing the windows standalone version. There are probably some bugs to be fixed yet.



Sometime hopefully in the near future there will be more testing, more documentation and object merging. So there'll probably be at least one more pre-release before v0.40 final release.


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 12:34 pm
by ^_^

Are you trying to make a large post, with many links?


That can sometimes trigger the spam protection.

Try adding in sections at a time.


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Fri Oct 14, 2016 2:50 am
by Emilie Joseph

No, it was pretty short. With one github link.



Edit: and anyway, good to see you're still around, Pluto :)


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Fri Oct 14, 2016 3:14 am
by maya papps


I've had trouble posting tes3cmd related stuff on these forums as well. Found out that it was due to cloudfare automatically blocking any post that contains (dot)exe.


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 8:34 pm
by Alyna

Thanks. Looks like that was probably my problem. Man, Cloudflare svcks. I'll shake my little fists at them in impotent rage.


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 7:29 pm
by Calum Campbell

Awesome!



I confirmed the--active option works as expected for me using the new standalone executable (Win8.1) with old --raw-with-header option. Thanks! However, I when I replaced the --raw-with-header option with --binary --header --output option I didn't get a generated .esp and the .txt redirected output looked like a non-binary dump; not sure what I'm doing wrong with the new option; the behavior was the same for me running the perl script, too; exact command line is:



tes3cmd dump --active --ignore-plugin "item_unk2.esp" --type BOOK --type WEAP --type ARMO --type CLOT --match "enchanting:" --binary --header --output item_unk2.esp > item_unk0.txt

[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 9:32 pm
by Soph

Sorry about that, this release was a little undercooked :) I really wanted to put out a windows executable to see if my build process still worked, being that it's under XP SP 2 running on a virtualbox. I plan on completing the implementation of --output for next pre-release, so that there will no longer be any reliance on shell redirects to capture output.


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 7:13 pm
by Sunnii Bebiieh

Hi John,


Would it be possible to have an option that selects all the plugins of the "Data Files" directory?


I don't know any way to do that currently excepted by ticking all one by one from Launcher or Mash.


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Fri Oct 14, 2016 1:23 am
by Lil'.KiiDD

I think you can use *.es[mp] as file name mask (never tried though)


tes3cmd active --on "*.es[mp]"


[EDIT]yep it works


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 7:45 pm
by Clea Jamerson

By 'select' I mean add them to the loaded plugins.


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 10:48 pm
by Monika Fiolek

abot's answer is how it should work to activate all the plugins in the given directory. Let me know if you have any problems with it.


[RELz] tes3cmd v0.40 pre-release thread

PostPosted: Thu Oct 13, 2016 11:22 pm
by naome duncan
Oh sorry guys I missed the command line. Thank you :)