Jump to content
  • 0

[sprite] how to upload own custom sprite on my grf?


Question

1 answer to this question

Recommended Posts

Posted

Get in your Webserver swtitch to your patch list, add there the name of your GRF/GPF

in form 

patch(1.2(#))<TAB>destination(GRF or FLD)<TAB>patch_name.fileend

 

Save and exit, Start your Patcher and let them work.

 

 

 

Format:

patch#<TAB>destination<TAB>patch_name
patch# start with 1, and increment for each new patch destination GRF will patch the grf, FLD will extract to folder patch_name the name of the patch (including file extension, of course)

Sample patchlist.txt (take note of the TABs. Comments are allowed)

//this will extract patch1.gpf into the data folder
1    FLD    patch1.gpf
//here, patch2.gpf will be mergegd with grf_file
2    GRF    patch2.gpf
//You can also delete files from the data folder.
3    FLD    data\filenametodelete.xml*
//Deleting files inside a GRF archive is still supported
4    GRF    data\i_will_delete_you.txt*

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...