Aller au contenu

Photo

Variable 2da for modules


  • Veuillez vous connecter pour répondre
1 réponse à ce sujet

#1
anakin5

anakin5
  • Members
  • 258 messages
Not the first time I am trying to find an answer for this, but I will make an other try :

If I create a "var_custom.gda" and select in the variable 2da property of my module. If I export my module to a player package, where is stored the link between my module and the file "var_custom.gda" that I included in the package ?

I mean, it is not in the Manifest.xml (as seems to go every other
module properties). I would like to know if the link is not lost in the
player package.

Does my var_custom.gda extend the var_module.gda of "Single player" if my mod extend single player module ? Do have I access to the resulting merged table from my script using GetModule() with GetLocalInt/String/Float ?

On side question : what append if my module extend Core game resources ?

#2
Xetrill

Xetrill
  • Members
  • 28 messages
Inside the CIF and no module properties DONT go to the manifest.xml (Well maybe, I don't know but it doesn't matter), they are all stored+read from the CIF.

Edit: checked the manifest (again).

Modifié par Xetrill, 13 janvier 2010 - 12:25 .