home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 432 / ROLLER.SIS / Roller.hlp (.txt) < prev    next >
Encoding:
EPOC Database  |  1998-11-16  |  10.8 KB  |  98 lines

  1. "DATA.app
  2. Table1
  3. ColA11
  4. ColB11
  5. ColA13
  6. ColB13
  7. ColA14
  8. ColB14
  9. %ARoller is a dice rolling program and more, it features massive expandability through its plugin system, it comes with the Magic Lives Counter as standard, but many more can be added to add power to the engine and make use of both the user interface and dice rolling facilities of the program.
  10. GARollers file management is exactly the same as any other EPOC32 program, the file menu allows access to loading and saving files, and also allows the creation of new files, Roller files can be loaded from the System screen by tapping on their icons like any other EPOC32 application. Below is a list of File Management options
  11. %ATo create a new file simply select Create New from the File Menu, this will present you with a file
  12. creation dialog, enter the name and folder for the file and select Okay to create it. The file will contain default setting for Dice and a default roll to get you started, this may be deleted.
  13. AYou can save the current set of rolls to a new file, without replacing the previously loaded set, this can be used to build similar sets of rolls for different uses, Save As presents you with a Save file dialog allowing you to chose which file to save to, the file will be saved here.
  14. Table1
  15. title
  16. "keywords
  17. Arial
  18. Times New Roman
  19. "ADie Management allows the creation of new dice and the editing of existing dice, due to the way that rolls are generated deletion of dice is currently not available, this may be added at a later date but requires a lot of extra work. The main areas of Die management are Adding and Editing
  20. ATo add a dice to the already set of available dice simply select Add Dice from the Dice menu, this will present you with a simple dialog which allows you to enter the name of the dice, what type it is (either Dice, Percentile or Number, more can be added by plugin modules) the number of sides
  21. (for both dice in a percentile) and any flags (currently only used with percentiles, see Die types)
  22. AThis allows the user to edit information about a particular die, the user selects a die from the list of available dice, and is then presented with a menu similar the the one presented when creating a dice, the name, the type, the number of sides and flags can be changed here.
  23. ERoll management allows for the creation  and editing of new roll types, these are done using a series of dialogs, there is little difference between the two and so they will be covered here in one, with differences noted as appropriate.
  24. Select New Roll or Edit Roll from the Rolls Menu (if you select Edit roll you will be presented with a list of rolls to choose from) you will then be presented with the roll editing dialog (if you chose new roll it will be for Die 1 otherwise it will be for the last die of the selected roll) you can enter the die to use here and the number of them, plus an operation to be performed on the previous result and this roll (i.e. Add/Subtract etc, see Operations for more details) Once you've entered the details you can either add another Die, Finish or Cancel (you can cancel without incident at any point and nothing will change) If you've already added a dice and it's incorrect you can go back and change it using the < Prev button, you can use > More to add more dice or move forward again after editing, once you've added all the dice you must move forward to the last die in the roll and select finish which will move you to a second dialog, which allows you to enter a name for the roll and select the flags for the roll, the flags are Diagnose Checks (this shows additional information for conditional operations) and Allow negatives
  25. (allows numbers to go below zero).
  26. ?BPlugins is where roller gets its real power from, the core roller program allows the creation of plugins that use their own windows, handles the passing of pen taps and key presses to the plugin (to the extent that the menu key can be trapped and plugins can have there own menus), whilst still allowing roller to act as a fully functioning program at the same time. In future Plugins will also be able to manage their own IO events and run asyncronously allowing features such as link-up via IrDA and Serial. the plugins are handled by the Generic Plugin Manger version 2.0
  27. AThe plugin manager creates the plugin menu this contains sub menus for each plugin module and the manager, the manager presents a menu of available plugins and allows the addition of new modules and the removal of plugins no longer used. Adding a new module presents you with a list of available modules from the Plugin folder in the Application folder, you cannot add the same plugin twice.
  28. Roller version 1.0=Roller Dice Rolling plugin Magic Lives user interface program
  29. Using Roller7Using Roller File
  30. dice Roll Plugin Management functions
  31. Roller provides a number of dice rolling functions, these can be divided up into four areas, File handling, Dice Management, Roll Management and Plugin Management
  32. Management>File Management Load Save Create EPOC32 System Menu Icon Icons
  33.     Create New File+Create New File Dialog creation Folder File
  34.     Open
  35. File"Open File Dialog Roller files Load
  36. Selecting open file will present you with a file open dialog where you can select from the available Roller files and by selecting Okay will allow you to load and use that file.
  37.     Save File
  38. Save File Menu Dice Rolls
  39. Selecting Save File from the File
  40. Menu will allow you to save the current Dice and Rolls to the current file name, if no file name exists then you will be prompted for one.
  41.     Save As"Save
  42. As File Dialog Rolls Die Dice
  43.     Exit
  44. Exit\Exits roller and returns you the the application you where running when you started Roller.
  45. Die Management)Die
  46. Management Dice Rolls Add Edit Change
  47.     Adding Dice@Adding dice die menu dialog percentile number plugin sides flags
  48.     Edit Dice*Edit Dice Die name sides flags type dialog
  49. Roll ManagementMRoll Management Add Edit Roll Dice Die dialog diagnose checks allow negatives
  50.     Delete Roll(Delete Roll Dialog selected backdrop Yes
  51. Delete Roll allows you to delete the currently selected roll (as highlighted on the backdrop of the program) you will be asked if you are sure, simply tap Yes to delete the roll.
  52.     View RollUView
  53. Roll information selected roll dice string allow negatives diagnose checks flags
  54. View roll shows information about the currently selected roll, this shows the roll name, the roll dice string and also the allow negatives and diagnose checks flags for the roll.
  55. Plugin Management3Plugin Management windows pen taps key presses menu
  56. Generic Plugin ManagerCPlugin Menu sub menus manager config addition removal module folder
  57. AThere are three die types built in:
  58. Die - A normal die (i.e. D4,D6,D8,D10,D20) you can add as many die of different sizes as you wish to the program.
  59. Percentile - Created by rolling two dice, one for the tens and one for units, the flags field affects the roll type as follows:
  60.     0 - The largest value counts as a zero, 00 counts as 100.
  61.    1 - The largest value counts as the largest value.
  62.    2 - The largest value counts as zero, 00 counts as 0.
  63. Number - a whole number value.
  64. MAThe operations are broken into two groups, arithmetic (Add,Subtract, Multiply and Divide) and conditional (less than, greater than, equal to). A third operation type also exists called
  65. New this simply displays and discards the current result and starts a new one (As used in the AD&D Dice roll to create the second percentile value)
  66. Appendix A: Die Types&Appendix A die Types percentile number
  67. Appendix B: OperationsVOperations add subtract multiply divide less than greater equal AD&D percentile result
  68. ARoller provides a number of dice rolling functions, these can be divided up into four areas, File handling, Dice Management, Roll Management and Plugin Management.
  69. The backdrop acts as a repositiory for user generated rolls, using the pen or the cursor keys you can select a roll, tapping a selected roll will roll it, so will pressing enter, pressing backspace will delete the roll (after confirmation).
  70. Roller version 1.0=Roller Dice Rolling plugin Magic Lives user interface program
  71. Using Roller7Using Roller File
  72. dice Roll Plugin Management functions
  73. Management>File Management Load Save Create EPOC32 System Menu Icon Icons
  74.     Create New File+Create New File Dialog creation Folder File
  75.     Open
  76. File"Open File Dialog Roller files Load
  77. Selecting open file will present you with a file open dialog where you can select from the available Roller files and by selecting Okay will allow you to load and use that file.
  78.     Save File
  79. Save File Menu Dice Rolls
  80. Selecting Save File from the File
  81. Menu will allow you to save the current Dice and Rolls to the current file name, if no file name exists then you will be prompted for one.
  82.     Save As"Save
  83. As File Dialog Rolls Die Dice
  84.     Exit
  85. Exit\Exits roller and returns you the the application you where running when you started Roller.
  86. Die Management)Die
  87. Management Dice Rolls Add Edit Change
  88.     Adding Dice@Adding dice die menu dialog percentile number plugin sides flags
  89.     Edit Dice*Edit Dice Die name sides flags type dialog
  90. Roll ManagementMRoll Management Add Edit Roll Dice Die dialog diagnose checks allow negatives
  91.     Delete Roll(Delete Roll Dialog selected backdrop Yes
  92. Delete Roll allows you to delete the currently selected roll (as highlighted on the backdrop of the program) you will be asked if you are sure, simply tap Yes to delete the roll.
  93.     View RollUView
  94. Roll information selected roll dice string allow negatives diagnose checks flags
  95. View roll shows information about the currently selected roll, this shows the roll name, the roll dice string and also the allow negatives and diagnose checks flags for the roll.
  96. Plugin Management3Plugin Management windows pen taps key presses menu
  97. Generic Plugin ManagerCPlugin Menu sub menus manager config addition removal module folder
  98.