Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Helii 3DS: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "Category:3DS homebrew games" to "")
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = Helii
|title=Helii
| image = https://dlhb.gamebrew.org/3dshomebrew/helii96.png|250px
|image=Helii3ds2.png
| type = Arcade Games
|description=Homebrew port of Helii to the Nintendo 3DS.
| version = v1.1
|author=BHSPitMonkey
| licence = Mixed
|lastupdated=2015/09/18
| author = BHSPitMonkey
|type=Arcade Games
| website = https://github.com/BHSPitMonkey/Helii3DS
|version=1.1
| download = https://dlhb.gamebrew.org/3dshomebrew/Helii3DS.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/Helii3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/helii3ds.7z
|website=https://github.com/BHSPitMonkey/Helii3DS
|source=https://github.com/BHSPitMonkey/Helii3DS
}}
}}
= Helii3DS =
Helii3DS is a homebrew port of Helii from the Nintendo Wii to the Nintendo 3DS.


A homebrew port of Helii from the Nintendo Wii to the Nintendo 3DS.
==Installation==
===Installing===
Available in 3DSX/SMDH format.


== Download ==
Copy the Helii3DS folder to the 3ds folder on your SD card, then run via Homebrew Launcher.


Builds can be downloaded from the [https://github.com/BHSPitMonkey/Helii3DS/releases Releases page].
root
 
  |-3ds/
== Build ==
  |  |-Helii3DS/
  |  |  |-img/
  |  |  |  |-fire.png
  |  |  |  |-heli.png
  |  |  |-smoke.png
  |  |-Helii3DS.3dsx
  |  |-Helii3DS.smdh


===Building===
You'll need the following to be installed properly:
You'll need the following to be installed properly:
* devkitPro
* devkitPro
* libctru
* libctru
Line 28: Line 38:
* portlibs for 3DS
* portlibs for 3DS


Then build using:
Then build using <code>make</code>
 
<pre>make</pre>
== Install ==
 
Place the files onto your SD card like so:
 
<pre>3ds
└── Helii3DS
    ├── img
    │  ├── fire.png
    │  ├── heli.png
    │  └── smoke.png
    ├── Helii3DS.3dsx
    └── Helii3DS.smdh</pre>
== Projects used ==
 
* devkitPro (homebrew toolchain)
* [https://github.com/smea/libctru smea/libctru] (3DS core functionality)
* [https://github.com/xerpi/libsf2d xerpi/libsf2d] (for drawing)
* [https://github.com/xerpi/libsfil xerpi/libsfil] (for image loading)
* libpng (for image decoding)


== Artwork used ==
==Controls==
A - Fly


<ul>
==Credits==
<li>https://openclipart.org/detail/10814/helicopter</li>
Projects used:
<li>https://openclipart.org/detail/23803/fire</li>
* devkitPro - Homebrew toolchain.
<li><p>[https://github.com/theleagueof/knewave Knewave font], used under the terms of the SIL Open Font License:</p>
* [https://github.com/smea/libctru smea/libctru libctru] - 3DS core functionality.
<pre>Copyright (c) 2010, Tyler Finck <[email protected]>, with Reserved Font Name: ""Knewave"".
* [https://github.com/xerpi/libsf2d xerpi/libsf2d libsf2d] - For drawing.
* [https://github.com/xerpi/libsfil xerpi/libsfil libsfil] - For image loading.
* libpng - For image decoding.


This Font Software is licensed under the SIL Open Font License, Version 1.1.
Artwork used:
This license is copied below, and is also available with a FAQ at:
* [https://openclipart.org/detail/10814/helicopter Helicopter]
http://scripts.sil.org/OFL
* [https://openclipart.org/detail/23803/fire Fire].
* [https://github.com/theleagueof/knewave Knewave font]:
** Used under the terms of the SIL Open Font License: Copyright (c) 2010, Tyler Finck, with Reserved Font Name: "Knewave".  
** This Font Software is licensed under the [http://scripts.sil.org/OFL SIL Open Font License], Version 1.1 (26 February 2007).


Version 1.1 - 26 February 2007</pre></li></ul>
==Changelog==
'''V1.1'''
* Changed color scheme.
* Began drawing text and scores to lower screen (high score is not yet persistent after exit).


== License ==
'''V1.0'''
* First public build.
* Collision and basic gameplay work as expected.


TBD
==External links==
* GitHub - https://github.com/BHSPitMonkey/Helii3DS

Latest revision as of 05:35, 6 Mayıs 2024

Helii
Helii3ds2.png
General
AuthorBHSPitMonkey
TypeArcade Games
Version1.1
LicenseMixed
Last Updated2015/09/18
Links
Download
Website
Source

Helii3DS is a homebrew port of Helii from the Nintendo Wii to the Nintendo 3DS.

Installation

Installing

Available in 3DSX/SMDH format.

Copy the Helii3DS folder to the 3ds folder on your SD card, then run via Homebrew Launcher.

root
 |-3ds/
 |  |-Helii3DS/
 |  |  |-img/
 |  |  |  |-fire.png
 |  |  |  |-heli.png
 |  |  |-smoke.png
 |  |-Helii3DS.3dsx
 |  |-Helii3DS.smdh

Building

You'll need the following to be installed properly:

  • devkitPro
  • libctru
  • libsf2d
  • libsfil
  • portlibs for 3DS

Then build using make

Controls

A - Fly

Credits

Projects used:

Artwork used:

  • Helicopter
  • Fire.
  • Knewave font:
    • Used under the terms of the SIL Open Font License: Copyright (c) 2010, Tyler Finck, with Reserved Font Name: "Knewave".
    • This Font Software is licensed under the SIL Open Font License, Version 1.1 (26 February 2007).

Changelog

V1.1

  • Changed color scheme.
  • Began drawing text and scores to lower screen (high score is not yet persistent after exit).

V1.0

  • First public build.
  • Collision and basic gameplay work as expected.

External links

Advertising: