Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 13:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide] How to Create a Graphic User Interface (GUI)

Discussion on [Guide] How to Create a Graphic User Interface (GUI) within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 07/08/2011, 00:45   #16
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by S/W View Post
Yes
Download the example.
You probably skipped a step.
Spirited is offline  
Old 07/08/2011, 00:54   #17
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
At step 5, you can just set Enabled = true and it will start by it self.
BaussHacker is offline  
Old 07/08/2011, 00:55   #18
 
S/W's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 159
Received Thanks: 39
Downloaded and checked
S/W is offline  
Old 07/08/2011, 01:13   #19
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by BaussHacker View Post
At step 5, you can just set Enabled = true and it will start by it self.
Yah, but it's kinda useless unless the entire GUI is loaded.

Quote:
Originally Posted by S/W View Post
Downloaded and checked
Idk what to tell you. You must not of followed the guide correctly.
Spirited is offline  
Old 07/08/2011, 07:10   #20
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
Quote:
Originally Posted by Fаng View Post
Yah, but it's kinda useless unless the entire GUI is loaded.
It doesn't matter, if you do that or the other part. Only that it's easier.
BaussHacker is offline  
Old 07/08/2011, 07:17   #21
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by BaussHacker View Post
It doesn't matter, if you do that or the other part. Only that it's easier.
It's really just about preference and the use of the timer. In this case, I have it separate because the print line method is useless unless the GUI is loaded. If you want to code one like that, that's your preference- this guide is just a bunch of examples that I threw together.
Spirited is offline  
Old 07/08/2011, 07:30   #22
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
Quote:
Originally Posted by Fаng View Post
It's really just about preference and the use of the timer. In this case, I have it separate because the print line method is useless unless the GUI is loaded. If you want to code one like that, that's your preference- this guide is just a bunch of examples that I threw together.
It won't start, before the GUI is initialized anyways. Unless you're loading a lot things for your GUI. And yea, I just said it could be used as well. Lazyness ftw.
BaussHacker is offline  
Old 07/08/2011, 08:07   #23
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by BaussHacker View Post
It won't start, before the GUI is initialized anyways. Unless you're loading a lot things for your GUI. And yea, I just said it could be used as well. Lazyness ftw.
I've experienced problems doing it your way- that's why I started doing it the way I showed in the thread. It's just safer. There are more appropriate times to do it in your way- but if you don't want to lose your heading from time to time (when your gui gets more advanced), you should try my way of doing it.
Spirited is offline  
Thanks
1 User
Old 07/08/2011, 09:07   #24
 
S/W's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 159
Received Thanks: 39
Quote:
Originally Posted by Fаng View Post


Idk what to tell you. You must not of followed the guide correctly.
Here is My Program.cs (I am downoadet trinyti source now to check)


I made all like in guide still no text in console
S/W is offline  
Old 07/08/2011, 09:12   #25
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by S/W View Post
Here is My Program.cs (I am downoadet trinyti source now to check)


Here Output.cs


I made all like in guide still no text in console
Your server isn't loading.
You didn't read this comment:

// This is an example. Do not replace your
// entire Main void with this... duh.


You commented the NoCrash GUI which executes the server.

PS: Can you please use spoilers... nobody wants to scroll through that wall of text. =|
Code:
[ spoiler]
wall of text
[ /spoiler]
Spirited is offline  
Thanks
1 User
Old 07/08/2011, 09:14   #26
 
S/W's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 159
Received Thanks: 39
Quote:
Originally Posted by Fаng View Post
Your server isn't loading.
You didn't read this comment:

// This is an example. Do not replace your
// entire Main void with this... duh.


You commented the NoCrash GUI which executes the server.
I connect to server and can walk jump etc but no any text in console.....
S/W is offline  
Old 07/08/2011, 09:20   #27
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by S/W View Post
I connect to server and can walk jump etc but no any text in console.....
That's impossible given the wall of text you posted. The main thread doesn't contain anything but my example with the commented code that starts your server.
Spirited is offline  
Thanks
1 User
Old 07/08/2011, 09:22   #28
 
S/W's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 159
Received Thanks: 39
#fixed
S/W is offline  
Old 07/08/2011, 09:36   #29
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by S/W View Post
#fixed
Awesome! =]
Can I see a picture?
Spirited is offline  
Old 07/08/2011, 09:38   #30
 
elite*gold: 0
Join Date: May 2011
Posts: 168
Received Thanks: 33
Couldn't you just call the main() void in that certain void.

Program.Main();

Then it will load everything like the console does?
zTek is offline  
Reply


Similar Threads Similar Threads
[HELP] How do i create a custom interface?
09/04/2015 - EO PServer Hosting - 7 Replies
Hey guys , Im just wondering if you could tell me or link me a guide of how to create a custom interface for eudemons online because i have no idea and i think that you all could help me i've saw it before on a few other servers. Thankyou from lewis :)
[HOW TO] Create a New Interface
11/27/2010 - Metin2 PServer Guides & Strategies - 30 Replies
Ich hoffe das TuT gab es nicht schonmal... Wenn doch sry, habe in der SuFu nichts gefunden :-( So fangen wir an : Was brauchen wir? -Einen Client -Die entpackten Etc.eix/epk Dateien -Irgendeinen Server Was müssen wir tun?
TAPLG Tester Needed (User Interface)
01/30/2007 - World of Warcraft - 3 Replies
As some of you might know im creating a Leveling Guide Addon for WoW, its for alliance, all races and all classes. Its currently still in the developing state and as for now only the race Draenei level 1-12 is finished. This guid will go up to level 70. I need a tester to check if its working the way i entended it to. If someone is interested please PM your icq number to me so we can talk more detailed. Only the first 5 will be abel to test this and give me feedback, i will post here...
FtH User Interface (Complete Interface)
09/05/2006 - World of Warcraft - 10 Replies
Hallo , ich will euch das wohl beste Interface nicht vorenthalten. For the Horde hat mit seiner ersten Version seines eigenen Interfaces schon gute arbeit geleistet. Aber das naja nich mehr ganz aktuele ist noch besser. http://web4.h60972.serverkompetenz.net/for...p?th readid=3465 <- DL Link. Dort gibt es aber auch den kompletten Guide zu dem Interface. Achja FTH benutzt X-Raid , nicht jedem seine Sache. Das Interface ist aber auch mit CT_RAID kompatibel.
User Interface von wow
12/10/2004 - WoW Guides & Templates - 2 Replies
auf worldofwarcraft.com wurde heute ein eigenes Tool gebastelt um User Interfaces zu basteln! links: Tool Tutorial worldofwarcraft.com ps: mmhh xml? ähm ist das das xml, was man auch bei selhtml ne einführung drüber bekommt?



All times are GMT +2. The time now is 13:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.