Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PboPrefix.txt #43

Closed
tupolov opened this issue Jul 21, 2017 · 6 comments
Closed

Add support for PboPrefix.txt #43

tupolov opened this issue Jul 21, 2017 · 6 comments
Assignees
Projects
Milestone

Comments

@tupolov
Copy link

tupolov commented Jul 21, 2017

For those mods that have used PboPrefix.txt for Mikero tool purposes, would be useful for armake to support this as well as $PBOPREFIX$ files.

@KoffeinFlummi KoffeinFlummi self-assigned this Jul 21, 2017
@KoffeinFlummi KoffeinFlummi added this to the v1.0 milestone Jul 21, 2017
@KoffeinFlummi KoffeinFlummi added this to TODO in armake Jul 21, 2017
@dedmen
Copy link
Contributor

dedmen commented Jul 22, 2017

Would also like a way to add more properties than just the prefix one. For example version.
Maybe just a start-parameter to add a property or a different textfile in ini-like format.

@BaerMitUmlaut
Copy link

What other properties would a PBO have? I don't like the idea of having a special file.

@dedmen
Copy link
Contributor

dedmen commented Jul 22, 2017

You can set any property you want. BI pbos usually have prefix and version and Mikero has his infamous obfuscated

@jonpas
Copy link
Contributor

jonpas commented Feb 11, 2018

#65 adds additional properties via CLI, eg.: -e version=foo.

@jonpas
Copy link
Contributor

jonpas commented Feb 12, 2018

With #65 (using above mentioned additional property) you can simply use -e prefix=$(head -c -1 PboPrefix.txt) and have whatever file you want (changing -1 depending on encoding to strip away newlines at the end).

This should address both original issue by @tupolov and additional properties by @dedmen. Let me know if that is true.

@jonpas
Copy link
Contributor

jonpas commented Nov 20, 2018

Assuming above is good since there were no other replies. :)

@KoffeinFlummi close!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

6 participants