Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
u3shit committed Jun 10, 2016
1 parent e7fd7a5 commit 24f3176
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ NepTools
========

This is a collection tools to mod in Hyperdimension Neptunia Re;Birth 3: V
Century (and probably RB 1 and 2 too). It contains a `.cl3` extractor/importer,
a text editor for `.cl3`/`.gstr`/`.gbin`, and a tool to use these files in the
game without repacking the `.pac` files (like KitServer).
Century (and probably RB 1 and 2 too) and some rudimentary support for
Hyperdevotion Noire: Goddess Black Heart `.bin` files (only stuff under `Main`).
It contains a `.cl3` extractor/importer, a text editor for
`.cl3`/`.gstr`/`.gbin`/`.bin`, and a tool to use these files in the game without
repacking the `.pac` files in case of the Re;Births (like KitServer).

stcm-editor/cl3-tool
====================
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ try:
stderr = subprocess.PIPE,
universal_newlines = True).strip('\n').lstrip('v')
except:
VERSION = '0.3.2'
VERSION = '0.3.3'

# these variables are mandatory ('/' are converted automatically)
top = '.'
Expand Down

0 comments on commit 24f3176

Please sign in to comment.