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 165: | Line 165: | ||
| Vmd : B3EWO_BENDOOR_OPEN.VMD | | Vmd : B3EWO_BENDOOR_OPEN.VMD | ||
| Happens when the Door opens from Jokearticle's | | Happens when the Door opens from Jokearticle's | ||
|- | |||
| Adibou 3 | |||
| B3I_ModemLaunch | |||
| ConnectionSuccessful | |||
| Happens when Adibou 3 sucessfully connect to adibouland.com for AdibouNet. | |||
|- | |||
| Adibou 3 | |||
| B3I_PortalServer | |||
| netOpenIPConnection Portal Server,PortalIp : portal1.de.adibouland.com PortalPort : 3100 | |||
| Searches for the German Portalserver. | |||
|- | |||
| Adibou 3 | |||
| Christophe Delouche | |||
| netGetProviderList() | |||
| Access the infos.ini file stored in the datas folder. | |||
|- | |||
| Adibou 3 | |||
| Christophe Delouche | |||
| Provider : Standleitung | |||
| selects the Section Provider of your infos.ini file. | |||
|- | |||
| Adibou 3 | |||
| Christophe Delouche | |||
| Provider Choice : Standleitung | |||
| Then Provider choice Standleitung as the Internet Connection. | |||
|- | |||
| Adibou 3 | |||
| Christophe Delouche | |||
| Permanent Connection OK. | |||
| Selects this as the Permanent Connection. | |||
|- | |||
| Adibou 3 | |||
| Christophe Delouche | |||
| Connection abort : server Portal not found. | |||
| Happens when the Portalserver isn't found. | |||
|- | |- |
Revision as of 11:19, 21 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. |
Adibou 3 | Playsound | Vmd : B3EWO_BENDOOR_OPEN.VMD | Happens when the Door opens from Jokearticle's |
Adibou 3 | B3I_ModemLaunch | ConnectionSuccessful | Happens when Adibou 3 sucessfully connect to adibouland.com for AdibouNet. |
Adibou 3 | B3I_PortalServer | netOpenIPConnection Portal Server,PortalIp : portal1.de.adibouland.com PortalPort : 3100 | Searches for the German Portalserver. |
Adibou 3 | Christophe Delouche | netGetProviderList() | Access the infos.ini file stored in the datas folder. |
Adibou 3 | Christophe Delouche | Provider : Standleitung | selects the Section Provider of your infos.ini file. |
Adibou 3 | Christophe Delouche | Provider Choice : Standleitung | Then Provider choice Standleitung as the Internet Connection. |
Adibou 3 | Christophe Delouche | Permanent Connection OK. | Selects this as the Permanent Connection. |
Adibou 3 | Christophe Delouche | Connection abort : server Portal not found. | Happens when the Portalserver isn't found. |