Feature Request

This is the place to contribute to the next version of ZunTzu.

Moderators: Ichibrothers, Cambronne

Post Reply
User avatar
Quest
Posts: 5
Joined: 14 May 2008, 14:19

Feature Request

Post by Quest »

For v2, I would like to be able to create custom dice. That is, standard shaped dice with custom faces stored on a sheet. Each die hand should be able to use a different custom image wrapper.

Could be defined something like (quick idea, not thought out much)

Code: Select all

<dice-hand type="D6">
     <dice count=3 color="0000a0" pips="ffffff" />
     <dice count=4 image-file="myd6.jpg" mask-file="myd6_mask.jpg" resolution="150 dpi">
          <face side=1 left="2" right="25" top="2" bottom="25" />
          <face side=2 left="2" right="25" top="30" bottom="55" />
          <face side=3 left="2" right="25" top="60" bottom="85" />
          <face side=4 left="2" right="25" top="90" bottom="115" />
          <face side=5 left="2" right="25" top="120" bottom="145" />
          <face side=6 left="2" right="25" top="150" bottom="175" />
     </dice>
</dice-hand>
[/code]
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

You can already do that :D

Take a look at this post:

http://www.zuntzu.com/forum/viewtopic.p ... ht=texture

Regards, Bill.
User avatar
Quest
Posts: 5
Joined: 14 May 2008, 14:19

Post by Quest »

Bill Barrett wrote:You can already do that :D

Take a look at this post:

http://www.zuntzu.com/forum/viewtopic.p ... ht=texture

Regards, Bill.
Gah, I fail at search-fu!
Redcap
010
Posts: 56
Joined: 02 Aug 2007, 22:25

Post by Redcap »

Loadable Assets.

If you have a set of assets created, lets say a deck of cards, you can load it as a new tab into the current gamebox.
&#53076;&#45180;&#47532;&#44032; &#45796;&#46988;&#51536;&#47484; &#47673;&#44172; &#54616;&#51648; &#47560;&#49901;&#49884;&#50724;
User avatar
Jerome
Site Admin
Posts: 974
Joined: 22 Jun 2006, 21:31
Location: France
Contact:

Post by Jerome »

Redcap wrote:Loadable Assets.
Yes. It will be possible to load assets from different game boxes into a game.
Jerome, ZunTzu developer.
Post Reply