Elem8100 / MapleNecrocer

MapleStory Client Emulator
MIT License
175 stars 25 forks source link

阿爾卡娜,利曼等地圖背景無法完全關閉 #24

Closed jychen105 closed 9 months ago

jychen105 commented 9 months ago

bg_not_clear 如圖,請問這些動效如何關閉

Kurodake commented 9 months ago

作者沒設計開關選項 , 你可以在 MapleNecrocer\Client\MapleMap.cs 底下找到 LoadMap 這個函數 然後註解掉Particle.Create();這一行

jychen105 commented 9 months ago

git拉下來的代碼暫時未編譯通過。不過通過修改wz,刪除particle節點可以關閉粒子效果顯示。