Well, I've successfully done a few minor changes to the code, but whenever I think of something more major I'd like to change (like add a store or add a school of magic) I'm in over my head. I can't do it without knowing C. It kindof makes me want to learn C, but teaching myself a programming language without personally knowing anyone else who knows the language is extremely hard. I have a tutorial in pdf format which I download from somewhere.
I figured out how to make another building on the map in the generate.c file, but actually adding a new store or a school of magic seem to be very complicated (at least for someone who doesn't know C).
Also, I made a change somewhere that made it crash, so I undid the change and it still crashed. Since I hadn't backed the source up after each change, I had to start over making my changes again to the original code. This time, I couldn't get it to put my new weapons in the shops even though it worked before and I'm doing it the same way.
DaJAngband is still a decent semi-variant which I have fun playing with only the minor changes, but there was more I would've liked to do.
I figured out how to make another building on the map in the generate.c file, but actually adding a new store or a school of magic seem to be very complicated (at least for someone who doesn't know C).
Also, I made a change somewhere that made it crash, so I undid the change and it still crashed. Since I hadn't backed the source up after each change, I had to start over making my changes again to the original code. This time, I couldn't get it to put my new weapons in the shops even though it worked before and I'm doing it the same way.
DaJAngband is still a decent semi-variant which I have fun playing with only the minor changes, but there was more I would've liked to do.
Comment