LOVE 3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 5: Line 5:
| version=v0.10
| version=v0.10
| lastupdated = 2017/02/06
| lastupdated = 2017/02/06
| licence = Mixed
| licence = Apache License 2.0
| author = XavyrrVaati
| author = XavyrrVaati
| website = https://github.com/Xavyrr/LOVE
| website = https://github.com/Xavyrr/LOVE
Line 13: Line 13:
<youtube>izljcyvozig</youtube>
<youtube>izljcyvozig</youtube>


[[File:../master/meta/banner.png|#LOVE]] ###About: LOVE is an Undertale homebrew currently being written for the Nintendo 3DS system with use of <a href="https://github.com/VideahGams/LovePotion">LövePotion</a>, an unofficial implementation of the Löve API for the 3DS by <a href="https://github.com/VideahGams">VideahGams</a>. The intent of this homebrew is to provide an Undertale related experience without touching the actual game, since depending on how you played it, you might not want to delete your save file. However this is not meant to replace Undertale in any way, and you should purchase the original game.
==About:==
LOVE is an Undertale homebrew currently being written for the Nintendo 3DS system with use of [[LovePotion 3DS]], an unofficial implementation of the Löve API for the 3DS by [https://github.com/VideahGams VideahGams].


The intent of this homebrew is to provide an Undertale related experience without touching the actual game, since depending on how you played it, you might not want to delete your save file. However this is not meant to replace Undertale in any way, and you should purchase the original game.


-----
==Licensing:==


###Licensing: LOVE is licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Undertale is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)</a>:
LOVE is licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Undertale is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)</a>:


####You are free:
#You are free:


* to Share — to copy, distribute and transmit the work.
* to Share — to copy, distribute and transmit the work.
Line 35: Line 37:
* Rights other persons may have either in the work itself or in how the work is used, such as publicity or privacy rights.
* Rights other persons may have either in the work itself or in how the work is used, such as publicity or privacy rights.


 
==Credit &amp; Copyright:==
-----
 
###Credit &amp; Copyright:


* The &quot;Undertale&quot; name, graphics, audio, characters, setting from the game are © Toby Fox. Thanks for making such a wonderful game.
* The &quot;Undertale&quot; name, graphics, audio, characters, setting from the game are © Toby Fox. Thanks for making such a wonderful game.
* <a href="https://www.behance.net/gallery/31378523/Monster-Friend-Undertale-Logo-Font">Monster Friend</a>, which is the font used for LOVE's logo, was made by <a href="https://www.behance.net/JapanYoshi">Harry Wakamatsu</a>.
* <a href="https://www.behance.net/gallery/31378523/Monster-Friend-Undertale-Logo-Font">Monster Friend</a>, which is the font used for LOVE's logo, was made by <a href="https://www.behance.net/JapanYoshi">Harry Wakamatsu</a>.
* All code and any additional graphics that may be added to this project are by me.
* All code and any additional graphics that may be added to this project are by me.
* This project is not affiliated in any way with Toby Fox, please support the offical release: <a href="https://undertale.com/">[LINK]</a>
* This project is not affiliated in any way with Toby Fox, please support the offical release: [https://undertale.com/ LINK]
 
 
-----
 
###Building LOVE: You cannot build LOVE on your own, you have to add it to LovePotion and then compile that with the [[../master/game|game folder]] in the root of LovePotion, as well as replace the makefile and meta files with the ones found in this project.
 


-----
==Building LOVE:==
You cannot build LOVE on your own, you have to add it to LovePotion and then compile that with the [[../master/game|game folder]] in the root of LovePotion, as well as replace the makefile and meta files with the ones found in this project.


###Other Links: GBAtemp Forum Thread: <a href="https://gbatemp.net/threads/wip-love-a-visual-homebrew-for-fallen-humans.420076/page-3#post-6706194">[LINK]</a> Old GitHub Repo: <a href="https://github.com/Xavyrr/LOVE-OLD-">[LINK]</a>
==Other Links:==
GBAtemp Forum Thread: [https://gbatemp.net/threads/wip-love-a-visual-homebrew-for-fallen-humans.420076/page-3#post-6706194 LINK] Old GitHub Repo: [https://github.com/Xavyrr/LOVE-OLD- LINK]

Revision as of 04:22, 14 September 2021

Template:Infobox-3DS-Homebrews

About:

LOVE is an Undertale homebrew currently being written for the Nintendo 3DS system with use of LovePotion 3DS, an unofficial implementation of the Löve API for the 3DS by VideahGams.

The intent of this homebrew is to provide an Undertale related experience without touching the actual game, since depending on how you played it, you might not want to delete your save file. However this is not meant to replace Undertale in any way, and you should purchase the original game.

Licensing:

LOVE is licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Undertale is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)</a>:

  1. You are free:
  • to Share — to copy, distribute and transmit the work.
  • to Remix — to adapt the work. ####Under the following conditions:
  • Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your >use of the work).
  • Noncommercial — You may not use this work for commercial purposes.
  • Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license. ####With the understanding that:
  1. Waiver — Any of the above conditions can be waived if you get permission from the copyright holder.
  2. Other Rights — In no way are any of the following rights affected by the license:
  • Your fair dealing or fair use rights;
  • The author's moral rights;
  • Rights other persons may have either in the work itself or in how the work is used, such as publicity or privacy rights.

Credit & Copyright:

Building LOVE:

You cannot build LOVE on your own, you have to add it to LovePotion and then compile that with the [[../master/game|game folder]] in the root of LovePotion, as well as replace the makefile and meta files with the ones found in this project.

Other Links:

GBAtemp Forum Thread: LINK Old GitHub Repo: LINK

Advertising: