123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- # music_onlinemusic
- if $ARGS[0] = 'setupAccount':
- ml_online['account'] = 1
- minut += 30
- ml_online_minute += 30
- gs 'music_onlinemusic', 'internetcount'
- gs 'stat'
-
- 'You log into Youtube to set up a channel for your music. You can upload videos or live stream, but you will need to open a bank account if you want to receive any tips from viewers of your stream.'
- !! TODO: Ask for a screen name?
- if $loc = 'sitr':
- act 'Leave': gt $loc
- else
- act 'Leave': gt $loc, 'start'
- end
- end
- if $ARGS[0] = 'liveStream':
- !! TODO: Much, much better scene needed.
- ml_streaming['times_streamed'] += 1
- minut += ml_streamtime
- ml_online_minute += ml_streamtime
- gs 'music_onlinemusic', 'internetcount'
- gs 'stat'
- ml_maxsuperchats = ( pav_music + (city_music * 2) + oldtown_music + village_music + (global_performer * 2) + pcs_apprnc )
- ml_superchats = (rand( 0, ml_maxsuperchats) * ml_streamtime) / 60
- if ml_guitar['hasguitar'] = 1:
- ml_famebase = ( pcs_instrmusic + pcs_vokal + pcs_perform + ( (hotcat-5) * 20 ) ) / 20
- instrmusic_exp += rand(1,3)
- else
- ml_famebase = ( (pcs_vokal * 2) + pcs_perform + ( (hotcat-5) * 20 ) ) / 20
- end
- pav_music += rand(0, ml_famebase)
- city_music += rand(0, ml_famebase)
- vokal_exp += rand(1,3)
- if perform_lvl < 35: perform_exp += rand(1,3)
- ml_streaming['livestreamcount'] += 1
- ml_streaming['lastday'] = daystart
- ml_performance['performed_minutes'] += ml_streamtime
- ml_performance['total_time_performed'] += ml_streamtime
- ml_streaming['total_earnings'] += ml_superchats
- ml_streaming['unclaimed_earnings'] += ml_superchats
-
- !! TODO: The old if komp = 0 or webcamera = 0 should come down here with different text based on whether a computer and webcamera is used or just the phone.
- '<center><img <<$set_imgh>> src="images/pc/activities/music/gomixer_hero.jpg"/></center>'
- 'You set up your phone on a little tri-pod and log into your account. After settling down comfortably, you start to stream.'
- 'Your fans tipped you <<ml_superchats>> rubels for your performance.'
-
- if bankAccount = 0:
- *nl
- 'You have earned <b><<ml_streaming[''unclaimed_earnings'']>></b> rubels so far, but you need to open a bank account before you can receive the money.'
- if $loc = 'sitr':
- act 'Stop the stream': gt $loc
- else
- act 'Stop the stream': gt $loc, 'start'
- end
- else
- *nl
- 'You have <b><<ml_streaming[''unclaimed_earnings'']>></b> rubels on your account.'
- act 'Stop the stream and transfer the money to your bank account':
- karta += ml_streaming['unclaimed_earnings']
- ml_streaming['unclaimed_earnings'] = 0
- if $loc = 'sitr':
- gt $loc
- else
- gt $loc, 'start'
- end
- end
- act 'Stop the stream':
- if $loc = 'sitr':
- gt $loc
- else
- gt $loc, 'start'
- end
- end
- end
- end
- if $ARGS[0] = 'recordSong':
- !! TODO: Write a scene. It should describe that a song is recorded and then edited properly before uploading it to the net.
- '<center><img <<$set_imgh>> src="images/pc/activities/music/phonerecording.jpg"/></center>'
- 'You set up your phone and settle down comfortably to record a song. After several tries you finally end up with a version you are content with and upload it to your account.'
- 'As you don''t have a computer you can''t really do much with the songs quality. But then you have seen quite a few people work with only with their phones. Like Ling Ling.'
-
- minut += 30
-
- vokal_exp += rand(1,4)
- if perform_lvl < 35: perform_exp += rand(1,3)
- ml_performance['performed_minutes'] += 15
- ml_performance['total_time_performed'] += 15
- ml_onlinesong_hotcat[ml_onlinesongcount] = hotcat
- if ml_guitar['hasguitar'] = 1:
- ml_onlinesong_skilllevel[ml_onlinesongcount] = pcs_instrmusic + pcs_vokal + pcs_perform
- ml_onlinesong_freshness[ml_onlinesongcount] = pcs_instrmusic + pcs_vokal + pcs_perform + ((hotcat-4)*10)
- instrmusic_exp += rand(1,3)
- else
- ml_onlinesong_skilllevel[ml_onlinesongcount] = (pcs_vokal * 2) + pcs_perform
- ml_onlinesong_freshness[ml_onlinesongcount] = (pcs_vokal * 2) + pcs_perform + ((hotcat-4)*10)
- end
- ml_onlinesong_lastcalcday[ml_onlinesongcount] = daystart
- ml_onlinesong_uploaded[ml_onlinesongcount] = 0
- ml_uploadablemusic += 1
- ml_onlinesongcount += 1
- if ml_online['account'] = 1 and internet > 0:
- if pcs_inhib < 30:
- if pcs_inhib < 10:
- $diff = 'hard'
- elseif pcs_inhib < 20:
- $diff = 'medium'
- else
- $diff = 'easy'
- end
- gs 'willpower', 'skill', 'self', $diff
- will_cost = (will_cost * 2) - (pcs_perform)
- if will_cost <= pcs_willpwr:
- act 'Upload music (<<will_cost>> Willpower)': gt 'music_onlinemusic', 'uploadmusic'
- else
- act 'Upload music (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- else
- act 'Upload music': gt 'music_onlinemusic', 'uploadmusic'
- end
- else
- if $loc = 'sitr':
- act 'Leave': gt $loc
- else
- act 'Leave': gt $loc, 'start'
- end
- end
- end
- if $ARGS[0] = 'recordAndEditSong':
- !! TODO: Write a scene. It should describe that a song is recorded and then edited properly before uploading it to the net.
- !! '<center><img <<$set_imgh>> src="images/pc/activities/music/editmusic.jpg"/></center>'
- '<center><video autoplay loop src="images/pc/activities/music/editmusic.mp4"></video></center>'
- 'You open plug in your home studio kit and start up the recording software. After several tries you finally end up with a version you are content with.'
- 'The next hour just flies by as you edit the video and the audio, trying to increate the quality of the recording as much as you can'
- minut += 90
- vokal_exp += rand(1,3)
- if perform_lvl < 35: perform_exp += rand(1,3)
- if musicprod_lvl < 35: musicprod_exp += rand(1,3)
- ml_performance['performed_minutes'] += 15
- ml_performance['total_time_performed'] += 15
- ml_onlinesong_hotcat[ml_onlinesongcount] = hotcat
- if ml_guitar['hasguitar'] = 1:
- ml_onlinesong_skilllevel[ml_onlinesongcount] = pcs_instrmusic + pcs_vokal + pcs_perform
- ml_onlinesong_freshness[ml_onlinesongcount] = pcs_instrmusic + pcs_vokal + pcs_perform + ((hotcat-4)*10)
- instrmusic_exp += rand(1,3)
- else
- ml_onlinesong_skilllevel[ml_onlinesongcount] = (pcs_vokal * 2) + pcs_perform
- ml_onlinesong_freshness[ml_onlinesongcount] = (pcs_vokal * 2) + pcs_perform + ((hotcat-4)*10)
- end
- ml_onlinesong_lastcalcday[ml_onlinesongcount] = daystart
- ml_onlinesong_uploaded[ml_onlinesongcount] = 0
- ml_uploadablemusic += 1
- ml_onlinesongcount += 1
- if ml_online['account'] = 1 and internet > 0:
- if pcs_inhib < 30:
- if pcs_inhib < 10:
- $diff = 'hard'
- elseif pcs_inhib < 20:
- $diff = 'medium'
- else
- $diff = 'easy'
- end
- gs 'willpower', 'skill', 'self', $diff
- will_cost = (will_cost * 2) - (pcs_perform)
- if will_cost <= pcs_willpwr:
- act 'Upload music (<<will_cost>> Willpower)': gt 'music_onlinemusic', 'uploadmusic'
- else
- act 'Upload music (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
- end
- else
- act 'Upload music': gt 'music_onlinemusic', 'uploadmusic'
- end
- else
- if $loc = 'sitr':
- act 'Leave': gt $loc
- else
- act 'Leave': gt $loc, 'start'
- end
- end
- end
- if $ARGS[0] = 'uploadmusic':
- if pcs_inhib < 30:
- 'You hesitate for a long moment, but finally take a deep breath and click on the "Upload" button and your newly recorded song moves over to the internet for all to see.'
- 'You bite in your lip, then close the screen before you change your mind and delete it.'
- else
- 'You smile brightly and click on the "Upload" button. Now the whole world can see you play. And if they don''t like it, well... "Haters gonna hate" you shrug mentally and close the screen. They will like it."'
- end
- ml_online_minute += 10
- gs 'music_onlinemusic', 'internetcount'
- gs 'stat'
- ml_uploadablemusic -= 1
- ml_onlinesong_uploaded[ml_onlinesongcount-1] = 1
- killvar 'will_cost'
- if $loc = 'sitr':
- act 'Leave': gt $loc
- else
- act 'Leave': gt $loc, 'start'
- end
- end
- if $ARGS[0] = 'uploadallmusic':
- '<center><img src="images/pc/activities/music/uploadmusic.jpg"/></center>'
- if will_cost > 0:
- 'You go through the songs you recorded, and clear out the old ones that you really ,really don''t like anymore then after a moment of hesitation you take a deep breath and click on the "Upload" button.
- The screen changes and one by one, your songs move over to the internet for all to see.'
- 'You bite in your lip, then close the screen before you change your mind and delete them.'
- else
- 'You smile brightly as you browse through your recordings, deleting some old ones, then finally click the "Upload" button. Now the whole world can see you play. And if they don''t like it, well... "Haters gonna hate" you shrug mentally and close the screen, this is how art grows."'
- end
- gs 'music_onlinemusic', 'deleting'
- i = 0
- :uploadallmusic
- if ml_onlinesong_uploaded[i] = 0 and internet > 0:
- ml_online_minute += 10
- gs 'music_onlinemusic', 'internetcount'
- gs 'stat'
- ml_onlinesong_uploaded[i] = 1
- ml_uploadablemusic -= 1
- end
- i += 1
- if i < ml_onlinesongcount:jump 'uploadallmusic'
- killvar 'will_cost'
- if $loc = 'sitr':
- act 'Leave': gt $loc
- else
- act 'Leave': gt $loc, 'start'
- end
- end
- if $ARGS[0] = 'deleteoldmusic':
- 'You go through your recorded musics and delete all the old ones where your playing doesn''t really reflect what you can do these days'
- gs 'music_onlinemusic', 'deleting'
- if $loc = 'sitr':
- act 'Leave': gt $loc
- else
- act 'Leave': gt $loc, 'start'
- end
- end
- !!----------------------------------------------------------------------------------------------------------------------------
- !!----------------------------------------- GoSub functions all go here --------------------------------------------------
- !!----------------------------------------------------------------------------------------------------------------------------
- if $ARGS[0] = 'deleting':
- ml_threshold_skilllevel = ((pcs_instrmusic + pcs_vokal + pcs_perform)*80)/100
- i = 0
- j = -1
-
- :deletemusic
- if (ml_onlinesong_uploaded = 1) or (ml_onlinesong_uploaded = 0 and ml_onlinesong_skilllevel > ml_threshold_skilllevel):
- j += 1
- ml_tempsong_freshness[j] = ml_onlinesong_sfreshness[i]
- ml_tempsong_lastcalcday[j] = ml_onlinesong_lastcalcday[i]
- ml_tempsong_hotcat[j] = ml_onlinesong_hotcat[i]
- ml_tempsong_skilllevel[j] = ml_onlinesong_skilllevel[i]
- ml_tempsong_uploaded[j] = ml_onlinesong_uploaded[i]
- else
- ml_uploadablemusic -= 1
- end
- i += 1
- if i < ml_onlinesongcount:jump 'deletemusic'
- killvar 'ml_onlinesong_freshness'
- killvar 'ml_onlinesong_lastcalcday'
- killvar 'ml_onlinesong_hotcat'
- killvar 'ml_onlinesong_skilllevel'
- killvar 'ml_onlinesong_uploaded'
- killvar 'i'
- ml_onlinesongcount = 0
- if j >= 0:
- :looprebuildsongs
- ml_onlinesong_freshness[ml_onlinesongcount] = ml_tempsong_freshness[ml_onlinesongcount]
- ml_onlinesong_hotcat[ml_onlinesongcount] = ml_tempsong_hotcat[ml_onlinesongcount]
- ml_onlinesong_lastcalcday[ml_onlinesongcount] = ml_tempsong_lastcalcday[ml_onlinesongcount]
- ml_onlinesong_skilllevel[ml_onlinesongcount] = ml_tempsong_skilllevel[ml_onlinesongcount]
- ml_onlinesong_uploaded[ml_onlinesongcount] = ml_tempsong_uploaded[ml_onlinesongcount]
- ml_onlinesongcount += 1
- if ml_onlinesongcount <= j: jump 'looprebuildsongs'
- end
- killvar 'ml_tempsong_freshness'
- killvar 'ml_tempsong_lastcalcday'
- killvar 'ml_tempsong_hotcat'
- killvar 'ml_tempsong_skilllevel'
- killvar 'ml_tempsong_uploaded'
- killvar 'ml_threshold_skilllevel'
- end
- if $ARGS[0] = 'internetcount':
- if ml_online_minute >= 60:
- internet -= 1
- ml_online_minute -= 60
- end
- end
- --- music_onlinemusic ---------------------------------
|