VN3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = VN3DS
|title=VN3DS
| image = https://dlhb.gamebrew.org/3dshomebrew/VN3DS.jpeg|250px
|image=Vn3ds2.png
| type = Other Apps
|description=Visual Novel Interpreter.
| version = wip
|author=dfsa3fdvc1
| licence = Mixed
|lastupdated=2015/09/06
| author = dfsa3fdvc1
|type=Demos
| website = https://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564/
|version=2015
| download = https://dlhb.gamebrew.org/3dshomebrew/VN3DS.rar
|license=Mixed
|download=https://dlhb.gamebrew.org/3dshomebrews/vn3ds.7z?k33p0fil35
|website=https://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564
}}
}}
VN3DS is a WIP port of VNDS to the 3DS, which is a syntax created for the purpose of playing visual novel games on multiple devices. Dozens of popular visual novels such as Fate Stay Night, Ever 17, Saya no Uta have been converted to be VNDS compatible (.vnds), and thus, a VNDS port will allow them to be run on the 3DS.


=VN3DS=
'''Note:''' The project is discontinued.


VNDS is a syntax created for the purpose of playing visual novel games on multiple devices. Dozens of popular visual novels such as Fate Stay Night, Ever 17, Saya no Uta have been converted to be VNDS compatible and thus, when this is completed, will be 3DS compatible.<br />
==Installation==
Download contains [[Lua Player Plus 3DS|LPP]] 3ds/3dsx/elf, and the index.lua script which goes on the root of the SD.  


==What's done:==
The VNs are hardcoded to open /vnds/Saya/script.s02.txt so you'd need to change that.  
Text, cleartext, label/goto, delay, jump, setvar, gsetvar, save/load, &quot;CPU bgload&quot; &quot;CPU setimg&quot;, choice selection, IF/FI, random<br />
<br />
what's not done<br />
Music/sound (ogg loading in LPP is a W.I.P. Crashes quite often right now and been disabled)<br />
Fadetime<br />
Start/End colored text<br />
<br />
This is what if/fi conditionals look like in a very conditional heavy scene of Ever 17. Can't even imagine how someone managed to do this in VNDS. Looks like nonsense.<br />
<div class="bbCodeBlock bbCodeQuote" author="IF/FI">
<div class="attribution type">
Quoted from IF/FI:
</div>
<blockquote><div class="quote">
text I was trying to decide which area of the park to visit first.<br />
<br />
setvar v_d0 = 1<br />
setvar v_d1 = 1<br />
setvar v_d2 = 1<br />
label L00000221<br />
if v_d0 != 0<br />
goto L00000260<br />
fi<br />
if v_d1 != 0<br />
goto L00000260<br />
fi<br />
if v_d2 == 0<br />
goto L000006a3<br />
fi<br />
label L00000260<br />
if v_d0 != 0<br />
if v_d1 != 0<br />
if v_d2 != 0<br />
choice The Dolphin Merry-go-round|The so++uvenir shop|The Security Office<br />
if selected == 1<br />
setvar selected2 = 0<br />
fi<br />
if selected == 2<br />
setvar selected2 = 1<br />
fi<br />
if selected == 3<br />
setvar selected2 = 2<br />
fi<br />
goto CL1<br />
fi<br />
fi<br />
fi<br />
if v_d0 == 0<br />
if v_d1 != 0<br />
if v_d2 != 0<br />
choice The souvenir shop|The Security Office<br />
if selected == 1<br />
setvar selected2 = 1<br />
fi<br />
if selected == 2<br />
setvar selected2 = 2<br />
fi<br />
goto CL1<br />
fi<br />
fi<br />
fi<br />
if v_d0 != 0<br />
if v_d1 == 0<br />
if v_d2 != 0<br />
choice The Dolphin Merry-go-round|The Security Office<br />
if selected == 1<br />
setvar selected2 = 0<br />
fi<br />
if selected == 2<br />
setvar selected2 = 2<br />
fi<br />
goto CL1<br />
fi<br />
fi<br />
fi<br />
if v_d0 == 0<br />
if v_d1 == 0<br />
if v_d2 != 0<br />
choice The Security Office<br />
if selected == 1<br />
setvar selected2 = 2<br />
fi<br />
goto CL1<br />
fi<br />
fi<br />
fi<br />
if v_d0 != 0<br />
if v_d1 != 0<br />
if v_d2 == 0<br />
choice The Dolphin Merry-go-round|The souvenir shop<br />
if selected == 1<br />
setvar selected2 = 0<br />
fi<br />
if selected == 2<br />
setvar selected2 = 1<br />
fi<br />
goto CL1<br />
fi<br />
fi<br />
fi<br />
if v_d0 == 0<br />
if v_d1 != 0<br />
if v_d2 == 0<br />
choice The souvenir shop<br />
if selected == 1<br />
setvar selected2 = 1<br />
fi<br />
goto CL1<br />
fi<br />
fi<br />
fi<br />
if v_d0 != 0<br />
if v_d1 == 0<br />
if v_d2 == 0<br />
choice The Dolphin Merry-go-round<br />
if selected == 1<br />
setvar selected2 = 0<br />
fi<br />
goto CL1<br />
fi<br />
fi<br />
fi<br />
if v_d0 == 0<br />
if v_d1 == 0<br />
if v_d2 == 0<br />
text ERROR: All choice options are deactivated<br />
<br />
setvar selected = 0<br />
goto CL1<br />
fi<br />
fi<br />
fi<br />
label CL1<br />
setvar v_b3 = selected2<br />
if v_b3 == 0<br />
goto L0000028a<br />
fi<br />
if v_b3 == 1<br />
goto L00000508<br />
fi<br />
if v_b3 == 2<br />
goto L0000062a<br />
fi<br />
label L0000028a<br />
setvar v_d0 = 0<br />
bgload bg02a2.jpg<br />
text I headed to the room with the attractions.
</div>
<div class="quoteExpand quoteCut">
Click to expand...
</div></blockquote>
</div>
==Future plans.==
Automatic unzipping of .novel and .zip assets.


Clean up all the awful programming.
There's no GPU scaling you'd need to batch resize all the assets down to 3DS size (the one shown in the screenshots are at 320x240).


GPU rendering to allow imagescaling. VNDS has been widely adopted on Android and other devices with higher res screens than the DS's 256x192. What this means is that newer VNDS ports in some cases aren't actually compatible with DS. This would fix that.
==User guide==
Functions that have been worked on include text, cleartext, label/goto, delay, jump, setvar, gsetvar, save/load, "CPU bgload", "CPU setimg", choice selection, IF/FI, and random.


This is actually a feature of later LPP commites, only problem is that LPP has problems with GPU rendering JPGs currently. Thinking of on the fly converting the JPGs via CPU into BMP and then GPU rendering and storing the newly converted BMP version. Wonder if that would work... Or just wait for LPP to support GPU JPGS.
Currently it can display pretty much the whole game, just not make it through the main menu and conditionally move through the script.
<br />
 
Attached ZIP of latest build of LPP 3ds/3dsx/elf, and the index.lua script which goes on the root of the SD. Obviously I can't distribute the VNs with it so you'd need one of those and it's hardcoded to open /vnds/Saya/script.s02.txt so you'd need to change that. Because there's no GPU scaling you'd need to batch resize all the assets down to 3DS size (mine are at 320x24)<br />
==Screenshots==
IDK. Maybe someone smart could help me with the IF/FI thing. This really isn't meant to be playable. Without if/fi support it actually can't get past the main menu. It can display pretty much the whole game, just not make it through the main menu and conditionally move through the script.
https://dlhb.gamebrew.org/3dshomebrews/vn3ds4.png
https://dlhb.gamebrew.org/3dshomebrews/vn3ds5.gif
 
==Known issues==
Not meant to be playable (see discussion thread for more info).
 
No music/sound (disabled), Fadetime and Start/End colored text.
 
==External links==
* GBAtemp - https://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564
 
[[Category:3DS homebrew applications]]
[[Category:3DS homebrew demos]]

Latest revision as of 06:13, 1 February 2024

VN3DS
Vn3ds2.png
General
Authordfsa3fdvc1
TypeDemos
Version2015
LicenseMixed
Last Updated2015/09/06
Links
Download
Website

VN3DS is a WIP port of VNDS to the 3DS, which is a syntax created for the purpose of playing visual novel games on multiple devices. Dozens of popular visual novels such as Fate Stay Night, Ever 17, Saya no Uta have been converted to be VNDS compatible (.vnds), and thus, a VNDS port will allow them to be run on the 3DS.

Note: The project is discontinued.

Installation

Download contains LPP 3ds/3dsx/elf, and the index.lua script which goes on the root of the SD.

The VNs are hardcoded to open /vnds/Saya/script.s02.txt so you'd need to change that.

There's no GPU scaling you'd need to batch resize all the assets down to 3DS size (the one shown in the screenshots are at 320x240).

User guide

Functions that have been worked on include text, cleartext, label/goto, delay, jump, setvar, gsetvar, save/load, "CPU bgload", "CPU setimg", choice selection, IF/FI, and random.

Currently it can display pretty much the whole game, just not make it through the main menu and conditionally move through the script.

Screenshots

vn3ds4.pngvn3ds5.gif

Known issues

Not meant to be playable (see discussion thread for more info).

No music/sound (disabled), Fadetime and Start/End colored text.

External links

Advertising: