This commit is contained in:
ZaneYork 2020-12-23 10:07:32 +08:00
commit 38741ef05f
1 changed files with 31 additions and 2 deletions

View File

@ -1,3 +1,32 @@
# InfiniteStackMod
# UnlockMapIconMod
Mods for Cube World beta Mods for Cube World beta
===
Depends on [Cube-World-Mod-Launcher](https://github.com/ChrisMiuchiz/Cube-World-Mod-Launcher)
Localization Mod
---
A mod for localize 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|
Unlock Map Icon Mod
---
Infinite Stack Mod
---