|
|
Line 1: |
Line 1: |
| Users can access a '''[https://account.resonite.com/ Stripe Page]''' through their account on Resonite.com which allows you to subscribe and pay a monthly amount to Resonite. This money goes straight to Resonite to help it develop and grow. In return you receive a variety of features and benefits to enhance your experience and features on Resonite. The features available vary depending on the tier at which you subscribe.
| | #REDIRECT [[Supporting Resonite/Stripe]] |
| | |
| {{note|This feature is in a beta testing phase and is to be used at your own risk.|danger}}
| |
| | |
| == Activating Stripe ==
| |
| Users can activate Stripe payments with the following process:
| |
| | |
| # Login to account.resonite.com with your Resonite account credentials
| |
| # Click '''Hello <username>!''' in the top-right
| |
| # Click '''Subscription''' on the left | |
| | |
| This will bring you to a page with a variety of subscription tiers to choose from. Once you select your payment tier you will be brought through to a payment processing page where you can choose several options to pay.
| |
| | |
| == Tiers ==
| |
| Resonite has a variety of tiers available through Stripe with a variety of features available. We recommend reading through all options on the subscription page for a full list.
| |
| | |
| You can also see your current benefits at any time by sending the <code>/getBenefits</code> command to the [[Resonite Bot]].
| |
| | |
| === Storage ===
| |
| All tiers have a '''storage''' perk.
| |
| | |
| By default, all registered Resonite accounts are given 1 GB of storage space, however Stripe accounts receive an additional allotment of storage, based on the tier they have selected. This additional storage is applied within six hours of subscribing to Stripe through your accounts page.
| |
| | |
| Resonite account storage is used for all objects, worlds, messages, etc. that are saved to your [[Inventory]].
| |
| | |
| === Custom badges ===
| |
| Some tiers allow you to have custom a 2D or/and 3D badge.
| |
| | |
| Only the following components are allowed on custom badges:
| |
| | |
| * [[Component:StaticTexture2D|StaticTexture2D]]
| |
| * [[Component:StaticMesh|StaticMesh]]
| |
| * [[Component:StaticShader|StaticShader]]
| |
| * [[Component:MeshRenderer|MeshRenderer]]
| |
| * [[Component:Spinner|Spinner]]
| |
| * [[Component:Wiggler|Wiggler]]
| |
| * [[Component:Panner1D|Panner1D]] to [[Component:Panner4D|Panner4D]]
| |
| * Materials
| |
| | |
| ==== Custom 2D Badge ====
| |
| From Discoverer and above, a supporter with this perk will be able to add a custom 2D badge to their account which will display above their name. The image file must be uploaded to your Resonite inventory and meet the requirements, which can be found in the [[Badges#Custom Badges|Badges]] page.
| |
| | |
| More information on Custom Icon Badges can be found in the [[Badges#Custom Badges|Badges]] article.
| |
| | |
| To set your custom icon badge, you may use <code>/set2DBadge <resdb URL></code>. The resdb URL must be copied from a [[Component:StaticTexture2D|StaticTexture2D]] slot.
| |
| | |
| You can clear it with <code>/clear2Dbadge</code>.
| |
| | |
| ==== Custom 3D Badge ====
| |
| From Trailblazer and above, a supporter with this perk will be able to add a custom 3D badge to their account which is displayed above your name like the 2D Icon badge. This 3D badge must be an object saved to your Resonite inventory and meet the requirements found in the [[Badges#Custom Badges|Badges]] page.
| |
| | |
| More information on Custom 3D Badges can be found in the [[Badges#Custom Badges|Badges]] article.
| |
| | |
| To set your custom 3D badge, you may use <code>/set3DBadge <resrec URL></code>.
| |
| | |
| You can clear it with <code>/clear3Dbadge</code>.
| |
| | |
| === Headless Server ===
| |
| Tiers with the '''Headless Server''' perk may send the <code>/headlessCode</code> command to the Resonite bot in-game which will provide a key to unlock the headless beta branch on Steam.
| |
| | |
| The headless client/server allows users to run a separate instance of Resonite for hosting worlds unattended.
| |
| | |
| For more information, see [[Headless Client]].
| |
| | |
| === Exit Message ===
| |
| From Pathfinder and above, a supporter with this perk will be able to submit a custom exit message by submitting the following command to the Resonite bot:
| |
| | |
| <code>/addExitMessage <message></code>
| |
| | |
| You may submit a number of messages per month equal to what your tier specifies.
| |
| | |
| These messages are shown at random when shutting down Resonite.
| |
| | |
| The messages need to be fairly short (maximum 2-3 sentences) and appropriate for the general public, but other than that they can be generally anything. However Resonite reserves the right to deny or remove any potentially controversial messages.
| |
| | |
| You can also list the exit messages you submitted by using the <code>/listExitMessages</code> command.
| |
| | |
| === Shareable storage ===
| |
| Starting with the Trailblazer tier and above, you are granted the ability to share storage.
| |
| | |
| If you have the '''Trailblazer or above tier''', you can share storage with a group:
| |
| {| class="wikitable"
| |
| !Command
| |
| !Example
| |
| !Description
| |
| |-
| |
| |<code>/shareStorageWithGroup <group> <amount></code>
| |
| |<code>/shareStorageWithGroup "The Cool Kids" 15GB</code>
| |
| |Will share the specified storage with a group.
| |
| |}
| |
| If you have the '''Builder tier or above''', you can share storage with a user:
| |
| {| class="wikitable"
| |
| !Command
| |
| !Example
| |
| !Description
| |
| |-
| |
| |<code>/shareStorageWithUser <user> <amount></code>
| |
| |<code>/shareStorageWithUser "Frooxius" 15GB</code>
| |
| |Will share the specified storage with an user.
| |
| |}
| |
| In both cases, sharing storage will remove your ability to use that storage.
| |
| | |
| === Groups ===
| |
| From Trailblazer and above, a supporter with this perk will be able to create a group.
| |
| | |
| Groups allow shared inventory storage, shared world ownership and add additional collaboration features.
| |
| | |
| Groups are created without any space allocated and users are expected to share a portion of their personal storage with the group. As well as the group creator other users can share space with the group, allowing multiple users to collaborate towards group storage.
| |
| | |
| Group creation, membership and storage allocation can be managed by messaging the Resonite bot with the [[Resonite Bot#Group Commands|Resonite Bot Group Commands]].
| |