changing file extention

Request patches for Keens 4-6.
Post Reply
User avatar
Bubzrulz
Posts: 208
Joined: Thu Dec 22, 2016 12:37 pm
Location: N.S.W AUSTRAILA

changing file extention

Post by Bubzrulz »

i'd like to change the file extentions on AUDIO, MAPHEAD , EGAHEAD , EGAGRAPH, GAMEMAPS.. to make it look neater how do i patch this?
User avatar
K1n9_Duk3
Posts: 13
Joined: Tue Jan 19, 2021 9:57 pm

Re: changing file extention

Post by K1n9_Duk3 »

The EGAHEAD data has to get patched into the executable anyway, so you can just rename the file and change the file name in the patch file.

For the others, simply use the corresponding patch commands:

Code: Select all

%gamemaps GAMEMAPS.EXT
%audio AUDIO.EXT
%egagraph EGAGRAPH.EXT
Almost any type of data file (tileinfo, audiodct etc.) can be redirected or renamed like this. Read the text files that come with the CKPATCH package for further information.
Post Reply