mod_iwhore_setup.qsrc 1.1 KB

1234567891011121314151617181920212223242526272829
  1. # mod_iwhore_setup
  2. !input basic mod information here.
  3. !this location must be the first one
  4. $mod_info[0] = 'iWhore'
  5. !0=mod name, saved to $mod_name[i] array
  6. $mod_info[1] = '100'
  7. !1=mod version
  8. $mod_info[2] = 'Orig: Junjulaug75'
  9. !2=mod author
  10. $mod_info[3] = 'Ability to freely whore yourself in and around Pavlovsk...adapted to Girl Life 0.8.7'
  11. !3=mod description, input a short brief here.
  12. if $curloc = 'mod_<<$mod_info[0]>>_setup':
  13. usehtml = 1
  14. !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
  15. '<center><h1><font color=red>ACCESS DENIED</font></h1></center>'
  16. '<<$mod_info[0]>> is a mod for <b>Girl Life - English Community Version</b>, and can not be played individually.'
  17. ''
  18. 'You can find the main game in <a href="https://www.tfgamessite.com/index.php?module=viewgame&id=597">Tfgames site</a> (external link)'
  19. ''
  20. 'Our forum: <a href="https://tfgamessite.com/phpbb3/viewforum.php?f=70">Tfgames site</a> (external link)'
  21. end
  22. --- mod_iwhore_setup ---------------------------------