Building Forge

Hey!
I was looking at fiddling with the forge source a bit, and could use a few pointers from the pros
I've got the package opened in eclipse (after alot of nerve grating. Coming from Visual Studio it's just so unintuitive.. Eh, it'll probably pass) and I can change things and run the changed version just fine (AFAICT anyway, I've only successfully changed the Run.java starting cards. I've got a few problems though.
Firstly, I can add cards to my play area (M2010 terminology be damned
) just fine, but when I try to add cards to my hand, they don't show up.They're just not there. The card counter to the left shows them, but the're not visible and can't be used.
Secondly, I tried adding a card just to try it out. Using Totem-Guide Hartebeest as a base I just made a simple creature, added an elseif case at the end of CardFactory_Creatures, and added it in cards.txt. But when I try to place it in the play area, cardfactory throws an "invalid card name" exception. There are more steps to adding a card that I'm missing, isn't there?
And lastly, this is just a little niggle I can work around if there's nothing to be done about it, but when I finish testing and want to close the test forge I always have to use the task manager to close down the javaw process or get stuck at the "You Lose" window.Any way around that?
Thanks for reading, and thanks in advance for any help at all. Any help understanding this fascinating monolith is appreciated.
I was looking at fiddling with the forge source a bit, and could use a few pointers from the pros

I've got the package opened in eclipse (after alot of nerve grating. Coming from Visual Studio it's just so unintuitive.. Eh, it'll probably pass) and I can change things and run the changed version just fine (AFAICT anyway, I've only successfully changed the Run.java starting cards. I've got a few problems though.
Firstly, I can add cards to my play area (M2010 terminology be damned

Secondly, I tried adding a card just to try it out. Using Totem-Guide Hartebeest as a base I just made a simple creature, added an elseif case at the end of CardFactory_Creatures, and added it in cards.txt. But when I try to place it in the play area, cardfactory throws an "invalid card name" exception. There are more steps to adding a card that I'm missing, isn't there?

And lastly, this is just a little niggle I can work around if there's nothing to be done about it, but when I finish testing and want to close the test forge I always have to use the task manager to close down the javaw process or get stuck at the "You Lose" window.Any way around that?
Thanks for reading, and thanks in advance for any help at all. Any help understanding this fascinating monolith is appreciated.
