Mod for Cube World beta
Go to file
Zane.Y 6e69a3b901
Update README.md
2019-10-18 23:20:27 +08:00
InfiniteStackMod Adjust repo structure/ Add UnlockMapIconMod 2019-10-15 21:13:55 +08:00
LocalizationMod Add Localization Mod 2019-10-18 22:48:55 +08:00
UnlockMapIconMod Fix tag switch 2019-10-17 20:38:49 +08:00
cwmods First version 2019-10-13 13:28:38 +08:00
LICENSE Initial commit 2019-10-13 13:20:49 +08:00
README.md Update README.md 2019-10-18 23:20:27 +08:00
logger.cpp First version 2019-10-13 13:28:38 +08:00
logger.h First version 2019-10-13 13:28:38 +08:00

README.md

Mods for Cube World beta

LocalizationMod

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

UnlockMapIconMod

InfiniteStackMod