Srpg Studio -
Start the game with a rare Mech, unique Pilot, cool Weapon or Skin and a bunch of useful in-game resources!
Complete the steps and grab the rewards! Expand
1
Select a Starter Pack
2
Select a Bonus Pack
3
Generate and copy the link
4
Sign up through the copied link and download the game
5
Enter the generated promo code
6
Collect your rewards
7
Enjoy the game!
Srpg Studio -
In , creating a new feature generally falls into two categories: using the built-in Database and Event systems or writing a Custom Plugin in JavaScript . 1. Using Built-in Tools (No Coding)
The software is designed to handle complex mechanics like class changes, transformations, and AI patterns without external scripts.
Create an item with the Transform type. You can link this to a specific class and set durability or infinite uses to let units shift into dragon or other forms during battle.
Every project has a Script folder containing the core game logic.
If a feature isn't available by default, you can add it by creating a .js file in your project's Plugin folder.
In , creating a new feature generally falls into two categories: using the built-in Database and Event systems or writing a Custom Plugin in JavaScript . 1. Using Built-in Tools (No Coding)
The software is designed to handle complex mechanics like class changes, transformations, and AI patterns without external scripts.
Create an item with the Transform type. You can link this to a specific class and set durability or infinite uses to let units shift into dragon or other forms during battle.
Every project has a Script folder containing the core game logic.
If a feature isn't available by default, you can add it by creating a .js file in your project's Plugin folder.