I've wanted to get into Python for quite some time now and I was wondering if there were any projects going on in the world of Conquer that involve Python, it'd be easier to learn if I have a goal. Do you guys have any tips?
I've wanted to get into Python for quite some time now and I was wondering if there were any projects going on in the world of Conquer that involve Python, it'd be easier to learn if I have a goal. Do you guys have any tips?
Cheers!
I think there's been some private server sources that used for scripting. Or maybe it was one of the commercial bots that used it, I don't really remember.
You can write a complete server in Python for Conquer, if you want to. I don't recommend to do it, but it would actually work, since CO servers have really low CCUs.
Writing a complete server in Python for CO2 would be easy and would probably do the job. But, as KraHen said, I dont' recommend it either. I know Python is efficient, but due to the GIL, you'll have issues with the server if you don't distribute it accordingly. When done, it can easily support thousands of players. You're still better with other languages I think.
I you really want to do some Python programming, maybe some backend tooling around a server ?
Conquer online programming 07/27/2011 - CO2 Programming - 30 Replies Hello,
I had few questions came in my mind and I found elitepvpers a good place asking for any of the programming's questions.
Currently I'm a Visual basic.net professional, and sql server too. So when i left co i decided to either start making private servers or focus on doing bots and proxies.
My first question is shall I start private server programming using Visual basic or wait until I have time to read about Java syntax and work with java? My opinion is that java is more powerful...