Overview
A simple guide that teaches you how to unlock all the ends, CGs, Tips and everything in this game.
Something Useful
SAVE X(“X” stands for a number)
When this symbol appears, you should save your game progress before making any choices.
F7
Skip to next unread line of text or skip to next choice (if no unread text).
More hotkeys and controls
How to change the resolution
Go and check the last chapter at the end of this guide
Reference Materials(Only available in Japanese)
PC:
URL[seiya-saiga.com]
PSV:
URL[seiya-saiga.com]
1st Episode
I couldn’t leave Aries like this
I wondered if Aries was okay?
“Prez, please refrain from pulling pranks like that.”
I’d still aim for the moon
SAVE 4
This wasn’t the kind of thing I wished for
SAVE 6
★ Aries End
End Recovery
Which SAVE you should load
Options
Names of the ends
SAVE 1
Go back
The Giant in Back
SAVE 2
It was all a dream
A Dream Of The Stars
SAVE 3
Grab Her Hand
Don’t Touch Her
SAVE 4
I’d give up on the Moon
Continuation Of The Dream
SAVE 6
I reached out toward Aries
Falling Star
SAVE 7
Put it back inside the drawer
The Locked Room
SAVE 8
I can leave everything in Aries’s hands
White World
SAVE 9
The park! or
Asuka’s house!
Rainfall
2nd Episode
Get started by clicking “Restart” in the logo screen
Tell Daigo the truth
SAVE 10
★ Hoshino Akari End
End Recovery
Which SAVE you should load
Option
Name of the end
SAVE 10
I want to be with Daigo
Setting Out
Aqua Route
Click “Start”, and choose “2050”
Was Aqua done drinking for the day?
I suppose we could switch
He opened my door with a lockpick
The time was not yet ripe to unveil my secrets
Prez, that’s enough…
SAVE 12
Aqua… what were you thinking?!
SAVE 13
…shook her hand off
SAVE 14
I wish to meet Aoi again
SAVE 15
★ Aqua End
End Recovery
Which SAVE you should load
Options
Names of the ends
SAVE 11
Tell her
The Worst Possible Outcome
SAVE 12
I found myself frozen in place
Goodbye, My Friend
SAVE 13
What the hell is wrong with you?!
Trauma
SAVE 14
…embrace her(SAVE 17) —— I couldn’t turn back anymore, it was too late.
SAVE 15
I’d like to taste your miso soup again
Whereabouts of a dream
SAVE 16
Airport
Grandest of Steps
SAVE 17
I let her go
Enucleation
Asuka Route
Click “Start”, and choose “2050”
I was worried about Asuka…
I’d still aim for the Moon
Deploy “Secret Weapon Asuka”
Continue working on the Sunflower
Go see how Asuka and Akira are doing
★ Asuka End
End Recovery
Which SAVE you should load
Options
Names of the ends
SAVE 18
…Give up
Beautiful Dreamer
SAVE 19
Return to the mansion
Flight
Another Side & Tips & 2048-2050 & Keywords
Story —— Another Side
Story —— Another Side —— Kagerou
Story —— Go through all the Tips
Unfortunately, there aren’t Keywords in the Steam Edition
How to change the resolution
Plan A – Using “bootmenu.exe” (Recommended)
1. Download Himawari Patch
Link: [link]
2. Extract the Patch.
3. Copy all the files from Himawari Patch and paste them into the folder where the game located. The file path should be “Himawari ==>The Sunflower” (as what is shown in the screenshot below)
4. Open “bootmenu.exe”, and then click “System settings”
5. Then go to this section: Display 1. To change the resolution, just reselect the resolution you want below “Select Screen Size” or “Full Screen Window Size”. Finally, do not forget to click OK when you’re done.
Plan B – Changing values in Setup file (which allows you to start playing the game with whichever resolution you like)
1. Open up C:UsersYour user account nameAppDataRoamingFrontwingHimawari -The Sunflower-.
In my case, C:UsersfengkeyleafAppDataRoamingFrontwingHimawari -The Sunflower-
2. Open Setup.xml with notepad.
3. Find the following codes:
<WINDOW>
<setmode>1</setmode>
<fullscreen>0</fullscreen>
<out_info>1</out_info>
<camouflage>0</camouflage>
<screensaver>1</screensaver>
<cursor_mode>1</cursor_mode>
<limit>0</limit>
<full_wide>0</full_wide>
<bpp>-1</bpp>
<mode>2</mode>
<fps>60</fps>
<full_height>2000</full_height>
<full_width>3000</full_width>
<height>1688</height>
<width>3000</width>
</WINDOW>
4. According to the table below, you can modify the value between the comparable “tags” and then get the corresponding effect shown in the table.
<fullscreen>1</fullscreen>
Enable fullscreen mode
<fullscreen>0</fullscreen>
Disable fullscreen mode
<full_height>x</full_height>
Set the height of full screen window size to x
<full_width>x</full_width>
Set the width of full screen window size to x
<height>x</height>
Set the height (Windowed Mode only) to x
<width>x</width>
Set the width (Windowed Mode only) to x
5. Save your changes.