Update README.md

This commit is contained in:
Zane.Y 2019-10-18 23:17:02 +08:00 committed by GitHub
parent 803fd86e8e
commit 33f1557708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 2 deletions

View File

@ -1,3 +1,30 @@
# InfiniteStackMod
# UnlockMapIconMod
Mods for Cube World beta Mods for Cube World beta
===
LocalizationMod
---
A mod for localization the game's text resources, works with CSV config file.
CSV config file should be UTF-8 encoding.
* Column Definition
|Column |Definition |Optional|Remark |
| ------------- |:-------------:|:------:|:-------------------------- |
|A |Origin Text |No |Game's origin text resource |
|B |Replace Text |No |Text to replace with |
|C |Encoding |No |Text encoding |
|D |Begin Offset |Yes |Search begin offset |
|E |End Offset |Yes |Search end offset |
* About encoding
|Encoding Name |Remark |
| ------------- |:----------------------------------------- |
|Unicode |UCS-BE encoding |
|ASCII |Extende ASCII encoding |
|ASCII_HEX |Same as ASCII,replace text encoded with hex|
UnlockMapIconMod
---
InfiniteStackMod
---