中文版本

安安~ 最近做了Renpy的CG圖庫的範本

預覽畫面:

現在的話做了 2 個版本之後會慢慢更新其他資源

  • Kofi 會員的話可以直接從 Kofi 商店上免費下載
  • BMC 會員的話也可以直接從 BMC 上下載拉

如何使用?

下載和解壓

  1. 下載文件&解壓
    完成後,應該要能看到下面的文件:
    範例

複製和貼上文件

可以將整個 gallery 文件夾複製到你的專案中

請不要讓2個gallery.rpy同時存在於你的專案中

你可以這樣做:

  1. 在你的專案中創建一個 gallery.rpy 文件
  2. 選擇您喜歡的畫面,複製在解壓zip文件後獲得的代碼
    -> 1. ctrl + A
    -> 2. ctrl + C

  3. 將他們貼上到 gallery.rpy
    -> 3. ctrl + V

  4. 保存文件
    -> 4. ctrl + S

測試屏幕

要測試屏幕,我們可以在主菜單上創建一個文本按鈕

示例:

1
2
3

textbutton _("CG") action ShowMenu("gallery")

更多介紹呢~ 之後有更多時間時再來補充拉

English

Hello!

Here you can preview this renpy gallery template:

  • If you are my member on Kofi or BMC, you can download this asset there

How to use it?

Download & Extract

  1. download the files and extract it. Once completed, you should be able to see the file below :
    example

Copy & Paste The File

You can copy the whole “gallery” folder to your project

Please dont let 2 gallery.rpy exist in your project at the same time

What you can do:

  1. Create a gallery.rpy file in your project

  2. Choose the screen you prefer, copy the code you get after extract the zip file
    -> 1. ctrl + A
    -> 2. ctrl + C

  3. Paste it to your gallery.rpy
    -> 3. ctrl + V

  4. Save the file
    -> 4. ctrl + S

Test The Screen

To test the screen, we can create a textbutton on main menu

Example:

1
2
3

textbutton _("CG") action ShowMenu("gallery")