[quote=“youtoo, post:1, topic:2461”]I think archery was nerfed too much and I’m not sure about all the attribute changes (some were unrelated to range, see my post in the general forum).
how tightly coupled is the code? I want to check out the new content.
How much work would it be for me to:
- where is the attribute code? I want to edit some of the stuff you did and make it closer to .6. I don’t want it fully rebuffed. just want to play with my own balancing. I can post results and code changes. I can read C (been a long time since I used it in school. Im a DBA).
- Are the skills implemented with jsons or is it in C code? Where is it in the code base?
- how tightly coupled is the code? If I change a few things like this, how likely am I to make the game unusable? Yeah I know I can download it again, I just want to know what Im getting into.[/quote]
If you just tweak some numbers it’s not all that likely to cause instability, the game logic is pretty well decoupled from the engine, it’s engine interdependencies we have issues with.
I hear Code::Blocks is good, you can also use mingw, I’m not the best to answer this because I dev only on linux.
It depends on what you’re trying to do, but I think working on skill balancing is going to be much easier than a lot of other things you could dive into. There you just have to deal with the inherent difficulty of balancing.