mod_Ibiza_setup.qsrc 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # mod_Ibiza_setup
  2. !input basic mod information here.
  3. !this location must be the first one
  4. $mod_info[0] = 'Ibiza'
  5. !0=mod name, saved to $mod_name[i] array
  6. $mod_info[1] = '05400'
  7. !1=mod version
  8. $mod_info[2] = 'Luccia87, Lan, Blatte, Rachels'
  9. !2=mod author
  10. $mod_info[3] = 'Ibiza content converted by Tendaris - fixed for GL 0.8.7'
  11. !3=mod description, input a short brief here.
  12. $mod_info[4] = 'Cheat and Fonts'
  13. !4=mod options/settings link name.
  14. if $curloc = 'mod_<<$mod_info[0]>>_setup':
  15. usehtml = 1
  16. !this will be only showed if you exec mod file. This location should be only called by gs, so this line will not trigger on normal mod playing
  17. '<center><h1><font color=red>ACCESS DENIED</font></h1></center>'
  18. '<<$mod_info[0]>> is a mod for <b>Girl Life - English Community Version</b>, and can not be played individually.'
  19. ''
  20. 'You can find the main game in <a href="https://www.tfgamessite.com/index.php?module=viewgame&id=597">Tfgames site</a> (external link)'
  21. ''
  22. 'Our forum: <a href="https://tfgamessite.com/phpbb3/viewforum.php?f=70">Tfgames site</a> (external link)'
  23. end
  24. ! list of all questions
  25. ! Erik Ivanovich?, as a keeper of the club, is not defined as a NPC, so we cannot raise the relationship with him. It is not matter now, but probably there was some ideas how to develop their relationship.
  26. ! Marco - driver
  27. ! Mailin - female pilot
  28. ! Carlos Santorini
  29. ! Son of Santorini
  30. ! day two
  31. ! Alexandra - predecessor of pc
  32. ! Christian - security guard
  33. ! Giacomo Tonelli
  34. ! VIP client1 490
  35. ! gs 'npcgeneratec', 0, 'VIP client', rand(30,40)
  36. ! npc_dick[$npclastgenerated] = rand(10,24)
  37. ! gs 'boyStat', $npclastgenerated
  38. --- mod_Ibiza_setup ---------------------------------