mod_Ibiza_setup.qsrc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. !this will be displayed as version 1.2, fix3.
  9. !if you input 40500, will be showen as version 4.5
  10. $mod_info[2] = 'Luccia87, Lan, Blatte, Rachels'
  11. !2=mod author
  12. $mod_info[3] = 'Ibiza content converted by Tendaris - fixed for GL 0.8.5'
  13. !3=mod description, input a short brief here.
  14. $mod_info[4] = 'Cheat and Fonts'
  15. !4=mod options/settings link name.
  16. if $curloc = 'mod_<<$mod_info[0]>>_setup':
  17. usehtml = 1
  18. !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
  19. '<center><h1><font color=red>ACCESS DENIED</font></h1></center>'
  20. '<<$mod_info[0]>> is a mod for <b>Girl Life - English Community Version</b>, and can not be played individually.'
  21. ''
  22. 'You can find the main game in <a href="https://www.tfgamessite.com/index.php?module=viewgame&id=597">Tfgames site</a> (external link)'
  23. ''
  24. 'Our forum: <a href="https://tfgamessite.com/phpbb3/viewforum.php?f=70">Tfgames site</a> (external link)'
  25. end
  26. ! list of all questions
  27. ! 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.
  28. ! Marco - driver
  29. ! Mailin - female pilot
  30. ! Carlos Santorini
  31. ! Son of Santorini
  32. ! day two
  33. ! Alexandra - predecessor of pc
  34. ! Christian - security guard
  35. ! Giacomo Tonelli
  36. ! VIP client1 490
  37. ! gs 'npcgeneratec', 0, 'VIP client', rand(30,40)
  38. ! npc_dick[$npclastgenerated] = rand(10,24)
  39. ! gs 'boyStat', $npclastgenerated
  40. --- mod_Ibiza_setup ---------------------------------