Jump to content
  • 0

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


healthydude

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  64
  • Reputation:   3
  • Joined:  02/05/13
  • Last Seen:  

I use neoncube, and I already know how to script the item. I just want to know how I can upload it on my patcher

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   3
  • Joined:  01/05/12
  • Last Seen:  

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*
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...