Page 6 of 17

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 02:11
by alividerci
http://img39.imageshack.us/img39/2487/59067581.png why?
in xml code wrote

Code: Select all

<files>
		<file name="Items\SMCommon\Pickups\Armor.Item.gbx" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Armor_D.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Armor_E.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Armor_N.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Armor_S.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Arrow.Item.gbx" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Arrow_D.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Arrow_E.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Arrow_N.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Arrow_S.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Nucleus.Item.gbx" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Nucleus_D.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Nucleus_E.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Nucleus_N.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Nucleus_S.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Laser.Item.gbx" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Laser_D.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Laser_E.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Laser_N.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Laser_S.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Rocket.Item.gbx" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Rocket_D.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Rocket_E.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Rocket_N.dds" public="false" internal="false" />
		<file name="Items\SMCommon\Pickups\Texture\Rocket_S.dds" public="false" internal="false" />
	</files>
and in my folder ManiaPlanet\Items\SMCommon\Pickups\... founded this files
maybe i must upload this files in cloud storage?

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 07:57
by faserg1
Try to change intetnal on true.

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 08:45
by alividerci
faserg1 wrote:Try to change intetnal on true.
it is not working

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 08:55
by TGYoshi
You didn't include e.g. Armor.Mesh.gbx .

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 10:08
by faserg1
You mean all files with type ***.Mesh.gbx?

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 10:14
by steeffeen
including the whole folder would be easier i guess

Code: Select all

<folders>
      <folder name="Items\SMCommon\Pickups\" public="false" internal="false" />
</folders>

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 10:28
by faserg1
Hm, if MP support, it will be really easy.

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 12:11
by steeffeen
nope, it IS easier like that, i'm doing it always..

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 12:52
by faserg1
steeffeen wrote:nope, it IS easier like that, i'm doing it always..
Thanks for your help, know it working.

Re: How to use pick up items in your title packs

Posted: 28 Apr 2013, 15:22
by alividerci
steeffeen wrote:including the whole folder would be easier i guess

Code: Select all

<folders>
      <folder name="Items\SMCommon\Pickups\" public="false" internal="false" />
</folders>
thx, it is working