User Tools

Site Tools


gamedev:service_msgdk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gamedev:service_msgdk [2024/09/08 15:08] – created dragonlordgamedev:service_msgdk [2024/09/08 15:55] (current) dragonlord
Line 1: Line 1:
-{{tag>dragonscript utils}}+{{tag>service microsoft gdk xboxlive dragonscript}}
 <WRAP youarehere> <WRAP youarehere>
-[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> **Microsoft GDK**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[:gamedev:servicemodules#service_listing|Service Listing]] >> **Microsoft GDK**
 </WRAP> </WRAP>
  
 ====== Microsoft GDK ====== ====== Microsoft GDK ======
  
-The ''MSGDK'' Service Module provides access to the Microsoft GDK. With the GDK XBoxLive functionality can be used.+The ''ServiceMsgdk'' Service Module provides access to the Microsoft GDK. With the GDK XBoxLive functionality can be used.
 <WRAP center round important 60%> <WRAP center round important 60%>
 The Microsoft GDK is NDA covered. To be allowed to use it the developer has first to apply for the respective developer program and sign the NDA. Once the developer is accepted and has signed the NDA he gets access to the parameters required for use during service initialization. The Microsoft GDK is NDA covered. To be allowed to use it the developer has first to apply for the respective developer program and sign the NDA. Once the developer is accepted and has signed the NDA he gets access to the parameters required for use during service initialization.
Line 21: Line 21:
 ===== Automatic ===== ===== Automatic =====
  
-The #@LinkApiDocDEDS2_HTML~classDragengine_1_1BaseGameApp,BaseGameApp~@# class automatically creates the MSGDK service instance if the following values are present in the ''configuration.ptree.xml'' file:+The #@LinkApiDocDEDS2_HTML~classDragengine_1_1BaseGameApp,BaseGameApp~@# class automatically creates the ServiceMsgdk service instance if the following values are present in the ''configuration.ptree.xml'' file:
 ^ Tag ^ Value ^ ^ Tag ^ Value ^
 | msgdk.pathGameConfig | Path to the ''MicrosoftGame.config'' file inside the ''.delga'' file. | | msgdk.pathGameConfig | Path to the ''MicrosoftGame.config'' file inside the ''.delga'' file. |
Line 39: Line 39:
 </code> </code>
  
-If the provided initialization data is incorrect creating the MSGDK service fails. This does not fail starting the application. Wait until all the services have finished initializing:+If the provided initialization data is incorrect creating the ServiceMsgdk service fails. This does not fail starting the application. Wait until all the services have finished initializing:
 <code ds> <code ds>
 func void initGame() func void initGame()
Line 58: Line 58:
 <code ds> <code ds>
    if getBaseGameServices().getMsgdk() != null    if getBaseGameServices().getMsgdk() != null
-      // MSGDK is ready to be used+      // ServiceMsgdk is ready to be used
    end    end
 </code> </code>
Line 64: Line 64:
 ===== Manual ===== ===== Manual =====
  
-The MSGDK service can be manually created either by using the ''new'' constructor on the #@LinkApiDocDEDS2_HTML~classDragengine_1_1Services_1_1ServiceMsgdk,ServiceMsgdk~@# class using #@LinkApiDocDEDS2_HTML~classDragengine_1_1Services_1_1ServiceEos_1_1InitParameters,ServiceMsgdk.InitParameters~@# setup with the initialization data or by calling ''initMsgdk()'' on #@LinkApiDocDEDS2_HTML~classDragengine_1_1BaseGameApp,BaseGameApp~@#. Using ''initMsgdk'' is preferred if manual creation is required.+The ServiceMsgdk service can be manually created either by using the ''new'' constructor on the #@LinkApiDocDEDS2_HTML~classDragengine_1_1Services_1_1ServiceMsgdk,ServiceMsgdk~@# class using #@LinkApiDocDEDS2_HTML~classDragengine_1_1Services_1_1ServiceMsgdk_1_1InitParameters,ServiceMsgdk.InitParameters~@# setup with the initialization data or by calling ''initMsgdk()'' on #@LinkApiDocDEDS2_HTML~classDragengine_1_1BaseGameApp,BaseGameApp~@#. Using ''initMsgdk'' is preferred if manual creation is required.
  
 ====== ServiceUser ====== ====== ServiceUser ======
gamedev/service_msgdk.1725808124.txt.gz · Last modified: 2024/09/08 15:08 by dragonlord