Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneYork committed Dec 23, 2020
2 parents 61d2fc3 + 216eab6 commit 38741ef
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# InfiniteStackMod
# UnlockMapIconMod
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
---

0 comments on commit 38741ef

Please sign in to comment.