2010年11月24日水曜日

RO 下雪效果移除 + 使用自訂 DATAX 檔

下雪效果蠻 LAG 的(單視窗是沒差 問題是開多視窗)
所以就寫了這篇教學

主程式修改的部份(UltraEdit 的 Scripts)
//UltraEdit設定
UltraEdit.activeDocument.findReplace.replaceAll = true;
UltraEdit.activeDocument.findReplace.searchAscii = true;

//etcinfo(下雪效果移除的部份)
UltraEdit.activeDocument.findReplace.replace("etcinfo.txt", "etcinfo.fix");

//使用自訂 DATAX 檔(用不到的話 這邊請刪除)
UltraEdit.activeDocument.findReplace.replace("event.grf", "datax.grf");

官方原始的設定(2010/11/24 從 data.grf 中解出的 etcinfo.txt)
loadingscreen#
4#
weather#prontera.rsw#snow#
weather#izlude.rsw#snow#
weather#geffen.rsw#snow#
weather#aldebaran.rsw#snow#
weather#alberta.rsw#snow#
weather#payon.rsw#snow#
weather#yuno.rsw#snow#
weather#lighthalzen.rsw#snow#
weather#hugel.rsw#snow#
event#1#
//file end 
weather 的部份整行刪除 就不會有下雪效果(注意一下 別誤刪其它東西)
刪除完後 把檔案儲存成 etcinfo.fix
然後放在 RO 目錄下的 DATA 目錄裡
再配合上面的主程式修改 就可以把下雪效果拿掉了

修改好的是下面這樣(etcinfo.fix)
loadingscreen#
4#
event#1#
//file end 
直接複制這邊 存成 etcinfo.fix 也可以

0 件のコメント: