[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
I grabbed the ColdCore tarball the other day and I am finding a lot to
like about it, except for one thing. I assume that the developers have all
the code broken out into functional modules such as network code, player
code, etc. However, the only thing you get in the tarball is one big text
dump of the database. If I want to use just a part of the codebase such as
the networking or parsing code (which I do), I have to read through this
very large and not-layed-out-in-any-particular-order text file. Is there
an easy way to get a copy of the codebase in a more functional layout?