RPGM Completed Cursed Armor II [v7.13] [Wolfzq]

2.90 star(s) 15 Votes

ssgssnatsu

Member
Dec 10, 2021
189
91
151
I haven't received anything, last email file I got was the DLC file months ago. What do you mean by "uncorrected"?

He's been sending patreon messages to patrons with the latest version, but he recently got a warning about it from patreon so now he'll start posting new updates as patreon posts again.
I got this yesterday
IMG_۲۰۲۵۱۱۱۲_۱۶۲۰۵۴.jpg
 

f9account

Engaged Member
Mar 20, 2020
2,421
2,295
399
He's been sending patreon messages to patrons with the latest version, but he recently got a warning about it from patreon so now he'll start posting new updates as patreon posts again.
May I ask what warning you're referring to here, specifically?
 

Cakeey

Do you like cakes?
Donor
Dec 13, 2017
145
354
229
I see 7.01 got posted, finally this game released. Is the steam version the one on the thread or? Im sure steam version got a bunch of stuff removed and i want the full experience. Anyone knows?
Screenshot 2025-11-12 174743.png
 

Mr. Cs

Newbie
Aug 14, 2021
17
4
79
Sorry if my question is a bit stupid, this mission was never completed when I managed to get out of the cave
 

SaltTeam6

Newbie
Jul 31, 2024
49
12
62
I downloaded the game through patreon, but i never made an account and cant read chinese. I am also lost from the reply from wolfzq. Can anyone help?
 

Bruel

Member
Donor
Jan 1, 2018
382
216
153
I downloaded the game through patreon, but i never made an account and cant read chinese. I am also lost from the reply from wolfzq. Can anyone help?

When faced with these kinds of problems, you grab your phone, open the google translate app, click the camera icon and point your camera to the screen.


As for your question: You don't create an account, wolf does. He sends it to you through your patreon email once you hit 16$ in cumulative patreon payments. You can then just use that to login into the game.
 

maxsciem

Member
Apr 25, 2020
174
26
190
1763042327434.png

does anyone can help me with this ?
i had done this before but totally forgot how to do this
i will attach my save game file for your ref
save no 11 is for before and save no 12 is after


*seems the problem already solved. totally forgot how to do this xD
 
Last edited:

sdwpkmn

New Member
Sep 30, 2025
6
2
3
I downloaded the game through patreon, but i never made an account and cant read chinese. I am also lost from the reply from wolfzq. Can anyone help?
It has been mentioned on the discord that the patreon version's in-game login screen is not respecting language settings, and it sounded like that would be fixed in the next update.
 

BeaverTails

Newbie
Oct 27, 2017
15
17
40
go to
and paste there contents of your www\js\plugins\Z_Wolfzq_Base.js
Click beatify code
Then grab it back and overwrite file

Search for something like
Code:
Wolfzq_Body.prototype.changeByContains = function(f, c) {
    if (!f[c]) {
        this.changeMsgBody(1, c, "");
        return
    }
    var d = this.getBody(f);
    if (f.m) {
        var a = f.m;
        if (a[0] && a[0] == 1) {
            var b = "m" + this.PrefixInteger(a[1] - 4, 2) + "16";
            var e = false;
            if (a[2]) {
                e = $we._mc["m" + this.PrefixInteger(a[2] - 4, 2) + "16"]
            }
            if (a[0] && !$we._mc[b] && !e) {
                this.changeMsgBody(1, c, "");
                return
            }
        }
    }
    switch (c) {
        case "glove1":
        case "sthand1":
        case "stmhand1":
and remove these lines entirely
Code:
    if (f.m) {
        var a = f.m;
        if (a[0] && a[0] == 1) {
            var b = "m" + this.PrefixInteger(a[1] - 4, 2) + "16";
            var e = false;
            if (a[2]) {
                e = $we._mc["m" + this.PrefixInteger(a[2] - 4, 2) + "16"]
            }
            if (a[0] && !$we._mc[b] && !e) {
                this.changeMsgBody(1, c, "");
                return
            }
        }
    }
Then save file and (re)start game
 
2.90 star(s) 15 Votes