client-editor

所属分类:加密解密
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-11-12 17:20:26
上 传 者sh-1993
说明:  使用OTServ RSA和自定义WebService URL以编程方式修补Tibia 11+
(Patch Programmatically Tibia 11+ with OTServ RSA and Custom WebService URL)

文件列表:
LICENSE (35149, 2023-11-12)
Makefile (781, 2023-11-12)
appearances/ (0, 2023-11-12)
appearances/appearances.go (1672, 2023-11-12)
appearances/appearances.proto (6923, 2023-11-12)
appearances/gen/ (0, 2023-11-12)
appearances/gen/appearances.pb.go (127622, 2023-11-12)
config.toml.dist (955, 2023-11-12)
edit/ (0, 2023-11-12)
edit/edit.go (5911, 2023-11-12)
go.mod (1335, 2023-11-12)
go.sum (50550, 2023-11-12)
local.toml (756, 2023-11-12)
main.go (2917, 2023-11-12)
otserv_rsa.key (256, 2023-11-12)
repack/ (0, 2023-11-12)
repack/repack.go (6314, 2023-11-12)
tibia_rsa.key (256, 2023-11-12)
win2mac/ (0, 2023-11-12)
win2mac/win2mac.go (1466, 2023-11-12)

# client-editor ## Usage ### Edit client Edit or make a `config.toml` with all the URLs you want to change, there's an example one in `config.toml.dist`. ```bash # Windows .\client-editor.exe edit -t -c config.toml # Unix ./client-editor edit -t -c config.toml ``` For a local client using [SlenderAAC](https://github.com/luan/slenderaac) you can use `local.toml` as a base. ```bash # Windows .\client-editor.exe edit -t -c local.toml # Unix ./client-editor edit -t -c local.toml ``` ### Repack client Repack an existing tibia client for [use with slender-launcher](https://github.com/luan/slender-launcher). Repack requires a `client..json` and `assets..json` for each of the platforms you want to repack. Check out https://github.com/luan/tibia-client for an example. ```bash # Windows .\client-editor.exe repack -s C:\Games\Tibia-windows -d C:\Users\YourName\src\tibia-client -p windows .\client-editor.exe repack -s C:\Games\Tibia-mac -d C:\Users\YourName\src\tibia-client -p mac .\client-editor.exe repack -s C:\Games\Tibia-linux -d C:\Users\YourName\src\tibia-client -p linux # Unix ./client-editor repack -s ~/Games/Tibia-windows -d ~/src/tibia-client -p windows ./client-editor repack -s ~/Games/Tibia-mac -d ~/src/tibia-client -p mac ./client-editor repack -s ~/Games/Tibia-linux -d ~/src/tibia-client -p linux ``` ### Editing appearances.dat Sometimes all you want is make that one item house-wrappable. Or add use-with to something. But you don't want to have to load up asset editor since it's heavy and has a lot more features. You can use client-editor to edit appearances.dat directly. ```bash # Windows .\client-editor.exe appearances -a appearances.dat -c config.toml # Unix ./client-editor appearances -a appearances.dat -c config.toml ``` It'll write a appearances.out.dat file with the changes. You can then copy that over to your client and to the canary `data/items/` folder to have your changes applied. ### Compiled Releases (Windows/Mac/Linux) https://github.com/opentibiabr/client-editor/releases ### How to Compile Requirements: golang 1.8+ ```bash $ make build ```

近期下载者

相关文件


收藏者