Difference between revisions of "DEV7 Information/Trace"
Jump to navigation
Jump to search
CrystalBen (talk | contribs) m (added new Trace Comment for Adibou 3) |
CrystalBen (talk | contribs) m (added new Trace Comments for Adibou 3) |
||
Line 9: | Line 9: | ||
| b3_systeminfos | | b3_systeminfos | ||
| OnCreate() | | OnCreate() | ||
| Happens when Adibou 3 gets started. | | Happens when Adibou 3 gets started. (This creates a new Task.) | ||
|- | |||
| Adibou 3 | |||
| b3_systeminfos | |||
| start path not found in adibou3.ini | |||
| Happens because in adibou3.ini is no startpath defined. | |||
|- | |||
| Adibou 3 | |||
| Amosphere | |||
| loadsounds B3E_STORYBOARD.OBC_PROP.INI | |||
| loads the informations for the Sound from the INI file. | |||
|- | |||
| Adibou 3 | |||
| Amosphere | |||
| unloadsounds | |||
| Unloads the Sound that is currently playing. | |||
|- | |||
| Adibou 3 | |||
| Amosphere | |||
| Stop() | |||
| Stops the Sound / Adibou from speaking. | |||
|- | |||
| Adibou 3 | |||
| sound_atmos | |||
| Play() | |||
| Adibou begins to speak or Sound begins to play. | |||
|- | |||
| Adibou 3 | |||
| Update | |||
| CompletingUpdating | |||
| Unknown | |||
|- | |||
| Adibou 3 | |||
| OpenStk | |||
| b3_common.stk | |||
| loads / opens the b3_common.stk file for the Game. | |||
|- | |||
| Adibou 3 | |||
| OpenStk | |||
| b3_common.itk | |||
| loads / opens the b3_common.itk file for the Game. | |||
|- | |||
| Adibou 3 | |||
| OpenStk | |||
| b3_release.itk | |||
| loads / opens the b3_release.itk file for the Game. | |||
|- | |||
| Adibou 3 | |||
| OpenUpdStk | |||
| B3_UPD_APPLICATIONS.ITK | |||
| loads / opens the B3_UPD_APPLICATIONS.ITK Update file for the Game. | |||
|- | |||
| Adibou 3 | |||
| OpenUpdStk | |||
| B3_UPD_APPLICATIONS_45_F.ITK | |||
| loads / opens the B3_UPD_APPLICATIONS_45_F.ITK Update file for the Game. | |||
|- | |||
|- | |||
| Adibou 3 | |||
| OpenUpdStk | |||
| B3_UPD_APPLICATIONS_45_M.ITK | |||
| loads / opens the B3_UPD_APPLICATIONS_45_M.ITK Update file for the Game. | |||
|- |
Revision as of 17:44, 18 June 2023
Game | Group | Comment | Reason |
---|---|---|---|
Adibou 3 | b3_systeminfos | OnCreate() | Happens when Adibou 3 gets started. (This creates a new Task.) |
Adibou 3 | b3_systeminfos | start path not found in adibou3.ini | Happens because in adibou3.ini is no startpath defined. |
Adibou 3 | Amosphere | loadsounds B3E_STORYBOARD.OBC_PROP.INI | loads the informations for the Sound from the INI file. |
Adibou 3 | Amosphere | unloadsounds | Unloads the Sound that is currently playing. |
Adibou 3 | Amosphere | Stop() | Stops the Sound / Adibou from speaking. |
Adibou 3 | sound_atmos | Play() | Adibou begins to speak or Sound begins to play. |
Adibou 3 | Update | CompletingUpdating | Unknown |
Adibou 3 | OpenStk | b3_common.stk | loads / opens the b3_common.stk file for the Game. |
Adibou 3 | OpenStk | b3_common.itk | loads / opens the b3_common.itk file for the Game. |
Adibou 3 | OpenStk | b3_release.itk | loads / opens the b3_release.itk file for the Game. |
Adibou 3 | OpenUpdStk | B3_UPD_APPLICATIONS.ITK | loads / opens the B3_UPD_APPLICATIONS.ITK Update file for the Game. |
Adibou 3 | OpenUpdStk | B3_UPD_APPLICATIONS_45_F.ITK | loads / opens the B3_UPD_APPLICATIONS_45_F.ITK Update file for the Game. |
Adibou 3 | OpenUpdStk | B3_UPD_APPLICATIONS_45_M.ITK | loads / opens the B3_UPD_APPLICATIONS_45_M.ITK Update file for the Game. |