Create new packs inside my title pack
Posted: 26 Mar 2018, 18:32
As title maker can make title packs, I would also love to see my title pack making packs. CPackCreator is high hopes.
This proves that it's somehow possible, although I don't understand the way how the creation was done in MakerAPI.Script.txt.
I got also confused by this term:
That means only the creator of the title pack (where the pack creation is done) can create new packs? How it works in the Title Maker when the creator of Title Maker is Nadeo?
Back to the Build_Begin(), when building plain packs, do I have to type something in the TitleInfo or keep it Null?
What does CPackCreatorPack even mean here in Build_Begin()?
This is a very important thing for our upcoming title pack that is meters away from first real showcase, so we will especially appreciate your help here. <3 Thanks a lot in advance.
Code: Select all
Build_Begin (CPackCreatorPack Pack, CPackCreatorTitleInfo TitleInfo)
Start a new build for a pack, optionnaly a titlepack.
I got also confused by this term:
Code: Select all
PackCreator - only available when the title author is the current logged user.
Back to the Build_Begin(), when building plain packs, do I have to type something in the TitleInfo or keep it Null?
What does CPackCreatorPack even mean here in Build_Begin()?
This is a very important thing for our upcoming title pack that is meters away from first real showcase, so we will especially appreciate your help here. <3 Thanks a lot in advance.