-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
# Bisign2Bikey | ||
Extracts the BI key from BI signature files for DayZ and ArmA titles, currently tested with Bohemia Interactive's latest version 3 keys/signatures. This is just a simple pattern scan, which checks for a separator between the actual signature and the key which is stored at the head of the signature file. | ||
Extracts the BI key from BI signature files for DayZ and ArmA titles, currently tested with Bohemia Interactive's version 2 and 3 signatures. | ||
|
||
# Usage | ||
There are various ways to use Bisign2Bikey, any of the following will produce a 'Keys' folder in the source directory, **not** the Bisign2Bikey.exe directory. | ||
There are various ways to use Bisign2Bikey, any of the following will produce a 'Keys' folder directory that Bisign2Bikey resides in. Can be run unattended without pausing, by adding `/s` as the very last argument. | ||
|
||
* Drag any .bisign file(s) over top of the executable | ||
* Drag addons folder(s) of mod over top of the executable | ||
* Drag @ModName folder(s) over top of the executable | ||
|
||
# Example | ||
`Bisign2Bikey.exeScripts.pbo.Jacob_Mango_V3.bisign Scripts.pbo.Wardog.v3.bisign /s` | ||
|
||
![Example Output](./img/example1.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.