Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 14:07

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

Advertisement



Dumb question that popped into my head please help lol >.<

Discussion on Dumb question that popped into my head please help lol >.< within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2010
Posts: 939
Received Thanks: 76
Dumb question that popped into my head please help lol >.<

Okay so I have been busy messing around with php stuff and C# stuff and a question just popped into my head because I'm messing around with web services at the moment and that dumb question is this, is a conquer game server really a game service?

I mean a web service seems to pretty much do what a conquer server does but in a PHP/HTML sense.
denominator is offline  
Old 12/24/2013, 21:24   #2
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
The term isn't used for Conquer Online private game servers because they are not services. A web service is a server that services web requests, and directs data flow to open web servers. The term has been abused, and thus now is used to describe anything that services clients on the web. What we do is not a service, though you could call it that in the same, abusive manor if you wish (it just isn't all that correct to do so). Disclaimer: I'm not a web developer.
Spirited is offline  
Thanks
1 User
Old 12/24/2013, 21:50   #3
 
elite*gold: 0
Join Date: Aug 2010
Posts: 939
Received Thanks: 76
I'm still learning about it all or at least attempting to simply because one person had a private server for The elder scrolls online beta client but it is a different setup than Conquer.

Just one dll was needed which basically adds a website/server? and I'm assuming a config.xml to the exe using assembly so therefore I'm assuming it must be a webservice which will no doubt be partly in C++ which I'm absolutely clueless about lol.

It can probably be done with C# and bootstrapping though but assembly is another thing which seemingly puzzles me especially when searching for addresses in olly. Pretty sure it's just two addresses needed to send and receive but it's knowing how to find them
denominator is offline  
Old 12/24/2013, 22:28   #4
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
I'm not sure I understand what you're requesting advice for. If you're wondering how one makes a web server in C#, I'd recommend investing some time in learning ASP.NET. It's like JSP but with C#. I'm sure you know that though if you're a web developer, but again, I'm not sure what you're asking. Could you try rephrasing your post in the form of a question?
Spirited is offline  
Old 12/24/2013, 22:42   #5
 
elite*gold: 0
Join Date: Aug 2010
Posts: 939
Received Thanks: 76
I don't mean to confuse you :P The main thing was my original question which you answered I need to understand asm and olly some more lol.
denominator is offline  
Old 12/25/2013, 04:54   #6
 
turk55's Avatar
 
elite*gold: 130
Join Date: Oct 2007
Posts: 1,652
Received Thanks: 701
It is possible though, you will just have to understand how to use sockets server sided, node.js could help with that. Then you have to find a way to use the c3 engine for the characters etc.
turk55 is offline  
Thanks
1 User
Old 12/25/2013, 22:02   #7
 
elite*gold: 0
Join Date: Aug 2010
Posts: 939
Received Thanks: 76
For now I just at least want to get it connected lol, the dll that was distributed I still have I just edited the url that was given to my url (exact length of THEIR url so it loads into the exe) I also changed the TESO_config.xml to TESO.config.xml.

There actually seems very few people interested in making a server for TESO

I've "stolen" the official TESO page and all the .js that they used, I'm wondering if I should just edit their .js? Or do I NEED to add node.js?
denominator is offline  
Old 12/26/2013, 00:54   #8
 
turk55's Avatar
 
elite*gold: 130
Join Date: Oct 2007
Posts: 1,652
Received Thanks: 701
Quote:
Originally Posted by denominator View Post
For now I just at least want to get it connected lol, the dll that was distributed I still have I just edited the url that was given to my url (exact length of THEIR url so it loads into the exe) I also changed the TESO_config.xml to TESO.config.xml.

There actually seems very few people interested in making a server for TESO

I've "stolen" the official TESO page and all the .js that they used, I'm wondering if I should just edit their .js? Or do I NEED to add node.js?
Node.js was just an example that you could use.
turk55 is offline  
Thanks
1 User
Old 12/26/2013, 05:16   #9
 
elite*gold: 0
Join Date: Aug 2010
Posts: 939
Received Thanks: 76
Makes sense to just edit their stuff I guess otherwise the client won't load, got other issues at the moment with it now though but I'll figure it out eventually lol
denominator is offline  
Old 12/26/2013, 06:08   #10
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Quote:
Originally Posted by turk55 View Post
It is possible though, you will just have to understand how to use sockets server sided, node.js could help with that. Then you have to find a way to use the c3 engine for the characters etc.
I was under the impression that you could display 3d scenes in html5.


You could theoretically write a conquer client in html5 if that's the case. Totally not worth it (sooo many assets which cannot be really streamed to the client or saved reliably client side) but it would be possible.


You'd be writing your own plugins to process the conquer file types of course and writing your own mesh system ontop of the html5 framework but I'm like 99 pct sure it could be done... just not viable.
pro4never is offline  
Old 12/26/2013, 11:42   #11


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
You can display 3D in HTML5 with CSS transforms, or a software renderer (there are a few available), but I would advise against it. Don`t try to force it, just use WebGL.
KraHen is offline  
Old 12/26/2013, 16:16   #12
 
elite*gold: 0
Join Date: Aug 2010
Posts: 939
Received Thanks: 76
Okay the webservice is for logging in only, the game uses the webservice to log in only.
denominator is offline  
Reply


Similar Threads Similar Threads
Dumb Question
02/22/2012 - AutoIt - 5 Replies
Hello epvpers...im here cuz i have a dumb question. I have made an S4 league hack... And the next version i want to be *protected* I want the GUI to be disabled...when the ppl press the UnLock button my thread wil open and he will need to press the Thanks button to get an Unique PW to unlock the trainer....Can someone help me?huh
dumb question
03/09/2010 - Mabinogi - 16 Replies
dumb queston #1 this is kind of a dumb question but would it be possible to use packet editing to temporarily change servers by capturing the packet of you going to the housing area wich is held on another server then editing the packet so when you send it youll go to another server(tarlach to ruairi, ruairi to mari,etc.) ya know dumb question #2 could you send the packet of you finish loading a skill and it would instantly finish loading because thatd be pretty useful for wm sorry for...
Is this a dumb question?
01/18/2010 - Grand Chase Philippines - 3 Replies
Can I only get 1 +9 necky a day? cuz every time i do get a +9 i can't get another +9 necky
probably a dumb question
05/24/2009 - Grand Chase Philippines - 0 Replies
Hi xD I am new here, and trying to learn how to hack... I have read about matching the MLE settings and pchack settings, and I have all of the matched except for one... it is under "Code Finder" where it has two larger options. the first is "use debug registers" the second is "Memory access exceptions" and for some reason, I can't click use debug registers, and I am being forced to use memory access exceptions. the option to use debug registers is basically white/gray and the second...
Dumb question, dumb answer game!
04/25/2008 - Off Topic - 3 Replies
Thought that this forum could use some chatting games: Sooo lt's goo i will give a totally pointless question and you will give a more pointless answer! :D Soo why am I so cool?



All times are GMT +2. The time now is 14:07.


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.