-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remaining: default difficulty is expert
- Loading branch information
Showing
4 changed files
with
242 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
(collections_file | ||
"world/shared/collections.milo") | ||
(default_hometown boston) | ||
(default_money 100) | ||
(default_difficulty kDifficultyExpert) | ||
(max_money 999999999) | ||
(rating_history_size 10) | ||
(default_money_per_star | ||
($song_band_rank) | ||
{do | ||
($tier | ||
{song_mgr rank_tier $song_band_rank band}) | ||
{switch | ||
$tier | ||
(0 7) | ||
(1 10) | ||
(2 15) | ||
(3 20) | ||
(4 30) | ||
(5 40) | ||
(6 60) | ||
0}}) | ||
(max_stars_per_song 5) | ||
(track_icons | ||
((bass | ||
"B") | ||
(guitar | ||
"G") | ||
(drum | ||
"D") | ||
(vocals | ||
"V")) | ||
((bass | ||
"b") | ||
(guitar | ||
"g") | ||
(drum | ||
"d") | ||
(vocals | ||
"v")) | ||
((bass | ||
"A") | ||
(guitar | ||
"U") | ||
(drum | ||
"R") | ||
(vocals | ||
"O")) | ||
((bass | ||
"a") | ||
(guitar | ||
"u") | ||
(drum | ||
"r") | ||
(vocals | ||
"o"))) | ||
(hints | ||
('' | ||
(description waiting_for_remote_players) | ||
(cond FALSE)) | ||
(storyhint_firstmemo | ||
(description storyhint_firstmemo_desc) | ||
(cond | ||
{{story progress} | ||
has_memorabilia})) | ||
(storyhint_firstprize | ||
(description storyhint_firstprize_desc) | ||
(cond | ||
{{story progress} | ||
has_prizes})) | ||
(storyhint_storycomplete | ||
(description storyhint_storycomplete_desc) | ||
(cond | ||
{{story progress} | ||
is_finale_complete})) | ||
(storyhint_firstcred | ||
(description storyhint_firstcred_desc) | ||
(cond | ||
{>= | ||
{{story progress} | ||
credits_earned} | ||
1})) | ||
(storyhint_firstcred_threshold | ||
(description storyhint_firstcred_threshold_desc) | ||
(cond | ||
{>= | ||
{{story progress} | ||
num_cred_challenges} | ||
1}))) | ||
(chapter_data | ||
#include story_chapters.dta) | ||
(bonuses | ||
(memorabilia | ||
#include story_memorabilia.dta) | ||
(prizes | ||
#include story_prizes.dta)) | ||
#ifndef _SHIP | ||
(test_event | ||
(songs | ||
(random) | ||
(random) | ||
(random)) | ||
(money_per_star 100)) | ||
#endif | ||
(credit_display_change_rate 15.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
(default_hometown veh_camper_van) | ||
(default_money 10000) | ||
(char_names ../../fusion/ui/locale/eng/locale_charnames.dta) | ||
(band_names ../../fusion/ui/locale/eng/locale_bandnames.dta) | ||
(default_difficulty kDifficultyExpert) | ||
(max_money 999999999) | ||
(max_stars_per_song 5) | ||
(track_icons | ||
((bass | ||
"B") | ||
(guitar | ||
"G") | ||
(drum | ||
"D") | ||
(vocals | ||
"V")) | ||
((bass | ||
"b") | ||
(guitar | ||
"g") | ||
(drum | ||
"d") | ||
(vocals | ||
"v")) | ||
((bass | ||
"A") | ||
(guitar | ||
"U") | ||
(drum | ||
"R") | ||
(vocals | ||
"O")) | ||
((bass | ||
"a") | ||
(guitar | ||
"u") | ||
(drum | ||
"r") | ||
(vocals | ||
"o"))) | ||
(world | ||
#include vehicles.dta) | ||
(entourage | ||
#include entourage.dta) | ||
(denitems | ||
#include denitems/denitems.dta) | ||
(hints | ||
#include hints.dta) | ||
(challenges | ||
#include challenges.dta) | ||
(quickplay_venues ven_lego_city_central ven_bill_ditt_construction_co ven_blockton_manor ven_crystal_mine ven_the_jolly_rocker ven_the_parrot_n_pegleg ven_wreck_n_roll_bowl ven_lego_city_rooftop ven_stud_farm ven_lego_city_zoo ven_the_cavern ven_volcanic_rock ven_sub_zero_research_facility ven_the_abyss ven_blockingham_castle ven_wembrick_stadium ven_ufo ven_the_moon ven_space_rock_festival) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
(default_hometown boston) | ||
(default_money 100) | ||
(default_difficulty kDifficultyExpert) | ||
(max_money 999999999) | ||
(rating_history_size 10) | ||
(default_money_per_star | ||
($song_band_rank) | ||
{do | ||
($tier | ||
{song_mgr rank_tier $song_band_rank band}) | ||
{switch | ||
$tier | ||
(0 7) | ||
(1 10) | ||
(2 15) | ||
(3 20) | ||
(4 30) | ||
(5 40) | ||
(6 60) | ||
0}}) | ||
(max_stars_per_song 5) | ||
(track_icons | ||
((bass | ||
"B") | ||
(guitar | ||
"G") | ||
(drum | ||
"D") | ||
(vocals | ||
"V")) | ||
((bass | ||
"b") | ||
(guitar | ||
"g") | ||
(drum | ||
"d") | ||
(vocals | ||
"v")) | ||
((bass | ||
"A") | ||
(guitar | ||
"U") | ||
(drum | ||
"R") | ||
(vocals | ||
"O")) | ||
((bass | ||
"a") | ||
(guitar | ||
"u") | ||
(drum | ||
"r") | ||
(vocals | ||
"o"))) | ||
(hints | ||
(storyhint_firstmemo | ||
(description storyhint_firstmemo_desc) | ||
(cond | ||
{{story progress} | ||
has_memorabilia})) | ||
(storyhint_firstprize | ||
(description storyhint_firstprize_desc) | ||
(cond | ||
{{story progress} | ||
has_prizes})) | ||
(storyhint_storycomplete | ||
(description storyhint_storycomplete_desc) | ||
(cond | ||
{{story progress} | ||
is_finale_complete}))) | ||
(chapter_data | ||
#include story_chapters.dta) | ||
(bonuses | ||
(memorabilia | ||
#include story_memorabilia.dta) | ||
(prizes | ||
#include story_prizes.dta)) | ||
#ifndef _SHIP | ||
(test_event | ||
(songs | ||
(random) | ||
(random) | ||
(random)) | ||
(money_per_star 100)) | ||
#endif |