Difference between revisions of "DEV7 Information/Trace"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (added new Trace Comments for Adibou 3)
m (added new Trace Comments for Adibou 3)
Line 15: Line 15:
| start path not found in adibou3.ini
| start path not found in adibou3.ini
| Happens because in adibou3.ini is no startpath defined.
| Happens because in adibou3.ini is no startpath defined.
|-
-
| Adibou 3
| b3_systeminfos
| SearchPropFiles() : 0 prop files found
| Happens when Adibou 3 found not an Prop File.
|-
|-
| Adibou 3
| Adibou 3
Line 30: Line 36:
| Stop()
| Stop()
| Stops the Sound / Adibou from speaking.
| Stops the Sound / Adibou from speaking.
|-
|-
| Adibou 3
| Amosphere
| loadsounds B3E_STARTUP.OBC_PROP.INI
| loads the informations for the Sound from the INI file.
|-
|-
| Adibou 3
| Adibou 3
Line 71: Line 83:
| B3_UPD_APPLICATIONS_45_M.ITK
| B3_UPD_APPLICATIONS_45_M.ITK
| loads / opens the B3_UPD_APPLICATIONS_45_M.ITK Update file for the Game.
| loads / opens the B3_UPD_APPLICATIONS_45_M.ITK Update file for the Game.
|-
| Adibou 3
| OpenUpdStk
| B3_UPD_APPLICATIONS_56_F.ITK
| loads / opens the B3_UPD_APPLICATIONS_56_F.ITK Update file for the Game.
|-
| Adibou 3
| OpenUpdStk
| B3_UPD_APPLICATIONS_56_M.ITK
| loads / opens the B3_UPD_APPLICATIONS_56_M.ITK Update file for the Game.
|-
|-
| Adibou 3
| OpenUpdStk
| B3_UPD_APPLICATIONS_67_F.ITK
| loads / opens the B3_UPD_APPLICATIONS_67_F.ITK Update file for the Game.
|-
|-
| Adibou 3
| OpenUpdStk
| B3_UPD_APPLICATIONS_67_M.ITK
| loads / opens the B3_UPD_APPLICATIONS_67_M.ITK Update file for the Game.
|-
|-
| Adibou 3
| DetectLanguage
| FR detected
| happens when the French Languages files are present and found.
|-
|-
| Adibou 3
| DetectLanguage
| DE detected
| happens when the German Languages files are present and found.
|-
|-
| Adibou 3
| DetectLanguage
| EN detected
| happens when the English Languages files are present and found.
|-
|-
| Adibou 3
| ValidateTranslationLanguage
| DE//EN
| validates if German and English are present.
|-
|-
| Adibou 3
| SetTranslation
| EN
| happens if German is used.
|-
|-
| Adibou 3
| OpenStkS
| b3_common_DE.itk
| opens the File that is containg German stuff for Adibou 3.
|-
|-
| Adibou 3
| OpenStkS
| b3_release_DE.itk
| opens the File that is containg German stuff for Adibou 3.
|-
|-
| Adibou 3
| Playsound
| Vmd : b3_coktel_logo.vmd
| Happens when Adibou 3 plays the Coktel Intro.
|-
|-
| Adibou 3
| Playsound
| Vmd : b3_intro_final.vmd
| Happens when Adibou 3 plays the Intro of Adibou 3.
|-
|-

Revision as of 18:07, 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 b3_systeminfos SearchPropFiles() : 0 prop files found Happens when Adibou 3 found not an Prop File.
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 Amosphere loadsounds B3E_STARTUP.OBC_PROP.INI loads the informations for the Sound from the INI file.
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.
Adibou 3 OpenUpdStk B3_UPD_APPLICATIONS_56_F.ITK loads / opens the B3_UPD_APPLICATIONS_56_F.ITK Update file for the Game.
Adibou 3 OpenUpdStk B3_UPD_APPLICATIONS_56_M.ITK loads / opens the B3_UPD_APPLICATIONS_56_M.ITK Update file for the Game.
Adibou 3 OpenUpdStk B3_UPD_APPLICATIONS_67_F.ITK loads / opens the B3_UPD_APPLICATIONS_67_F.ITK Update file for the Game.
Adibou 3 OpenUpdStk B3_UPD_APPLICATIONS_67_M.ITK loads / opens the B3_UPD_APPLICATIONS_67_M.ITK Update file for the Game.
Adibou 3 DetectLanguage FR detected happens when the French Languages files are present and found.
Adibou 3 DetectLanguage DE detected happens when the German Languages files are present and found.
Adibou 3 DetectLanguage EN detected happens when the English Languages files are present and found.
Adibou 3 ValidateTranslationLanguage DE//EN validates if German and English are present.
Adibou 3 SetTranslation EN happens if German is used.
Adibou 3 OpenStkS b3_common_DE.itk opens the File that is containg German stuff for Adibou 3.
Adibou 3 OpenStkS b3_release_DE.itk opens the File that is containg German stuff for Adibou 3.
Adibou 3 Playsound Vmd : b3_coktel_logo.vmd Happens when Adibou 3 plays the Coktel Intro.
Adibou 3 Playsound Vmd : b3_intro_final.vmd Happens when Adibou 3 plays the Intro of Adibou 3.