Source code for projects

Post » Tue May 17, 2011 7:07 am

I don't like uploading source code. Because whatever happens I never like it (Except in a few simple cases). I have decided however just to upload it. No one will look at it much anyway.

The projects that maybe of interest:

BSA parser (It can't write them). C++
https://github.com/Yacoby/cpp-bsa

ESM/ESP/ESS parser. Very low level. PHP
https://github.com/Yacoby/php-esmparser



You can find more, mostly Morrowind related files here:
https://github.com/Yacoby

If there is a specific project that you want the source for, now is the time to say.
User avatar
Chloe Lou
 
Posts: 3476
Joined: Sat Nov 04, 2006 2:08 am

Post » Tue May 17, 2011 4:50 am

If there is a specific project that you want the source for, now is the time to say.


That sounds a bit ominous....
User avatar
Josh Dagreat
 
Posts: 3438
Joined: Fri Oct 19, 2007 3:07 am

Post » Tue May 17, 2011 3:48 am

That sounds a bit ominous....

Not really. I am formatting my harddrive, in theory nothing should be lost. I will be gutted if things are lost.
User avatar
Tracy Byworth
 
Posts: 3403
Joined: Sun Jul 02, 2006 10:09 pm

Post » Tue May 17, 2011 4:01 pm

Why not upload them to GHF http://www.fliggerty.com/phpBB3/viewforum.php?f=56 subforum, so that someone there can take a look at them. :wink_smile:
User avatar
djimi
 
Posts: 3519
Joined: Mon Oct 23, 2006 6:44 am

Post » Tue May 17, 2011 11:48 am

It's always scary exposing your code to your peers! (grin).
Thanks for this. Good luck with the HDD!
User avatar
Timara White
 
Posts: 3464
Joined: Mon Aug 27, 2007 7:39 am

Post » Tue May 17, 2011 3:07 am

Im interested in some source code, but it won't do me any good right now. I just dont want the window of opportunity to close if you say "alright all done, no more sourcecode opportunity". I am attending school for computer programming and I am inexperienced with this but I want em.

The source codes that I want are celltoNIF and the utility for placing plants randomly (used in grass mod http://planetelderscrolls.gamespy.com/View.php?view=Mods.Detail&id=7762)

ST the novice programmer
ps. mebbe escog, but I think the code is available on google code? Anyhow thank you for opportunity to see your sourcecode
User avatar
ZzZz
 
Posts: 3396
Joined: Sat Jul 08, 2006 9:56 pm

Post » Tue May 17, 2011 10:18 am

Why not upload them to GHF http://www.fliggerty.com/phpBB3/viewforum.php?f=56 subforum, so that someone there can take a look at them. :wink_smile:

Ah. Lack of version control is generally a bad thing. This method makes it easier to fork projects and things :)


It's always scary exposing your code to your peers! (grin).

I have always seeded generously ;)

Im interested in some source code, but it won't do me any good right now. I just dont want the window of opportunity to close if you say "alright all done, no more sourcecode opportunity". I am attending school for computer programming and I am inexperienced with this but I want em.

The source codes that I want are celltoNIF and the utility for placing plants randomly (used in grass mod http://planetelderscrolls.gamespy.com/View.php?view=Mods.Detail&id=7762)

I will upload the Grass Generator or whatever I called it when I am back at home. The Cell to Nif program is already uploaded here
https://github.com/Yacoby/CellToNif

However, for both those projects the code is terrible. I mean really terrible. While they "work" (ish) they shouldn't be used as an example of how to write code. They were both hacked together on a deadline where code quality didn't matter (plus, when I wrote them I was a far worse programmer than I am now)

ps. mebbe escog, but I think the code is available on google code? Anyhow thank you for opportunity to see your sourcecode
I am 99% sure escog is up on google code. I think the code quality on that was slightly better. Maybe.
User avatar
Nicola
 
Posts: 3365
Joined: Wed Jul 19, 2006 7:57 am

Post » Tue May 17, 2011 11:58 am

I will upload the Grass Generator or whatever I called it when I am back at home. The Cell to Nif program is already uploaded here
https://github.com/Yacoby/CellToNif

However, for both those projects the code is terrible. I mean really terrible. While they "work" (ish) they shouldn't be used as an example of how to write code. They were both hacked together on a deadline where code quality didn't matter (plus, when I wrote them I was a far worse programmer than I am now)

I am 99% sure escog is up on google code. I think the code quality on that was slightly better. Maybe.


While I understand you might not think the code is top quality, I'm not concerned with that. You say they work (ish), and that is what matters to me. :D

ST
User avatar
Kanaoka
 
Posts: 3416
Joined: Fri Jun 16, 2006 2:24 pm


Return to III - Morrowind