Skip to content

Commit 765f6e9

Browse files
committed
Update readme, add changes
1 parent 93bd9da commit 765f6e9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 20220225
2+
3+
Rock Band VR support by InvoxiPlayGames.
4+
5+
* Adds "con2rbvr" verb to ForgeTool, which converts a CON custom into an RBVR custom.
6+
* Changes DtxCS to use my fork which adds DTB serialization.
7+
* Writes `{split_ark}` DTA command to arkorders obtained using the "arkorder" verb.
8+
* Adds file flags to the output arkorders and adjusts ARK building procedure to take flags into account.
9+
* Allows specifying xor value for HDR encryption during ARK building.
10+
* RBMid "PART_KEYS" parsing is not included in debug builds as they still cause crashes.
11+
* Adds information on "con2rbvr", "arkorder" and "arkbuild" verbs in ForgeTool's usage section.
12+
13+
# 20220115
14+
15+
Minor bug fixes by Onyxite.
16+
17+
* Fix cases where an unintended kick lane would be created on drums
18+
* Fix cases where the fake and crowd channel indices aren't assigned correctly
19+
* Don't require a numerically sorted list of channel indices in the input

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a fork of LibForge/ForgeTool by Maxton, with minor fixes contributed by Onyxite.
1+
This is a fork of LibForge/ForgeTool by Maxton, with continuing work to fix bugs and add features.
22

33
Download from the [releases page](https://github.com/mtolly/LibForge/releases).
44

@@ -49,8 +49,16 @@ Verbs:
4949
--scee : make an EU package
5050
--id <16CHARIDENTIFIER> : set the customizable part of the Package ID/Filename
5151
--desc "Package Description" : set the description of the package
52+
con2rbvr <input_con> <output_dir>
53+
- converts a CON custom to a RBVR custom in the given game directory
54+
arkorder <input_hdr> <output_dta>
55+
- outputs the arkorder DTA of a given ARK HDR file
56+
arkbuild <input_dir> <input_arkorder> <output_dir> <ark_name>
57+
- creates an ARK file using files with the specified arkorder in the output directory
5258
milo2lipsync <input.milo_xbox> <output.lipsync>
5359
- converts an uncompressed milo archive to forge lipsync file
60+
csv2txt <input.csv_pc> <output.csv>
61+
- decodes a csv file
5462
```
5563

5664
### ForgeToolGUI

0 commit comments

Comments
 (0)