Showing posts with label 吉里吉里2. Show all posts
Showing posts with label 吉里吉里2. Show all posts

Wednesday, June 22, 2022

The NVL Maker (KiriKiri 吉里吉里2) : Particle.dll 粒子特效插件使用 為遊戲加入各種火光動畫效果

在日文網站發現一個在吉里吉里2做動畫特效的插件( Particle.dll ),可製作各種火光雷電特炫目效果。特意嘗試能否使用在The Nvl Maker繁體版中,實測完全可行。

只需要解決兩件事。

—下載那個插件(廢話。。。)

—解決範例文本字元編碼問題 (可使用免費的Notepad++)


詳細步驟如下 : 

1。下載並解壓 particle.zip

2。把scenario Folder內的文檔轉成UTF-16 LE BOM 編碼。(用Notepad++即可)

3。把image , others 內的檔案複製一份到NVL maker 專案(project)內Data Folder的
同名Folder 中。

4。把particle.dll 複製到NVL maker 專案(project)內plugin Folder中。

5。修改NVL maker 專案(Project)內Data Folder的startup.tjs,加上以下這句,去連結插件。

Plugins.link("plugin/particle.dll"); 
6。將步驟2改好編碼的first.ks改名為prelogue.ks,與particle.ks一同放到NVL maker 專案(project)內Data的scenario Folder 中。
(取代原有prelogue.ks前,請先備份原來的prelogue.ks)

7。啟動krkr.exe,在標題畫面按Start (或開始遊戲),直接看效果。

8。看完後可將prelogue.ks還原成原本檔案。 


日文網上還有其他附件圖片和定義asd可使用,都是很PRO的效果,可慢慢發掘。

作者也創作了個工具去寫效果定義檔,可課5000支持一下。



Wednesday, April 28, 2021

Kirikiri 2 game error under Window 10 Unable to load the plug-in windowEx.dll - 修正 吉里吉里 2 報錯解決

To run Kirikiri 2 under window 10 environment , error "An exception occurred in the script Unable to load the plug-in windowEx.dll" may be popped up and lead to application crash (or cannot start the game).

Japanese version : 例外が発生 プラグイン windowEx.dll を読み込めません 
English version : An exception occurred in the script Unable to load the plug-in windowEx.dll

The error can be fixed by installing Microsoft Visual C + + 2010 Redistributable Package (x 86) 
Exact file needed : vcredist_x86.exe
Download page : Microsoft Official Link


Migrating from Renpy to Godot

 Due to the limitation of renpy in rendering dynamic screen ,  due the the black border it gives in different UI scale resolution , finally ...