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

如何使用这个项目 #9

Open
ihopenot opened this issue Sep 14, 2023 · 6 comments
Open

如何使用这个项目 #9

ihopenot opened this issue Sep 14, 2023 · 6 comments

Comments

@ihopenot
Copy link
Owner

目录结构

.
├── Core
│   ├── lpk_loader.py
│   └── utils.py
├── LpkUnpacker.py
├── README.md
├── output              <==
├── requirements.txt
└── lpkfolder           <==
    ├── target.lpk      <==
    └── config.json     <==

使用方法

  1. clone这个仓库
  2. 在仓库目录下新建output和lpkfolder两个文件夹
  3. 把你的lpk和config.json丢到lpkfolder里去
  4. 在仓库目录下运行python LpkUnpacker.py -c lpkfolder/config.json lpkfolder/target.lpk output

使用pycharm请自行搜索怎么添加python启动参数

@ihopenot ihopenot pinned this issue Sep 14, 2023
@ihopenot
Copy link
Owner Author

能否将python -m pip install -r requirements.txt依赖内容分享一下,不知为何使用命令无任何反应甚至不报错 捕获

就在requirements.txt里面

@teritasa
Copy link

我按照要求新建了output和lpkfolder两个文件夹,并且也安装了依赖,运行程序却跳出了这个错误,是我哪里没弄好吗?
屏幕截图 2024-02-21 202406

@ihopenot
Copy link
Owner Author

  1. ...
  2. ...
  3. ...
  4. 在仓库目录下运行python LpkUnpacker.py -c lpkfolder/config.json lpkfolder/target.lpk output

@xy1992xyz
Copy link

怎么肥四。
{209989E3-95D6-4a6e-B5DA-09C37768190D}
没一点反应。

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

No branches or pull requests

4 participants
@ihopenot @teritasa @xy1992xyz and others