mod_pregtest_setup.qsrc 548 B

123456789101112131415161718192021222324
  1. # mod_pregtest_setup
  2. !input basic mod information here.
  3. !this location must be the first one
  4. $mod_info[0] = 'pregtest'
  5. !0=mod name, saved to $mod_name[i] array
  6. $mod_info[1] = '10000'
  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] = 'maankamara'
  11. !2=mod author
  12. $mod_info[3] = 'Testing out the cycle'
  13. !3=mod description, input a short brief here.
  14. $mod_info[4] = 'Options'
  15. !4=mod options/settings link name.
  16. --- mod_isample_setup ---------------------------------