Hitz Posted April 2, 2020 Share Posted April 2, 2020 Â So, I started studying programming a little and I have a doubt about the "addition" of sources... If I downloaded a source with something edited, and then get a more updated version, what is recommended that I do? Whenever I update, will I need to modify it with my changes? Thanks! Link to comment Share on other sites More sharing options...
0 Shenmue Posted April 2, 2020 Share Posted April 2, 2020 Well, I am not an expert too, but actually you don't really download different versions of the source. It's more like downloading different parts/branches of it. When you do so, you will have to modify only if there is conflict between the your actual code and the one you want to add. Â You can find more explanation in the official AGD developer tutorial (merging section):Â https://docs.freemmorpgmaker.com/dev/modify/merging.html Hitz 1 Link to comment Share on other sites More sharing options...
0 Hitz Posted April 2, 2020 Author Share Posted April 2, 2020 2 hours ago, Shenmue said: Well, I am not an expert too, but actually you don't really download different versions of the source. It's more like downloading different parts/branches of it. When you do so, you will have to modify only if there is conflict between the your actual code and the one you want to add. Â You can find more explanation in the official AGD developer tutorial (merging section):Â https://docs.freemmorpgmaker.com/dev/modify/merging.html Thanks!! Link to comment Share on other sites More sharing options...
Question
Hitz
Â
So, I started studying programming a little and I have a doubt about the "addition" of sources...
If I downloaded a source with something edited, and then get a more updated version, what is recommended that I do?
Whenever I update, will I need to modify it with my changes?
Thanks!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts