User Tools

Site Tools


zones

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zones [2025/07/03 22:33] – [Hand] isiahgameszones [2025/07/03 23:05] (current) – [Temp Zone] isiahgames
Line 14: Line 14:
  
 The Hand behaves differently from every other Zone in that the Cards are spread out so the player can see them all at once. The parameters for the Hand are as follows: The Hand behaves differently from every other Zone in that the Cards are spread out so the player can see them all at once. The parameters for the Hand are as follows:
- +|< 100% 30% >| 
-^ **Hand Size and Shape** ^^+ **Hand Size and Shape**  ^^
 | **Center Coordinates** | A set of X/Y values that set the center of the hand. Recommend placing this in the center of RPGM's window width and at the bottom of the screen. | | **Center Coordinates** | A set of X/Y values that set the center of the hand. Recommend placing this in the center of RPGM's window width and at the bottom of the screen. |
 | **Max Hand Width** | The max horizontal space the hand can take up. | | **Max Hand Width** | The max horizontal space the hand can take up. |
Line 21: Line 21:
 | **Card Rotation Multiplier** | Cards will rotate the farther they are from the hand. This adds a multiplier to that amount to increase or decrease that rotation. | | **Card Rotation Multiplier** | Cards will rotate the farther they are from the hand. This adds a multiplier to that amount to increase or decrease that rotation. |
 | **Card Height Multiplier** | Card height changes depending on their distance from the center of the hand. This adds a multiplier to that amount to increase or decrease that height. | | **Card Height Multiplier** | Card height changes depending on their distance from the center of the hand. This adds a multiplier to that amount to increase or decrease that height. |
-^ **Card Appearance** ^^+ **Card Appearance**  ^^
 | **Card Scale** | The scale cards will become as they move to this zone. | | **Card Scale** | The scale cards will become as they move to this zone. |
 | **Selected Card Scale** | The scale of the currently selected card. | | **Selected Card Scale** | The scale of the currently selected card. |
Line 29: Line 29:
 | **Discarding Card Y Offset** | The number of pixels a card will be raised if it is chosen to be discarded. | | **Discarding Card Y Offset** | The number of pixels a card will be raised if it is chosen to be discarded. |
 | **Inactive Hand Y Offset** | The number of pixels all cards will be lowered if the player cannot currently select cards. | | **Inactive Hand Y Offset** | The number of pixels all cards will be lowered if the player cannot currently select cards. |
-^ **Hand Mechanics** ^^+ **Hand Mechanics**  ^^
 | **Card Enter SFX** | The SE that will play when a Card enters the Hand. Leave blank for no SE. | | **Card Enter SFX** | The SE that will play when a Card enters the Hand. Leave blank for no SE. |
 | **Card Enter SFX** | The SE that will play when a Card exits the Hand. Leave blank for no SE. | | **Card Enter SFX** | The SE that will play when a Card exits the Hand. Leave blank for no SE. |
Line 46: Line 46:
 ===== Zone Parameters ===== ===== Zone Parameters =====
 All Zones except for the Hand use the following parameters: All Zones except for the Hand use the following parameters:
 +|< 100% 30% >|
 | **Name** | The name of the Zone. Case insensitive. For the Deck and Discard, it is strongly discouraged to change this value. || | **Name** | The name of the Zone. Case insensitive. For the Deck and Discard, it is strongly discouraged to change this value. ||
 | **Image Sheet** | The image sheet for the zone's appearance. This should be a single image file containing two images inside it. The left image should be how the Zone will appear normally. The right image should be how the Zone will appear while the player is highlighting it. || | **Image Sheet** | The image sheet for the zone's appearance. This should be a single image file containing two images inside it. The left image should be how the Zone will appear normally. The right image should be how the Zone will appear while the player is highlighting it. ||
Line 70: Line 70:
  
 Its parameters are as follows: Its parameters are as follows:
 +|< 100% 30% >|
 | **Zone Coordinates** | The X/Y coordinates of the Zone's image, and where all Cards will travel to on screen when they enter that Zone. | | **Zone Coordinates** | The X/Y coordinates of the Zone's image, and where all Cards will travel to on screen when they enter that Zone. |
 | **Card Scale** | The scale Cards will become as they move to this Zone. Set this to a value less than 1 if you want cards to shrink as they approach the Zone, and greater than 1 if you want them to grow. | | **Card Scale** | The scale Cards will become as they move to this Zone. Set this to a value less than 1 if you want cards to shrink as they approach the Zone, and greater than 1 if you want them to grow. |
 | **Skew** | This parameter contains X/Y values that can be used together to simulate isometric 3D rotation. Like Scale, Cards will change their skew to match this value when they enter this Zone. | | **Skew** | This parameter contains X/Y values that can be used together to simulate isometric 3D rotation. Like Scale, Cards will change their skew to match this value when they enter this Zone. |
 | **Card Rotation** | Card Rotation is measured in degrees between -360 and 360. | | **Card Rotation** | Card Rotation is measured in degrees between -360 and 360. |
zones.1751574838.txt.gz · Last modified: 2025/07/03 22:33 by isiahgames