[Development] Conquer Source Toolkit

08/26/2010 10:45 Basser#1
#REMOVED.

Do not re-release this please.
08/26/2010 11:01 .Yoshi#2
Loving your idea of doing this. I would also love to test/use it.
08/26/2010 11:31 kinshi88#3
I really like this idea and would be more than happy to help out.
08/26/2010 11:48 Korvacs#4
*Scratches head* Wasnt this something i told you i was thinking about?
08/26/2010 14:44 hunterman01#5
Quote:
Originally Posted by Korvacs View Post
*Scratches head* Wasnt this something i told you i was thinking about?
Haha jacked
08/26/2010 15:40 pro4never#6
love the idea. Would allow for rapid development of GOOD custom sources vs the crap that keeps circling the drain currently.

Let me know when you're ready for some basic testing. I've been itching to do more with pservers again but due to work and other stuff I've had no time to work on my custom source (takes SOOO long to do anything from fully scratch, guhh)
08/30/2010 12:36 Basser#7
Quote:
Originally Posted by pro4never View Post
love the idea. Would allow for rapid development of GOOD custom sources vs the crap that keeps circling the drain currently.

Let me know when you're ready for some basic testing. I've been itching to do more with pservers again but due to work and other stuff I've had no time to work on my custom source (takes SOOO long to do anything from fully scratch, guhh)
I'll let you know for sure, thanks for your post.

Quote:
Originally Posted by Korvacs View Post
*Scratches head* Wasnt this something i told you i was thinking about?
I totally forgot about that, I hope you don't mind you using this, I should have asked permission, and thanked you for this, so I'll do that asap, thanks, and I'll contact you about his.

Quote:
Originally Posted by kinshi88 View Post
I really like this idea and would be more than happy to help out.
o_o, I would love to work with you.
08/30/2010 14:36 kinshi88#8
Quote:
Originally Posted by Basser View Post
o_o, I would love to work with you.
Haha, and you are =D
08/30/2010 17:23 Basser#9
It would be very helpful if someone posted what to add in this tool kit.
08/30/2010 17:49 _tao4229_#10
Pie? I'd download it then.
08/30/2010 18:08 pro4never#11
Encryption routines for various patches would be nice (cause immune's 5180+ pass cryption system is annoying the hell out of me atm)


Pre blowfish, post blowfish, pass encryption for both.. spell encryption etc would be very useful.
08/30/2010 18:10 Basser#12
Cryptography, k, Kinshi and I were thinking of that already.
Possibly packet structures?
08/30/2010 18:33 Korvacs#13
I was thinking about:

All Encryptions (additional hashing methods like sha2 etc for password storing)
All Packet structures
A simple Socket server
Methods to parse all used files (dmaps, inis etc)

Things like that.
08/30/2010 18:47 CptSky#14
Quote:
Originally Posted by Korvacs View Post
I was thinking about:

All Encryptions (additional hashing methods like sha2 etc for password storing)
All Packet structures
A simple Socket server
Methods to parse all used files (dmaps, inis etc)

Things like that.
Hashing methods? Most of them are already in the .net Framework...
08/30/2010 18:48 pro4never#15
Packet logging/ini writer is also useful

sql wrapper (fan of the one in elite coemu personally)

Packet reader/writer (obviously)

Event management system might be nice (Store events for server and trigger them based on times that way ppl aren't doing needless threads, timers and datetime checks constantly for no reason)

dynamic map system

the obvious dmap reader type stuff (korv's works great though)