资深玩家
The Unicron
  
- 贡献度
- 1324
- 金元
- 67446
- 积分
- 12041
- 精华
- 0
- 注册时间
- 2009-1-3
|
刚才看到一篇关于让浣熊市游戏读取脚本帖子以下是引用的原始内容请英语好的翻译下
Getting the game to read the scripts/common folders
Needed tools: A hex editor
Difficulty: Easy
Use the hex editor and open csv_pre.ssg (should be located in the same directory as your exe.
In this file search for the file you want to edit. Let's say for example; weapons.csv
You should find something pointing to common/weapons.csv
Edit the text line so it says something like _ommon/weapons.csv (basically just replace a single letter in the text)
This tells the exe not to look in the csv_pre archive, because it can no longer find common/weapons.csv
Instead, the game will look in the real common folder for it. Now you can edit the weapons.csv file to your heart's content. Whether you want to make the DLC weapons available for free, or completely overpower/underpower other weapons.
|
|