|
Post by juscurt on Oct 23, 2021 13:56:15 GMT -6
I'm currently editing the MPQ to make all artifacts MPQ equippable by either hand. Maybe it was designed this way to avoid stat stacking, but I think it takes away from the fun. The edits shouldn't take too long, literally changing "left" or "right" to EITHER, but I have to save it in a tedious way for the game to work.
I plan to complete this all by November and I'll release the files here.
|
|
|
Post by Boaster on Oct 24, 2021 6:24:10 GMT -6
Per the GSM, you will want to use Notepad++. There is a feature that allows you to replace text by files and directories.
You would do two edits this way.
CTRL+H hotkey in Notepad++ then select the 'Find in Files' tab.
'Find What' [1] ARTIFACT_WIELD_LEFT [2] ARTIFACT_WIELD_RIGHT to 'Replace With' ARTIFACT_WIELD_EITHER
Obviously, make sure you only point to the 'gs\ARTIFACT\' folder.
And perhaps use 'Match Case' or "Match Whole Word Only' options.
|
|
|
Post by juscurt on Oct 25, 2021 6:27:16 GMT -6
That would be awesome, unfortunately for me, notepad++ "corrupts" the file when I replace the edited in the folder. My workaround has been regular notepad when editing.
|
|
|
Post by juscurt on Oct 31, 2021 17:56:44 GMT -6
|
|
|
Post by lemminkainen on Nov 1, 2021 9:03:51 GMT -6
Good job! Did you just change the artifacts wielding rules or also other things?
|
|
|
Post by juscurt on Nov 1, 2021 15:52:20 GMT -6
Thank you! Only the artifacts for the Faiths were edited. My coding experience is beginner, so I'm glad this was easy enough [Laugh out Loud]
|
|
|
Post by juscurt on Nov 2, 2021 12:23:26 GMT -6
Totally Forgot this one: These edits also include the bug fix to the Life Spirit Bow which slowed down rate of fire instead of increasing it. Mentioned here. I haven't found other bugs like this, but if you know of any, let me know.
|
|