More actions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=Newo Sky | |title=Newo Sky | ||
|image= | |image=newoskywii2.png | ||
|description=Procedurally generated Demo / ScreenSaver / Illustration / Walking Simulator | |description=Procedurally generated Demo / ScreenSaver / Illustration / Walking Simulator. | ||
|author=Owen | |author=Owen | ||
|lastupdated=2017/10/22 | |lastupdated=2017/10/22 | ||
Line 18: | Line 12: | ||
|source= | |source= | ||
}} | }} | ||
Newo Sky is a procedurally generated landscape demo and walking simulator, first released for the GBAtemp Bounty 2017. It is dedicated to the memory of Ben "bushing" Byer, who passed away in 2016. | |||
This project is the result of 2 years of experimentation with simplex noise and researching procedural generation techniques. The demo currently runs well, but it | This project is the result of 2 years of experimentation with simplex noise and researching procedural generation techniques. The demo currently runs well, but it does not have collision detection and gameplay elements. | ||
==Features== | ==Features== | ||
* Procedurally generated landscape and planet map | * Procedurally generated landscape and planet map. | ||
* randomize colour option | * randomize colour option. | ||
* Auto walk and Auto Planet | * Auto walk and Auto Planet. | ||
* Lowpoly environment with lakes, rain, trees, buildings, rocks, grass, orbiting planets, stars and solar systems. | * Lowpoly environment with lakes, rain, trees, buildings, rocks, grass, orbiting planets, stars and solar systems. | ||
* Background music: "Like Clockwork" by Birds of Paradise | * Background music: "Like Clockwork" by Birds of Paradise. | ||
==Controls== | |||
'''Wiimote (horizontal):''' | |||
D-Pad - Move | |||
1 - Show the planet selection screen | |||
2 - Randomize the colours of the current planet | |||
Plus - Bring up the game menu option. | |||
'''Planet selection screen:''' | |||
D-Pad - Move cursor | |||
1 - Exit the planet select menu | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/wiihomebrews/ | https://dlhb.gamebrew.org/wiihomebrews/newoskywii4.png | ||
https://dlhb.gamebrew.org/wiihomebrews/ | |||
https://dlhb.gamebrew.org/wiihomebrews/newoskywii3.png | |||
https://dlhb.gamebrew.org/wiihomebrews/ | |||
https://dlhb.gamebrew.org/wiihomebrews/newoskywii5.png | |||
==Media== | ==Media== | ||
'''Newo Sky | '''Newo Sky ([https://www.youtube.com/watch?v=AmAQo63lpAU waffeln])'''<br> | ||
<youtube>AmAQo63lpAU </youtube> | <youtube>AmAQo63lpAU </youtube> | ||
==Changelog== | ==Changelog== | ||
'''Version 1.1 | '''Version 1.1 2017/10/22''' | ||
* slow and slower walk speed added to menu | * slow and slower walk speed added to menu. | ||
* fixed timing bug in screenshot option | * fixed timing bug in screenshot option. | ||
* prevent the auto planet option from reselecting the same planet | * prevent the auto planet option from reselecting the same planet. | ||
* maintain momentum during planet to ground switch | * maintain momentum during planet to ground switch. | ||
* added a submenu for the auto walk/planet switch time | * added a submenu for the auto walk/planet switch time. | ||
* fixed gamecube controller b button | * fixed gamecube controller b button. | ||
* updated to devkitpro PPC_r29-1 | * updated to devkitpro PPC_r29-1. | ||
* updated to GRRLIB 4.3.2 | * updated to GRRLIB 4.3.2. | ||
'''Version 1.0 | '''Version 1.0 2017/09/30''' | ||
*Initial release | *Initial release. | ||
==Credits== | ==Credits== | ||
* Owen - C Programming | * Owen - C Programming. | ||
* Uses sdnoise1234, Simplex noise by Stefan Gustavson | * Uses sdnoise1234, Simplex noise by Stefan Gustavson. | ||
* Background music: "Like Clockwork" by Birds of Paradise | * Background music: "Like Clockwork" by Birds of Paradise. | ||
Tools: | |||
* GRRLIB | * GRRLIB. | ||
* joyent http-parser | * joyent http-parser. | ||
Inspiration & Thanx: | |||
* No Mans Sky | * No Mans Sky. | ||
* And the dudes behind GRRLIB | * And the dudes behind GRRLIB. | ||
==External Links== | ==External Links== | ||
* | * Author's website - https://owensoft.net/project/newogame/ | ||
* WiiBrew - https://wiibrew.org/wiki/Newo_Sky | * WiiBrew - https://wiibrew.org/wiki/Newo_Sky | ||
* GBAtemp - https://gbatemp.net/threads/gbatemp-bounty-2017-1.481723/post-7600839 |
Latest revision as of 04:29, 28 Haziran 2024
Newo Sky | |
---|---|
General | |
Author | Owen |
Type | Demos |
Version | 1.1 |
License | Mixed |
Last Updated | 2017/10/22 |
Links | |
Download | |
Website | |
Newo Sky is a procedurally generated landscape demo and walking simulator, first released for the GBAtemp Bounty 2017. It is dedicated to the memory of Ben "bushing" Byer, who passed away in 2016.
This project is the result of 2 years of experimentation with simplex noise and researching procedural generation techniques. The demo currently runs well, but it does not have collision detection and gameplay elements.
Features
- Procedurally generated landscape and planet map.
- randomize colour option.
- Auto walk and Auto Planet.
- Lowpoly environment with lakes, rain, trees, buildings, rocks, grass, orbiting planets, stars and solar systems.
- Background music: "Like Clockwork" by Birds of Paradise.
Controls
Wiimote (horizontal):
D-Pad - Move
1 - Show the planet selection screen
2 - Randomize the colours of the current planet
Plus - Bring up the game menu option.
Planet selection screen:
D-Pad - Move cursor
1 - Exit the planet select menu
Screenshots
Media
Newo Sky (waffeln)
Changelog
Version 1.1 2017/10/22
- slow and slower walk speed added to menu.
- fixed timing bug in screenshot option.
- prevent the auto planet option from reselecting the same planet.
- maintain momentum during planet to ground switch.
- added a submenu for the auto walk/planet switch time.
- fixed gamecube controller b button.
- updated to devkitpro PPC_r29-1.
- updated to GRRLIB 4.3.2.
Version 1.0 2017/09/30
- Initial release.
Credits
- Owen - C Programming.
- Uses sdnoise1234, Simplex noise by Stefan Gustavson.
- Background music: "Like Clockwork" by Birds of Paradise.
Tools:
- GRRLIB.
- joyent http-parser.
Inspiration & Thanx:
- No Mans Sky.
- And the dudes behind GRRLIB.
External Links
- Author's website - https://owensoft.net/project/newogame/
- WiiBrew - https://wiibrew.org/wiki/Newo_Sky
- GBAtemp - https://gbatemp.net/threads/gbatemp-bounty-2017-1.481723/post-7600839