1
0

start.qsrc 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # start
  2. killall
  3. close all
  4. usehtml = 1
  5. debug = 1
  6. showstat 0
  7. showobjs 0
  8. showinput 0
  9. disablescroll = 1
  10. $ongload = 'loadg'
  11. $ongsave = 'saveg'
  12. $onnewloc = 'LOCA'
  13. $onobjsel = 'onobjsel'
  14. $counter = 'counter'
  15. $usercom = 'inputProcessing'
  16. $fname = 'Tahoma'
  17. fsize = 12
  18. $version = '0.7.3 Crime and Punishment version.'
  19. opPRE = 1
  20. *nl
  21. '<center>Version <b><<$version>></b></center>'
  22. '<center><font color="red"><b>Children under 18 years are strictly forbidden to play</b></font>'
  23. *nl
  24. '<center><img <<$set_imgh>> src="images/system/gl3.jpg" ></center>'
  25. '<center>Based on the Russian game ЭТО by DeGross.</center>'
  26. *nl
  27. 'This game is about the simulated life of a woman containing elements of RPG, strategy, porn and magical combat.'
  28. 'You may choose what kind of life the character will live according to your play style, conscience or even personal beliefs.'
  29. 'There are many choices to make in this game, will you be a saint or a sinner?'
  30. *nl
  31. 'All characters in this game are fictional and any similarities to any persons living or dead are purely coincidental.'
  32. 'All explicit images are performed by consenting adults aged 18 or older. Images are for illustrative purposes only.'
  33. *nl
  34. '<b><a href="exec:gt ''version''">Change log</a> and <a href="exec:gt ''history''">Game history</a></b>'
  35. *nl
  36. '<b>* Wiki hosted by Wikia available <a href="http://girl-life.wikia.com/wiki/Girl_life_Wiki">here</a> (External link) *</center></b>'
  37. '<center>Feel free to contribute.</center>'
  38. gs 'themes', 'indoors'
  39. act '<center><b>Start</b></center>':
  40. cla
  41. if music_on = 0:
  42. music_on = 1
  43. $track_loop = 'sound/suki.mp3'
  44. volume = 100
  45. music_loop = 1
  46. end
  47. gt 'begin','real_character'
  48. end
  49. act '<center><b>LOAD</b></center>':OPENGAME
  50. act '<center>Load <b>QuickSave</b></center>':OPENGAME 'quicksave.sav'
  51. act '<center>Load Autosave for <b>original</b> start game</center>':OPENGAME 'autosave.sav'
  52. act '<center>Load Autosave for <b>schoolgirl</b> start game</center>':OPENGAME 'autosave_alt.sav'
  53. act '<center>Test video</center>':
  54. cls
  55. '<center><video autoplay loop src="images/system/test_video.mp4"></video></center>'
  56. *nl
  57. '<center><b>Video should be playing here, there may be a short delay for on this first video.</b></center>'
  58. act 'Return': gt 'start'
  59. end
  60. ! WD: Set variable to store Image needed HTML code
  61. set $ImageNeededPlacholder = '<center><img src="images/system/image_needed.png"></center>'
  62. --- start ---------------------------------