You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
VNDS-LOVE is a program that allows you to play [[VNDS|Visual Novel Dual Screen (VNDS)]] formatted novels on multiple platforms. Many famous visual novels have been ported to this format, which was designed for the Nintendo DS. VNDS is a specification designed for visual novels in order to run them on the Nintendo DS. Many of the original sources for the project no longer exist, but you can find further information on it at [https://github.com/BASLQC/vnds/wiki this wiki page]. VNDS novels only have a few commands. As such, they don't have any support for animations, videos, or other fancier graphical capabilites of newer visual novels. They support basic audio and image based storytelling. ==Installation== The following instructions are from VNDS-LOVE [https://docs.google.com/document/d/e/2PACX-1vRoZeD_wTko3X7FnARS2HtUerTUABwqnfnEJQpuEG9GQ0UvbnWFdbhvg7eEYsFNnMxTUJ7F9dupMCjQ/pub#h.bhmoknllvpee Install Guide]. First, make sure that your Nintendo Switch has CFW on it. This program is only tested on [[Atmosphere Switch|Atmosphere]], [https://nh-server.github.io/switch-guide/ here is a link] to a guide that will show you how to set it up. Once you have CFW, go to the [https://github.com/ajusa/VNDS-LOVE/releases release page] and download the Nintendo Switch file. Unzip the file and place it into your SD card under /switch. So, the final path should look like <code>sdmc:/switch/VNDS-LOVE.nro</code>. After that, open the homebrew menu by holding R down when launching a game. VNDS-LOVE cannot run in applet mode (where you just open the album). You should see a program titled VNDS-LOVE, click on it to start playing a visual novel. ==User guide== VNDS-LOVE only supports playing through [https://github.com/BASLQC/vnds/wiki VNDS visual novels]. These are novels that were converted to this format to be played either on the original Nintendo DS or on Android. This means that the number of novels this project can play through is fairly limited. What you can do, is learn how to port visual novels over to [[VNDS]], or write a program that does that. ===Novel structure=== Each VNDS novel should consist of a directory structure which looks something like this: ├── background.zip ├── default.bcfnt ├── default.ttf ├── foreground.zip ├── GLOBAL.SAV ├── icon-high.png ├── icon.png ├── img.ini ├── info.txt ├── instructions.txt ├── prologue.xml ├── script.zip ├── sound.zip ├── thumbnail-high.jpg ├── thumbnail.png └── title.mp3 There are a few important files to make sure to have here. You will need to have: *background.zip *foreground.zip *script.zip *sound.zip If any of the zip files are unzipped and are folders, that is fine as well. VNDS-LOVE first checks the folder before trying to use a zip file. ===Save format=== VNDS-LOVE does support saving, although it is currently limited to one save slot. The save file is located at <code>.../novels/NOVEL_NAME/save.json</code> If you see a .SAV file or anything else, you can ignore that. Those save files are for a different VNDS player. ===How to install a novel=== VNDS-LOVE searches for one directory when trying to look for a novel. It looks at <code>SAVE_DIR/novels/NOVEL_NAME</code> So an example path would look something like <code>SAVE_DIR/novels/fsn</code> where fsn has img.ini, background.zip, etc... ===Where is SAVE_DIR=== The directory that VNDS-LOVE outputs when starting is where it looks for novels. Adapted from https://love2d.org/wiki/love.filesystem The path for Nintendo Switch is <code>DIRECTORY_WITH_NRO/save/VNDS-LOVE</code> Again, a novel would go under <code>SAVE_DIR/novels/NOVEL_NAME</code> ==Controls== D-Pad - Select a choice B - Close menu A - Go forward Start - Open a menu In older releases there wasn't a menu, so you would hit X to save. ==Media== [https://www.reddit.com/r/SwitchHacks/comments/g9zu0x/wip_running_vnds_fatestay_night_on_a_switch/ Demo video.] ==Known issues== Please see the [https://github.com/ajusa/VNDS-LOVE/issues/ issue page]. ==Changelog== '''v0.0.13''' *Fixes a bug ([https://github.com/ajusa/VNDS-LOVE/issues/37 #37]) related to font resizing when drawing the option menu (thank you @snuk182 for reporting and fixing the issue). '''v0.0.12''' * Fixes a bug ([https://github.com/ajusa/VNDS-LOVE/issues/35 #35]) related to text interpolation that was used in certain novels. * Fixed an issue with loading zipped folders on the 3DS platform, thanks @TurtleP for helping me debug that. '''v0.0.11''' * Fixed an issue reported by Mishima on Discord that was causing listbox to fail. * Better error handling for when a file isn't found. * Might fix [https://github.com/ajusa/VNDS-LOVE/issues/33#issuecomment-798838970 #33 (comment)], haven't testing on Switch personally yet. '''v0.0.10''' * Tried to fix audio crashing bug in [https://github.com/ajusa/VNDS-LOVE/issues/31 #31]. * Changed default rescaling to use linear as suggested in [https://github.com/ajusa/VNDS-LOVE/issues/32 #32]. * Trying to make sure that the font can't be nil at runtime to fix [https://github.com/ajusa/VNDS-LOVE/issues/33 #33]. '''v0.0.9''' * Added a settings menu ** You can change values by using the left/right buttons, such as the audio/music percent. * Can change the audio settings for both music and sounds, closing [https://github.com/ajusa/VNDS-LOVE/issues/22 #22]. * Tries to use the default.ttf if it is provided in a novel, closing [https://github.com/ajusa/VNDS-LOVE/issues/25 #25]. ** This can be overidden in the settings. * Fixed an issue with being able to close the save menu. '''v0.0.8''' * Added a menu. Access it by hitting the start button on a gamepad, or m(enu) with a keyboard. Close by hitting b (also b on keyboard). * Save slot support. You can now save and load from up to 10 slots per novel. This number is subject to increase in the future. * Ability to quit from within VNDS-LOVE! Open menu and then select quit. '''v0.0.7''' * Use the mime type of a file to decide how to open it (fixes Kanon). [https://github.com/ajusa/VNDS-LOVE/releases Release notes.] == External links == * GitHub - https://github.com/ajusa/VNDS-LOVE * Reddit - https://www.reddit.com/r/visualnovels/comments/kpvf7d/vndslove_v006_a_visual_novel_player_for_windows/ * Reddit - https://www.reddit.com/r/SwitchHacks/comments/g9zu0x/wip_running_vnds_fatestay_night_on_a_switch/
Advertising: