KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
LaTaleTools
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
PanDownload-PHP-Optimized
:
PanDownload 网页复刻版 PHP 版本优化版
DNRTI-A-Large-scale-Dataset-for-Named-Entity-Recognition-in-Threat-Intelligence
:
No description available.
rbioapi
:
rbioapi: User-Friendly R Interface to Biologic Web Services' API
laragram
:
A Telegram Web Client built with Laravel and Vue making use of MadelineProto PHP package
scrcpy-opencv-SQ
:
使用c++对scrcpy进行重构,提供opencv Mat图像,便于二次开发,提供了智慧树知到的自动刷课脚本.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LaTaleTools
?
Download (.md)
LaTale Tools --- Minimum DotNet version: 9.0 This project provides utilities for extracting various file formats for the MMORPG LaTale. Currently supported file formats: * SPF: uncompressed archive file * LDT: list file (items, achievements etc; typed) * TBL: general descriptor of the game's sprites The project also provides a web server for quickly previewing the game's content, and can be run by simply: 1. Initiate a dotnet user secret with a single key `LaTaleBinaryPath` (absolute path to the directory holding the game's SPF files) 2. Then, run ``` $ dotnet run --project LaTaleTools.WebApp ``` 3. Navigate to http://localhost:5126