VGMdb
Go Back   VGMdb Forums > Discussion > Video Game Music Discussion > Album Discussions
Register FAQ Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old Apr 5, 2020, 06:24 PM
Chris Porter's Avatar
Chris Porter Chris Porter is offline
Trusted Editor
VGM Artist
 
Join Date: Sep 2014
Location: Okayama, JAPAN
Posts: 2,001
Default Haru e to Tsuzuku Oka Original Soundtrack

There is a CD-R print of this soundtrack: https://www.suruga-ya.jp/kaitori_detail/186148880
Reply With Quote
  #2  
Old Apr 6, 2020, 05:44 AM
Chris Porter's Avatar
Chris Porter Chris Porter is offline
Trusted Editor
VGM Artist
 
Join Date: Sep 2014
Location: Okayama, JAPAN
Posts: 2,001
Default

The CD-R version of this had two additional tracks.

21. 灯火
22. 原風景
Reply With Quote
  #3  
Old Apr 12, 2022, 10:08 AM
zhec's Avatar
zhec zhec is offline
Junior Member
 
Join Date: Oct 2021
Location: China
Posts: 6
Default

I have been working on a translation project of 春へと続く丘 recently, so I learned how to unpack a xp3 file and digged a bit into the unpacked data files. Surprisingly, several unfamiliar track names could be found in two of the data files of the game. To my knowledge, they have appeared nowhere else.

From 999_music.csv:
Code:
BGM021.ogg,迫影
BGM022.ogg,溶解
BGM023.ogg,穏やかな日々
BGM024.ogg,怪談調査
BGM025.ogg,アーカイヴス
op.ogg,Indelible Days
ed.ogg,Little Flames
BGM026.ogg,うさんくさい紫
From music.ks:
Code:
;[locate x=865 y=100][link target=*22_play enterse="bell.wav" ]神界[endlink]
;[locate x=865 y=150][link target=*23_play enterse="bell.wav" ]悠[endlink]
;[locate x=865 y=200][link target=*24_play enterse="bell.wav" ]桜恋[endlink]
;[locate x=865 y=250][link target=*26_play enterse="bell.wav" ]うさんくさい紫[endlink]
;[locate x=865 y=300][link target=*25_play enterse="bell.wav" ]Little Flames[endlink]
;[locate x=865 y=350][link target=*27_play enterse="bell.wav" ]family(ボーカルアレンジ)[endlink]
The first file perhaps indicates that the english names for the OP&ED are Indelible Days and Little Flames, but the order is strangely inverted.
As for the others, I can't be sure about their purposes or existence. But given the tracks are delicately titled, it's very likely that they are at least planned to be composed, or even finished but unreleased.

Full 999_music.csv:
Code:
filename,name
BGM001.ogg,Fireplace
BGM002.ogg,Snow prism
BGM003.ogg,アリス症候群
BGM004.ogg,もうひとつの丘
BGM005.ogg,安息
BGM006.ogg,欠陥構造
BGM007.ogg,私の空、彼女の空
BGM008.ogg,春へと続く丘
BGM009.ogg,雪を踏む音
BGM010.ogg,冬の風の向こうへ
BGM011.ogg,障害
BGM012.ogg,境界は何処へ
BGM013.ogg,あの冬、いちばん賑やかな町
BGM014.ogg,ミイラの店
BGM015.ogg,alice
BGM016.ogg,誓い
BGM017.ogg,群像
BGM018.ogg,2027年
BGM019.ogg,歴史を紡ぐ者
BGM020.ogg,雪解け
BGM021.ogg,迫影
BGM022.ogg,溶解
BGM023.ogg,穏やかな日々
BGM024.ogg,怪談調査
BGM025.ogg,アーカイヴス
op.ogg,Indelible Days
ed.ogg,Little Flames
BGM026.ogg,うさんくさい紫
Full music.ks:
Code:
*start
;----------------------------------------------------------------------------------------背景処理
[cm][nowait]
[rclick jump=true storage="001_title.ks" target=*gallery enabled=true]
[position left=0 top=0 width=1280 height=720 opacity=0 visible=true margint=0 marginl=0]
[layopt layer=0 page=back visible=false]
[image storage="黒" page=back layer=base]


[current page=back]
[image storage="music.jpg" page=back layer=0 visible=true left=0 top=0 width=1280 height=720]

;----------------------------------------------------------------------------------------
[position layer=message1 page=back left=140 top=450 width=995 height=130 opacity=0 visible=true margint=5 marginl=20]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名をクリックしてください

*sound

[current layer=message0 page=back]
	[nowait]

[locate x=165 y=130][link target=*20_play enterse="bell.wav" ]雪解け[endlink]
[locate x=390 y=130][link target=*7_play enterse="bell.wav" ]私の空、彼女の空[endlink]
[locate x=630 y=130][link target=*14_play enterse="bell.wav" ]ミイラの店[endlink]
[locate x=865 y=130][link target=*13_play enterse="bell.wav" ]あの冬、いちばん賑やかな町[endlink]

[locate x=165 y=185][link target=*1_play enterse="bell.wav" ]Fireplace[endlink]
[locate x=390 y=185][link target=*8_play enterse="bell.wav" ]春へと続く丘[endlink]
[locate x=630 y=185][link target=*15_play enterse="bell.wav" ]alice[endlink]
[locate x=865 y=185][link target=*6_play enterse="bell.wav" ]欠陥構造[endlink]

[locate x=165 y=240][link target=*2_play enterse="bell.wav" ]Snow prism[endlink]
[locate x=390 y=240][link target=*9_play enterse="bell.wav" ]雪を踏む音[endlink]
[locate x=630 y=240][link target=*16_play enterse="bell.wav" ]誓い[endlink]
[locate x=865 y=240][link target=*5_play enterse="bell.wav" ]安息[endlink]

[locate x=165 y=295][link target=*3_play enterse="bell.wav" ]アリス症候群[endlink]
[locate x=390 y=295][link target=*10_play enterse="bell.wav" ]冬の風の向こうへ[endlink]
[locate x=630 y=295][link target=*17_play enterse="bell.wav" ]群像[endlink]
[locate x=865 y=295][link target=*12_play enterse="bell.wav" ]境界は何処へ[endlink]

[locate x=165 y=350][link target=*4_play enterse="bell.wav" ]もうひとつの丘[endlink]
[locate x=390 y=350][link target=*11_play enterse="bell.wav" ]障害[endlink]
[locate x=630 y=350][link target=*18_play enterse="bell.wav" ]2027年[endlink]
[locate x=865 y=350][link target=*19_play enterse="bell.wav" ]歴史を紡ぐ者[endlink]

[locate x=390 y=55][link target=*op_play enterse="bell.wav" ]灯火[endlink]
[locate x=630 y=55][link target=*21_play enterse="bell.wav" ]原風景[endlink]

;[locate x=865 y=100][link target=*22_play enterse="bell.wav" ]神界[endlink]
;[locate x=865 y=150][link target=*23_play enterse="bell.wav" ]悠[endlink]
;[locate x=865 y=200][link target=*24_play enterse="bell.wav" ]桜恋[endlink]
;[locate x=865 y=250][link target=*26_play enterse="bell.wav" ]うさんくさい紫[endlink]
;[locate x=865 y=300][link target=*25_play enterse="bell.wav" ]Little Flames[endlink]
;[locate x=865 y=350][link target=*27_play enterse="bell.wav" ]family(ボーカルアレンジ)[endlink]

;----------------------------------------------------------------------------------------戻るボタン
;[locate x=999 y=615][button graphic="return.png" storage="001_title.ks" target="*gallery" enterse="bell.wav" clickse="se1.wav"]
[trans time=800 method=crossfade]
[wt]
[s]
;----------------------------------------------------------------------------------------曲名選択後処理

*op_play

[playbgm storage="op.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:灯火 [r]
ボーカル:nayuta[r]
作詞作曲:まもも
	[endnowait]
[unlocklink]
[jump target=*end]


*1_play

[playbgm storage="BGM001.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:Fireplace [r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*2_play

[playbgm storage="BGM002.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:Snow prism [r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*3_play

[playbgm storage="BGM003.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:アリス症候群 [r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*4_play

[playbgm storage="BGM004.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:もうひとつの丘 [r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*5_play

[playbgm storage="BGM005.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:安息 [r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*6_play

[playbgm storage="BGM006.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:欠陥構造 [r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*7_play

[playbgm storage="BGM007.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:私の空、彼女の空[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*8_play

[playbgm storage="BGM008.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:春へと続く丘[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*9_play

[playbgm storage="BGM009.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:雪を踏む音[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*10_play

[playbgm storage="BGM010.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:冬の風の向こうへ[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*11_play

[playbgm storage="BGM011.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:障害[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*12_play

[playbgm storage="BGM012.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:境界は何処へ[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*13_play

[playbgm storage="BGM013.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:あの冬、いちばん賑やかな町[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*14_play

[playbgm storage="BGM014.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:ミイラの店[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*15_play

[playbgm storage="BGM015.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:alice[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*16_play

[playbgm storage="BGM016.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:誓い[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*17_play

[playbgm storage="BGM017.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:群像[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*18_play

[playbgm storage="BGM018.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:2027年[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*19_play

[playbgm storage="BGM019.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:歴史を紡ぐ者[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*20_play

[playbgm storage="BGM020.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:雪解け[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*21_play

[playbgm storage="ed.ogg" loop="true"]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:原風景 [r]
ボーカル:丘咲アンナ   レコーディングディレクター:ウスイエイト[r]
作詞作曲:まもも
	[endnowait]
[unlocklink]
[jump target=*end]

*22_play

[playbgm storage="BGM019.ogg" loop="true"]
	[image storage="よくわからない.jpg" page=back layer=base]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:神界[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*23_play

[playbgm storage="BGM011.ogg" loop="true"]
	[image storage="河原.jpg" page=back layer=base]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:悠[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*24_play

[playbgm storage="BGM009.ogg" loop="true"]
	[image storage="空(晴れ)" page=back layer=base]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:桜恋[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*26_play

[playbgm storage="BGM026.ogg" loop="true"]
	[image storage="通学路1・夜" page=back layer=base]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:うさんくさい紫[r]
作曲:まもも[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*25_play

[playbgm storage="ed.ogg" loop="true"]
	[image storage="タイトル夏" page=back layer=base]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:Little Flames[r]
作曲:まもも[r]
ボーカル:nayuta[r]
	[endnowait]
[unlocklink]
[jump target=*end]

*27_play

[playbgm storage="family.ogg" loop="true"]
	[image storage="タイトル夏" page=back layer=base]
	[current layer=message1 page=back withback=false]
	[er]
	[nowait]
曲名:family(ボーカルアレンジ)[r]
作曲:まもも[r]
ボーカル:nayuta[r]
	[endnowait]
[unlocklink]
[jump target=*end]

;----------------------------------------------------------------------------------------戻るボタン
*end
[current layer=message0 page=back]

;[locate x=999 y=615][button graphic="cg_back.png" storage="001_title.ks" target="*gallery" enterse="bell.wav" clickse="se1.wav"]
[trans time=0 method=crossfade]
[wt]
[s]
----------------------------------------------------------------------------------------曲名選択後処理
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PCCG-70227: Haru no Sakebi/Player / Aoi Teshima, Mari Natsuki Phonograph Album Discussions 0 Sep 5, 2014 01:36 AM
ULJS-00490: ore no imouto ga konnani kawaii wake ga nai portable ga tsuzuku... Phonograph Album Discussions 6 Dec 8, 2012 07:45 AM
HARU-001: GIGA / Four Seasons Secret Squirrel Album Discussions 0 May 2, 2012 06:09 PM
FCCM-0061: TV Animation Maria-sama ga Miteru ~Haru~ Image Album Vol.1 Cedille Album Discussions 2 Jan 6, 2012 04:15 AM