Skip to content

Commit

Permalink
Decompile text messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomura-RH committed Jul 28, 2023
1 parent 6625a62 commit 1954697
Show file tree
Hide file tree
Showing 747 changed files with 208,394 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.py text eol=lf
*.sha1 text eol=lf
*.json text eol=lf
*.gmm text eol=lf
meson.build text eol=lf

.gitattributes text eol=lf
Expand Down
18 changes: 16 additions & 2 deletions res/msgdata/meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
subdir('pl_msg')

pl_msg_narc = custom_target('pl_msg.narc',
output: 'pl_msg.narc',
input: pl_msg_files,
command: [
knarc_exe,
'-d', '@OUTDIR@/pl_msg',
'-p', '@OUTPUT0@'
],
build_by_default: true
)

nitrofs_files += pl_msg_narc

subdir('scenario')

prebuilt_files = [
'msg.narc',
'pl_msg.narc'
'msg.narc'
]

foreach f : prebuilt_files
Expand Down
Binary file removed res/msgdata/pl_msg.narc
Binary file not shown.
Loading

0 comments on commit 1954697

Please sign in to comment.