Please use english language
It is currently 26 Feb 2020, 10:31

All times are UTC





Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: GUI Options
PostPosted: 16 Aug 2013, 19:56 
Offline
*sensei*

Joined: 07 Mar 2013, 10:14
Posts: 373
Hey


Currently in the process of making my entire preset range editable from ingame. (Skyrim)

So far I have figured out the following Additions to the GUI.

Code:
float SpinTest <      
      string UIName="Spin Test";
      string UIWidget="Spinner";
      float UIMin=0.0;
      float UIMax=5.0;
> = {1.0};


Code:
float3   Colortest <
      string UIName="Colortest";
      string UIWidget="Color";
      float UIMin=0.0;
      float UIMax=1.0;
> = {0.0, 0.0, 0.0};



Code:
bool boolTest <
string UIName = "boolTest";
> = {true};


Is there a list over all the possible way to add items to the ingame GUI. Mainly I am wondering if it is possible to make sections in the list for better overview?


Top
 Profile  
 
Tomoko
 Post subject: Re: GUI Options
PostPosted: 17 Aug 2013, 06:14 
Offline
*blah-blah-blah maniac*
User avatar

Joined: 27 Dec 2011, 08:53
Posts: 14816
Location: Russia
No sections, no categories, only individual parameters, grouped as vectors or single. I wrote in topics of the mod how to define annotations.

_________________
i5-4690k, 16Gb RAM, GTX 1060 6Gb, X-Fi Titanium, Win7 x128
I am INFP, not the brutal, godamnit.


Top
 Profile  
 
 Post subject: Re: GUI Options
PostPosted: 17 Aug 2013, 10:23 
Offline
*sensei*

Joined: 07 Mar 2013, 10:14
Posts: 373
Okay thank you! Will make due with what there is!


Top
 Profile  
 
 Post subject: Re: GUI Options
PostPosted: 18 Aug 2013, 17:30 
Offline
*blah-blah-blah maniac*
User avatar

Joined: 05 Mar 2012, 02:08
Posts: 1938
Here are all the different GUI functions that I know of -> viewtopic.php?f=6&t=1503&start=60#p32747


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group