Jump to content
  • 0

Doubt about new sources...


Question

Posted

 

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!

2 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted
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!!

×
×
  • Create New...