Skip to main content

Custom Title

You have two ways to use the CustomTitle plugin

1- You can use it alongside the CashShop plugin and sell the titles. 2- Web Integration + System.

Let's open the file CustomTitle.txt Data/Custom/CustomTitle.txt


Exemple Configuration 1:

//Index   ImageIndex   ImageFrame   ImageX   ImageY   ImageW   ImageH   ImagePath
50 200001 0 96 96 196 64 "Extras\NewTitle\Merchant.gif"
end

Exemple Configuration 2:

//Index   ImageIndex   ImageFrame   ImageX   ImageY   ImageW   ImageH   ImagePath
50 200001 0 96 96 196 64 "Extras\NewTitle\Merchant.gif"
51 200002 1 102 96 196 64 "Extras\Titles\Welcome.ozt"
end

Information about each section

  • Index: Title identification number.
  • ImageIndex: Recommended to use a value above 200,000 to avoid conflicts exc: (200001,200002,200003)
  • ImageFrame: Use 0 for .GIF or 1 for .OZT
  • ImageX: Title image X position.
  • ImageY: Title image Y position.
  • ImageW: Title image width.
  • ImageH: Title image height.
  • ImagePath: Title image file path, without the extension.

Tips for configuration

  • ImageIndex Rule .GIF:

If you are going to use .GIF set your ImageFrame as 0 We recommend that the image size be small for memory savings.

  • ImageIndex Rule .OZT

If you are going to use .OZT set your ImageFrame as 1 We recommend that the image size be small for memory savings.

  • Index Rule

You can use an index starting from value 50 to configure your custom title.


Finishing configurations

Now let's open our Main Generator and add our CustomTitle.txt configuration MainGenerator/Data/CustomTitle.txt After that generate a new main.ggc.


SQL Configuration

Access your custom_title_list SQL table

 name      title_index  title_stamp
Fighter 50 604800
  • name: Character name
  • title index: Index configured in your CustomTitle.txt file
  • title stamp: Timer in timestamp

To integrate the website with the system, you can add the title_index 'title value' and title_stamp timer in timestamp.