高级玩家

- 贡献度
- 0
- 金元
- 5038
- 积分
- 504
- 精华
- 0
- 注册时间
- 2013-12-28
|
Instructions for Accessing Additional Maps
To access additional maps in Rotwood, please follow the steps below:
1. Locate your Rotwood installed folder which can be found at (...Rotwood Demodata).
2. In this folder you will find a file named "scripts_readme". Open this file and carefully read the instructions on how to unzip the data_scripts.
3. Once you have successfully unzipped the data_scripts, find the file named "main.Lua" and open it using Notepad++.
4. Within the "main.Lua" file you will come across a line that looks like this:
DEV_MODE = RELEASE_CHANNEL == "dev" or IS_QA_BUILD -- For now, QA gets debug tools everywhere.
5. Place a "--" in front of this line to comment it out so it now appears as follows:
--DEV_MODE = RELEASE_CHANNEL == "dev" ....
6. Immediately below the commented line, add the following line:
DEV_MODE = true
7. The modified section should now look like this:
--DEV_MODE = RELEASE_CHANNEL == "dev" ....
DEV_MODE = true
8. Save the changes made to the "main.Lua" file.
9. Open the game. Upon returning to the town you will notice a [Debug Menu] button located at the top right corner of your screen.
10. Click on the [Debug Menu] button and select the "unlock all location" option.
11. Once you have completed the above steps you are done.
Please note that there are additional options available within the [Debug Menu] button, aside from unlocking all locations.
试了下确实能用
|
|