CubeWorldMods/README.md

72 lines
1.5 KiB
Markdown
Raw Normal View History

Mods for Cube World beta
2019-10-18 23:17:02 +08:00
===
2019-10-18 23:32:12 +08:00
Depends on [Cube-World-Mod-Launcher](https://github.com/ChrisMiuchiz/Cube-World-Mod-Launcher)
Localization Mod
2019-10-18 23:17:02 +08:00
---
2019-10-18 23:20:27 +08:00
A mod for localize the game's text resources, works with CSV config file.
2019-10-18 23:17:02 +08:00
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 |
2019-10-18 23:20:27 +08:00
* About Encoding
2019-10-18 23:17:02 +08:00
|Encoding Name |Remark |
| ------------- |:----------------------------------------- |
|Unicode |UCS-BE encoding |
|ASCII |Extende ASCII encoding |
|ASCII_HEX |Same as ASCII,replace text encoded with hex|
2019-10-18 23:32:12 +08:00
Unlock Map Icon Mod
2019-10-18 23:17:02 +08:00
---
2020-12-23 10:42:20 +08:00
### Commands:
```
2020-12-23 11:03:58 +08:00
/map <ico|tag|all> <0|1>
2020-12-23 10:42:20 +08:00
```
### Examples:
```
/map ico 0
/map all 1
```
2019-10-18 23:32:12 +08:00
Infinite Stack Mod
2019-10-18 23:17:02 +08:00
---
2020-12-23 10:42:20 +08:00
Change Specialization Mod
---
### Commands:
```
/trans class <class_type>
/trans spec <0|1>
```
Class Types:
|Type ID |Name |
| ------ |:----------- |
|1 |Warrior(战士)|
|2 |Ranger(游侠) |
|3 |Mage(法师) |
|4 |Rogue(盗贼) |
### Examples:
```
/trans class 2
/trans spec 1
```