home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / www / f1 / archives / cat.dms / cat.adf / programmers / guidelines < prev    next >
Text File  |  1996-04-14  |  1KB  |  40 lines

  1.             @6 NEW GUIDELINES FOR PROGRAMS SUBMITTED FOR EVALUATION
  2.              @5----------------------------------------------------
  3. @4
  4. You don't HAVE to follow these guidelines, but you will increase your
  5. chances of acceptance if you do, and also increase the chances, significantly
  6. of your program going on a future F1 CD.
  7. @3
  8. (1)
  9. Since there is a good chance most F1 programs will end up on a CD you
  10. will save us and yourselves a lot of hassle in the future if you
  11. make your program runnable from Workbench. This means NOT coding 
  12. file i/o using "Sys:", "DF0:" or whatever, call the disks name.
  13. Load "DisksName:file" for example and not Load "DF0:file"
  14. @2
  15. (2)
  16. It would help if your first screen was NOT low res (320X200 or 320X256)
  17. as this seems to cause screen corruption when running from a hi res 
  18. WorkBench screen. We have yet to find a patch that PROPERLY solves this
  19. problem.
  20. @1
  21. (3)
  22. For gawds sake put a "Quit" option in your program, this way most programs,
  23. when run from the CD interface will be able to return the user back to the
  24. menu it was launched from.
  25. @5
  26. (4)
  27. Please use a standard Amigados disk, no custom formats. We need to be able
  28. to run it without booting it. We no longer accept non-standard disk formats
  29. anyway.
  30. @2
  31. (5) 
  32. It is in your interests to supply the following with an accepted program:
  33.  
  34.     A 1 disk demo version
  35.     An IFF screenshot
  36.     An ASCII description for the catalogue.
  37.  
  38. @6
  39. There will be more new guidelines printed here as soon as they crop up.
  40.