Jump to content
  • 0

Patching files


DutchDuck

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  64
  • Reputation:   0
  • Joined:  02/23/14
  • Last Seen:  

Hello rathena members!

 

Im wondering  i want to upload a patch using the patcher..

 

Example:

I want to add a custom map.

I put the rsw git gat files in a folder called data.

 

These files get merged into the data folder of my ro.

 

But if i want to add something inside a text file like the mapname table.

Lets say i want to add

Testmap to the napname table using a patch 

 

If j make a file called mapname table and only put in

Testmap

 

Would this get merged into the mapnametable.txt by using a patcher?

Or do i have to put evre info located in the original  mapnametable 

And then enter testmap  so you get like

Pronterra

Aldabaran

Morroc

Testmap

 

... okay the question is.. if i make a patch by  grf  do i only add in the new stuff that i want to add in an empty txt file so that this get merged with the existing files  or do i have to put the new stuff into the existing file for it to be overwritten with the patcher

 

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

put the new stuff into the existing file for it to be overwritten with the patcher unless it dont exist, then it gets added in

Edited by srhmike
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  64
  • Reputation:   0
  • Joined:  02/23/14
  • Last Seen:  

So in order to  add testmap into mapnametable  i need to put testmap into the existing file 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   16
  • Joined:  09/26/16
  • Last Seen:  

1 minute ago, DutchDuck said:

So in order to  add testmap into mapnametable  i need to put testmap into the existing file 

edit the file you want to modify, then add them in your patch.

example:
A file has: prontera,geffen,payon

now you edit A file, lets call it B file
B file has: prontera,geffen,payon,testmap

when you add B file to patch, patch to A
A file will become: prontera,geffen,payon,testmap

now if you make new file call C file and made like this:
C file: testmap

when you add C file to patch, patch to A
A file will become: testmap

what happened to prontera,geffen,payon? they were gone because you made a new file.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...