mod_bestmod_setup.qsrc 1.0 KB

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