Suika 2.8.2
Copyright (C) 2001-2021 LUXION SOFT. All rights reserved.
About Suika 2
Suika 2 is a portable game engine that runs on both Windows and Mac.
You can enjoy producing impressive visual novels using Suika 2.
Benefits
- Simple. You can easily write scripts.
- Fast. It's a native application.
- Free. It's an open source project hosted on github.
- Diverse. You can develop games on Mac.
System Requirements
- Windows
- Intel Core 2 Duo or later, RAM 4GB or above
- Windows 8.1 (32bit/64bit)
- Windows 10 (32bit/64bit)
- Mac
- Mac with Apple Silicon or Intel Core
- OS X 10.9 Mavericks
- OS X 10.10 Yosemite
- OS X 10.11 El Capitan
- macOS 10.12 Sierra
- macOS 10.13 High Sierra
- macOS 10.14 Mojave
- macOS 10.15 Catalina
- macOS 11 Big Sur
Contact
Usage
- On Windows, open
suika.exe
- On Mac,
- Open
mac.dmg
- Copy
suika
inside suika-mac
to suika2
folder
- Open
suika
inside suika2
folder
- You don't need to open
mac.dmg
after the second time
Enable English Mode
- Open
conf/config.txt
by a text editor other than Notepad.
- You can find the line
#language=English
- Delete the heading character
#
and save the file.
- You'll get the messages in English.
How to Make Game
Release History
- Suika 2.8.2 22nd July 2021
- Fix error when * is specified for a label name in @switch command
- Suika 2.8.1 20th July 2021
- Add effects to @chs command
- Suika 2.8.0 19th July 2021
- Add @chs command
- Enable multiple character change at once
- Enable background change without character change
- Suika 2.7.11 15th July 2021
- Change Web site address
- Change copyright notice
- Suika 2.7.10 9th July 2021 Thanks to MaiMai-san
- Fix bug (message shows without wait after cancellation of save/load)
- Fix bug (
@goto $SAVE
saves one command forward)
- Suika 2.7.9 7th July 2021 Thanks to MaiMai-san, Fujisaki-san
- Add config screen to sample game
- Increase the number of characters for color-coded messages
- Add
@goto $SAVE
@goto $LOAD
and @goto $SAVE
include @setsave enable
- Suika 2.7.8 June 21st, 2021
- Change BGM in sample game
- Suika 2.7.7 June 16th, 2021 Thanks to MaiMai-san
- Add clockwise/counterclockwise effects to @bg command
- Fix @setsave command bug
- Suika 2.7.6 June 15th, 2021 Thanks to MaiMai-san
- Add @setsave command which inhibits the save and load screen
- Suika 2.7.5 June 12th, 2021 Thanks to Fujisaki-san
- Add @shake command which enables to shake screen
- Suika 2.7.4 June 11th, 2021 Thanks to Fujisaki-san
- Add character position offset to @ch command (for animation)
- Add character alpha value to @ch command (for animation)
- Add @cha command which enables to move a character
- Suika 2.7.3 June 6th, 2021 Thanks to Fujisaki-san
- Enable voice track output by @se command
- Suika 2.7.2 June 5th, 2021 Thanks to Fujisaki-san
- Add color specifier (like #ff0000) to @bg command
- Add direction variations of curtain fade to @bg command
- Add slide effects to @bg command
- Add global master volume to @vol command
- Increase max button count of @menu command to 16
- Fix system requirements in sample game
- Add config 'voice.stop.off' to prevent voice stop when clicked
- Suika 2.7.1 April 11th, 2021
- Fix palette to RGB conversion. (Thank you @minirop)
- Suika 2.7.0 March 3rd, 2021
- Add M1 Mac support
- Drop Windows XP/7/8 support
- Drop Mac OS X 10.6/10.7/10.8 support
- Drop Linux binary
- Put Windows and Mac binaries together
- Suika 2.6.0 September 21st, 2019
- Add @news command, a variant of @switch command. Special thanks to MaiMai-san.
- Suika 2.5.7 February 14th, 2019
- Suika 2.5.6 February 3rd, 2019
- Fix sound volume save.
- Fix packager.
- Suika 2.5.5 September 12th, 2018
- Fix line height in history mode.
- Suika 2.5.4 September 11th, 2018
- Support Android Studio 3.1
- Fix many bugs on Android
- Fix a bug in history mode.
- Suika 2.5.3 August 28th, 2018
- Add English mode.
- Fix word wrap in history mode.