PDA

View Full Version : Creating a config dialog



gravity0
12-19-2007, 10:47 AM
I am working on my mutator but i do not know where to start with creating it's Config GUI... I mean... how do I create a good Form where can i add my controls and then associate it with the "Config Mutator" Button?

( I need Label Controls, Checkboxes, Buttons and Forms)...


I need to add another form ate the game start... I think that I should create the Form with PostBeginPlay()....

Can someone help me?

Mr Evil
12-19-2007, 10:51 AM
For mutator configuration, I followed the tutorial on Mod DB (http://www.moddb.com/games/169/unreal-tournament-3/tutorials/24645/unreal-learning-2-ut3-configurable-mutators). It worked perfectly.

warlord57
12-19-2007, 11:22 AM
For mutator configuration, I followed the tutorial on Mod DB (http://www.moddb.com/games/169/unreal-tournament-3/tutorials/24645/unreal-learning-2-ut3-configurable-mutators). It worked perfectly.

same here, it worked for me as well

gravity0
12-19-2007, 12:27 PM
thank you guys, unreal powers will start now...

i didn't realize that UnrealEd Has a UIScene Editor :P

Bob_Gneu
12-19-2007, 04:51 PM
Those tutorials still havent been updated to include the caption update. Please make sure you read the comments.

ambershee
12-20-2007, 04:09 AM
Yeah. I need to get around to that. I'm too busy these days :(