Jump to content
  • 0

Gwen/gameCanvas Tutorial?


Question

Posted

Looking for a tutorial on how to use Gwen/Canvas to edit the interfaces like the CharacterWindow.

Is there a way to visualize and edit them like regular forms?

5 answers to this question

Recommended Posts

  • 0
Posted

After you define them their properties are loaded from Client/Resources/Gui/Layouts/Game/Characterwindow.json

 

You will find your new controls there. Copy the settings to those controls from the existing ones. 

  • 0
Posted

Visual editors only exist for Windows Forms which the editor uses... rendered ui element in game must be defined and designed in code. Pretty much you can pick any element that already exists and find it in code to see how it is defined.

 

The same properties that exist in the json files are the ones you can use in code.

  • 0
Posted
11 hours ago, jcsnider said:

Visual editors only exist for Windows Forms which the editor uses... rendered ui element in game must be defined and designed in code. Pretty much you can pick any element that already exists and find it in code to see how it is defined.

 

The same properties that exist in the json files are the ones you can use in code.

could you point me to where exactly the rendered UI is coded?

adding new stats or commenting existing ones resets them to the top left corner of the window, not sure where thats dictated

 117d47469237e60e8515015935789945.png

  • 0
Posted
7 minutes ago, Joyce said:

This particular window is defined in Intersect.Client.Interface.Character.CharacterWindow

 

 

thats exactly where i changed stuff and i broke it instead lol. does it have to be in a specific order to list it properly? no matter what i add/change they get stuck in that corner

×
×
  • Create New...