Jump to content

Source Modifications


Elijah23

Recommended Posts


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

I just want to ask if there's a way to do some source modifications without losing the ability to update the svn automatically.. :)

Well, sometimes its really hard for fully customized sources and then there are so many updates that you need to update manually.. :)

Hope there's a place where you can put all your custom source files or anything.. :)

Thanks and God bless!.. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

no, there isn't

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Hmm.. I think you can make your custom changes as a .diff file

http://rathena.org/wiki/Diff

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  06/12/12
  • Last Seen:  

I'm affraid not, even a diff file to your source modifications will last only so long before code eventually gets rewritten or restructured.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

a plugin system would be nice

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

I just want to ask if there's a way to do some source modifications without losing the ability to update the svn automatically.. :)

Well, sometimes its really hard for fully customized sources and then there are so many updates that you need to update manually.. :)

Hope there's a place where you can put all your custom source files or anything.. :)

Thanks and God bless!.. :)

This is what I wanted to pinpoint -> http://rathena.org/board/topic/70475-linux-problem-ra-updates-conflicting-my-custom-settings/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  427
  • Reputation:   123
  • Joined:  11/17/11
  • Last Seen:  

Well, you can't be 100% sure, but you can code your stuff that way, it is the least likely ther will be a conflict.

For example, add as much new code as possible to separate files in functions, and call those functions from other files. Make your customized code less fragmented etc.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Oh good idea, external functions via include..

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Related topic: Plugin System

Closing this one.

Link to comment
Share on other sites

×
×
  • Create New...