How to use pick up items in your title packs

Discuss everything related to custom data creation.

Moderator: NADEO

Post Reply
User avatar
alividerci
Posts: 363
Joined: 11 Feb 2012, 07:03

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

Post 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?
User avatar
faserg1
Posts: 446
Joined: 06 Jul 2011, 19:54
Location: Russia
Contact:

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

Post by faserg1 »

Try to change intetnal on true.
Есть вопросы? Только скайп - faserg1.
Image
Жизнь - это динамика ритма. Life is dynamic of rhythm.
User avatar
alividerci
Posts: 363
Joined: 11 Feb 2012, 07:03

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

Post by alividerci »

faserg1 wrote:Try to change intetnal on true.
it is not working
User avatar
TGYoshi
Posts: 795
Joined: 15 Mar 2011, 16:59

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

Post by TGYoshi »

You didn't include e.g. Armor.Mesh.gbx .
=3
User avatar
faserg1
Posts: 446
Joined: 06 Jul 2011, 19:54
Location: Russia
Contact:

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

Post by faserg1 »

You mean all files with type ***.Mesh.gbx?
Есть вопросы? Только скайп - faserg1.
Image
Жизнь - это динамика ритма. Life is dynamic of rhythm.
User avatar
steeffeen
Translator
Translator
Posts: 2463
Joined: 14 Oct 2012, 16:22
Location: Germany

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

Post 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>
    Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

    ManiaControl, FancyManiaLinks
    User avatar
    faserg1
    Posts: 446
    Joined: 06 Jul 2011, 19:54
    Location: Russia
    Contact:

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

    Post by faserg1 »

    Hm, if MP support, it will be really easy.
    Есть вопросы? Только скайп - faserg1.
    Image
    Жизнь - это динамика ритма. Life is dynamic of rhythm.
    User avatar
    steeffeen
    Translator
    Translator
    Posts: 2463
    Joined: 14 Oct 2012, 16:22
    Location: Germany

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

    Post by steeffeen »

    nope, it IS easier like that, i'm doing it always..
      Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

      ManiaControl, FancyManiaLinks
      User avatar
      faserg1
      Posts: 446
      Joined: 06 Jul 2011, 19:54
      Location: Russia
      Contact:

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

      Post by faserg1 »

      steeffeen wrote:nope, it IS easier like that, i'm doing it always..
      Thanks for your help, know it working.
      Есть вопросы? Только скайп - faserg1.
      Image
      Жизнь - это динамика ритма. Life is dynamic of rhythm.
      User avatar
      alividerci
      Posts: 363
      Joined: 11 Feb 2012, 07:03

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

      Post 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
      Post Reply

      Return to “Title Pack & Custom Data Creation”

      Who is online

      Users browsing this forum: No registered users and 1 guest