|
You last visited: Today at 14:42
Advertisement
Formal Release
Discussion on Formal Release within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
12/31/2010, 00:24
|
#166
|
elite*gold: 0
Join Date: Dec 2010
Posts: 8
Received Thanks: 2
|
If the blowfish.dll error scared them, I wonder what their reaction will be when the solution for it is to download a 3.3 GB file. This source does not deserve to be in the "hands" of lazy leechers. Those that want to set this up and progress it need to spend their time. The solution is out, but people are too lazy to search for the torrent.
Also, I noticed that this source has countless amount of unused variables/methods/parameters. I guess it won't really slow down the server since it isn't being used, but it is still garbage being sent.
|
|
|
12/31/2010, 00:52
|
#167
|
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
|
true i see your point.
should i try to make this source use MySql database system or would it best best to keep it like it is?
|
|
|
12/31/2010, 01:34
|
#168
|
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
|
Quote:
Originally Posted by taylor2846
true i see your point.
should i try to make this source use MySql database system or would it best best to keep it like it is?
|
If you should make it something, then make it MSSQL
|
|
|
12/31/2010, 02:12
|
#169
|
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
|
Quote:
Originally Posted by taylor2846
true i see your point.
should i try to make this source use MySql database system or would it best best to keep it like it is?
|
Inifile system is faster than mysql.
|
|
|
12/31/2010, 12:24
|
#170
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 506
|
Quote:
Originally Posted by Arcо
Inifile system is faster than mysql.
|
GTFO.
|
|
|
12/31/2010, 18:21
|
#171
|
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
|
do you disagree with what he said and if you you should put why. so that it dont seem like spam when you put something like
btw is seems like the npc system in this source lags or is it just my computer?
|
|
|
12/31/2010, 19:18
|
#172
|
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
|
Quote:
Originally Posted by Basser
GTFO.
|
Lol do you think I'mn wrong?
|
|
|
12/31/2010, 19:28
|
#173
|
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
|
Only advantage to using a text file is you don't have to add another reference to your code and make a connection to mysql LOL
Tbh ini file is ghetto. I think it should really only be used as a temporary storage method, and not store your whole "database" in plain text.
Once it grows larger you will notice the slow downs.
GG Arco. Rage quit. Die by alistar bot and ryze bot ganking you #10
Edit: i think there's even threads about this already.
Anyways, if you think MySQL is to blame for any errors or slow downs, usually it is your fault, not mysql's. If you have any issues like that you can just monitor queries and see which one is bogging you down and using up a lot of your CPU, and FIX IT.
MySQL is like HDTV, text files are like.. not hd.
|
|
|
12/31/2010, 19:38
|
#174
|
elite*gold: 0
Join Date: Jun 2009
Posts: 372
Received Thanks: 53
|
Quote:
Originally Posted by taylor2846
do you disagree with what he said and if you you should put why. so that it dont seem like spam when you put something like
btw is seems like the npc system in this source lags or is it just my computer?
|
id say goahead make mysgl if ur up 2 to it do it
|
|
|
12/31/2010, 19:42
|
#175
|
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
|
Quote:
Originally Posted by Syst3m_W1z4rd
If you should make it something, then make it MSSQL 
|
Anyways, MS SQL really only takes the cake when it comes to doing really fancy queries, like ones with multiple functions, joins, subquereies etc etc...
even if mysql seems a little slow, no point in changing to ms sql, its normally a hardware problem from what I've read. I never had any trouble with it being slow myself though :P
|
|
|
12/31/2010, 22:00
|
#176
|
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
|
hay i was thanking about downgrading the source to 5017 because i do not like ninja because it sets off the balance in the game its like a trojan with stronger weapons and poison skills and with ninjas in a server no one uses trojans because obsolete.
anyway do you all have a link for the 5017 Clint all the links that i can find are dead and the one on the all major client page is slow says its going to take about 2 days to download it so that link will not work for me.
|
|
|
01/01/2011, 02:01
|
#177
|
elite*gold: 0
Join Date: May 2005
Posts: 21
Received Thanks: 4
|
Thanks, this looks cool! For summer vacation I made a proxy, I guess for winter break I'm doing pserver =] This is the only thing Conquer is good for anymore, making my breaks productive lol
|
|
|
01/01/2011, 02:25
|
#178
|
elite*gold: 20
Join Date: Jan 2008
Posts: 2,012
Received Thanks: 2,885
|
Quote:
Originally Posted by PrototypeGaming
If the blowfish.dll error scared them, I wonder what their reaction will be when the solution for it is to download a 3.3 GB file. This source does not deserve to be in the "hands" of lazy leechers. Those that want to set this up and progress it need to spend their time. The solution is out, but people are too lazy to search for the torrent.
Also, I noticed that this source has countless amount of unused variables/methods/parameters. I guess it won't really slow down the server since it isn't being used, but it is still garbage being sent.
|
What method are unused? If there's unused code it's likely code not implemented myself (i.e. by Andy or Ultimation). The down side is when I work with a team, I tend to only use my own work, or recode things.
Quote:
Originally Posted by Ian*
Only advantage to using a text file is you don't have to add another reference to your code and make a connection to mysql LOL
Tbh ini file is ghetto. I think it should really only be used as a temporary storage method, and not store your whole "database" in plain text.
Once it grows larger you will notice the slow downs.
GG Arco. Rage quit. Die by alistar bot and ryze bot ganking you #10
Edit: i think there's even threads about this already.
Anyways, if you think MySQL is to blame for any errors or slow downs, usually it is your fault, not mysql's. If you have any issues like that you can just monitor queries and see which one is bogging you down and using up a lot of your CPU, and FIX IT.
MySQL is like HDTV, text files are like.. not hd.
|
I really didn't think you'd buy into this crap. An INI file will not "slow down" as the database "grows larger". The database is SEVERAL INI files. If it was a single file, your point would be valid.
Quote:
Originally Posted by Ian*
Anyways, MS SQL really only takes the cake when it comes to doing really fancy queries, like ones with multiple functions, joins, subquereies etc etc...
even if mysql seems a little slow, no point in changing to ms sql, its normally a hardware problem from what I've read. I never had any trouble with it being slow myself though :P
|
In my opinion, MSSQL > MySQL.
|
|
|
01/01/2011, 02:30
|
#179
|
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
|
you all got a link for the 5017 Client i can not seem to find what that will work 4 me some help with this ?
NOTE: the one on the major download page will not download.
and all the links i found searching are not file could not be found.
also can you all help me with downgrading this source to client 5017.
i want to try to do it my self so please don't do it for me.
just guide me what i need to do.
and yes i no edit the packets what else?
|
|
|
01/01/2011, 08:46
|
#180
|
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
|
Quote:
Originally Posted by InfamousNoone
What method are unused? If there's unused code it's likely code not implemented myself (i.e. by Andy or Ultimation). The down side is when I work with a team, I tend to only use my own work, or recode things.
I really didn't think you'd buy into this ****. An INI file will not "slow down" as the database "grows larger". The database is SEVERAL INI files. If it was a single file, your point would be valid.
In my opinion, MSSQL > MySQL.
|
Didn't look at your source but I was just assuming it was done like Accounts.ini and just appends a new section to the file each time a new account was created and you loaded all the account into memory or something, but that's just how it sounds from what Ive read. If done differently then yeah I guess it would be fine except it would get a bit messy and unorganized.
I dont really like MS products, bulky, overpriced, and really dont have any features or optimizations anything thats open source doesnt have itself.
|
|
|
Similar Threads
|
[Formal subject]tell us about ur problem then u will get the answer
08/18/2009 - CO2 Private Server - 11 Replies
tell us about ur problem then u will get the answer
just for binary any patch u like :cool:
for moderators : Dont close this therad its helpful alot of pplz here
|
WTS Lv92 AK With 375m Worth of Items and Formal Costume (Abbadon)
02/27/2009 - Trading - 3 Replies
Up for Trade is a Lv92 AK Axe Hybrid named RurouniKenshin on abbadon Server in 2moons.
Knights Formal Suite Costume = $11.40 Real Money
Quesa Helm +4 4x25 Meds = 8-10m
Quesa Armor +5 4x25 Meds = 20m
T3 Gloves +4 = 30m
T3 Pants +4 = 30m
T3 Boots +5 =45m
+4 85 Axe 3x56 Rhombs = 10m
+4 87 Shield 3x25 Meds = 6m
|
All times are GMT +1. The time now is 14:42.
|
|