More actions
(Created page with "{{Infobox 3DS homebrew | title = DDLC-LOVE | image = https://dlhb.gamebrew.org/3dshomebrew/DDLC-LOVE.jpg|250px | type = Other Games | version = v1.1.7-1 | licence = Mixed | au...") |
No edit summary |
||
Line 12: | Line 12: | ||
<youtube>jKgNdM1jPe0</youtube> | <youtube>jKgNdM1jPe0</youtube> | ||
= DDLC-LOVE = | |||
A Doki Doki Literature Club port for the Nintendo 3DS! Programmed in Lua, running under the LovePotion framework. | A Doki Doki Literature Club port for the Nintendo 3DS! Programmed in Lua, running under the LovePotion framework. | ||
This port is unofficial and is not affiliated with Team Salvato. Please support the official game. You can download Doki Doki Literature Club at: http://ddlc.moe | This port is unofficial and is not affiliated with Team Salvato. Please support the official game. You can download Doki Doki Literature Club at: [http://ddlc.moe http://ddlc.moe] | ||
This is for 3DS systems, but it also works on other platforms that support | This is for 3DS systems, but it also works on other platforms that support LÖVE (0.10.2 and later). On those, it will still have 2 screens like the 3DS. | ||
'''Some notes:''' | |||
* Only the '''latest Luma3DS CFW''' is supported. | |||
* '''I don’t have enough interest in developing this, or in DDLC anymore. There will be no more updates from me.''' | |||
*Locations of save files:* | |||
<pre> | |||
| Platform | Location | | | Platform | Location | | ||
|----------|-------------------------------------| | |----------|-------------------------------------| | ||
| 3DS | sdmc:/3ds/data/DDLC-LOVE/ | | | 3DS | sdmc:/3ds/data/DDLC-LOVE/ | | ||
| Windows | %appdata%\LOVE\DDLC-3DS\ | | | Windows | %appdata%\LOVE\DDLC-3DS\ | | ||
</pre> | |||
You can reset the save data and start over by deleting all of the files on that folder. This is also mentioned in the help menu. | You can reset the save data and start over by deleting all of the files on that folder. This is also mentioned in the help menu. | ||
Line 36: | Line 37: | ||
New 3DS/2DS users should disable L2 Cache before playing this. (?) | New 3DS/2DS users should disable L2 Cache before playing this. (?) | ||
=== Building (LovePotion 3DS): === | |||
* Simply run <code>make</code> for a 3dsx build or <code>make cia</code> for a cia build. | |||
=== Running: === | |||
- PC - Drag the game folder to | * 3DSX - Download the .zip from the [https://github.com/LukeZGD/DDLC-3DS/releases releases], then extract the 3ds folder to the root of your SD card. ou can now run this with the homebrew launcher. (CFW ONLY) | ||
* CIA - Install the .cia file from the [https://github.com/LukeZGD/DDLC-3DS/releases releases] using any CIA installer of your choice. | |||
* PC - Drag the game folder to LÖVE 0.10.2 / 11.1 | |||
'''Credits to TurtleP for [https://github.com/TurtleP/LovePotion LovePotion]!''' |
Revision as of 12:04, 16 April 2020
DDLC-LOVE
A Doki Doki Literature Club port for the Nintendo 3DS! Programmed in Lua, running under the LovePotion framework.
This port is unofficial and is not affiliated with Team Salvato. Please support the official game. You can download Doki Doki Literature Club at: http://ddlc.moe
This is for 3DS systems, but it also works on other platforms that support LÖVE (0.10.2 and later). On those, it will still have 2 screens like the 3DS.
Some notes:
- Only the latest Luma3DS CFW is supported.
- I don’t have enough interest in developing this, or in DDLC anymore. There will be no more updates from me.
- Locations of save files:*
| Platform | Location | |----------|-------------------------------------| | 3DS | sdmc:/3ds/data/DDLC-LOVE/ | | Windows | %appdata%\LOVE\DDLC-3DS\ |
You can reset the save data and start over by deleting all of the files on that folder. This is also mentioned in the help menu.
New 3DS/2DS users should disable L2 Cache before playing this. (?)
Building (LovePotion 3DS):
- Simply run
make
for a 3dsx build ormake cia
for a cia build.
Running:
- 3DSX - Download the .zip from the releases, then extract the 3ds folder to the root of your SD card. ou can now run this with the homebrew launcher. (CFW ONLY)
- CIA - Install the .cia file from the releases using any CIA installer of your choice.
- PC - Drag the game folder to LÖVE 0.10.2 / 11.1
Credits to TurtleP for LovePotion!