Crafting compass

Translate

Featured Post

Website Changes

 Today I am making a change to upbe4t.com that has been needed for several years now.  Currently not subbed to ff11 I am taking an extended ...

Popular Posts

Monday, July 18, 2022

Judge .bat



readme.txt 
This is a bat I wrote you can use to switch blood set with judge set
if you do not know what the bat is doing I suggest not using it
you do have to edit the bat before it'll work

you can manually switch out any gear for the judge gear and it appears in game
this is just something I wrote for myself and decided to give out

inside the .bat

cd lines need to be edited to your rom folders rom\123 rom\124 and rom\155
xcopy the first section needs to be your desktop or where you extract the .txt files

cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\123
cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\124
cd C:\Program Files (x86)\PlayOnline\SquareEnix\FINAL FANTASY XI\ROM\155

need to replace the above path to whatever your install path to ffxi\rom\123 124 and 155 is
inside of the .bat


xcopy /s/Y C:\Users\Upbea\desktop\1.txt 118.txt
xcopy /s/Y C:\Users\Upbea\desktop\37.txt 123.txt
xcopy /s/Y C:\Users\Upbea\desktop\82.txt 0.txt
xcopy /s/Y C:\Users\Upbea\desktop\114.txt 5.txt
xcopy /s/Y C:\Users\Upbea\desktop\18.txt 10.txt
xcopy /s/Y C:\Users\Upbea\desktop\29.txt 82.txt

the 'C:\Users\Upbea\desktop\' inside the bat needs to be your desktop path with the #.txt at the end


What the .bat is doing is saying:

idc where you are go to this folder
rename this .dat to .txt inside this folder
replace the .txt data on desktop to be the .txt data in ffxi install folder
rename .txt back to .dat inside the ffxi install folder

does this for all 6 pieces of equipment and it is finished

No comments:

Post a Comment