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

2.90 star(s) 15 Votes

maxsciem

Member
Apr 25, 2020
170
26
190
Just the the basic rpgmv one. If you just want to unlock all the scenes I've already posted multiple versions of an unlock, just use the search function to filter for posts by me.
I see. Coz i think wanna change some basic attributes. Previously, i try with Mtool but cant find it. I think wolfzq block it
 

Bruel

Member
Donor
Jan 1, 2018
361
209
153
I see. Coz i think wanna change some basic attributes. Previously, i try with Mtool but cant find it. I think wolfzq block it
What exactly do you want to change, what "attribute"? I won't make any promises as I don't know the internals of attributes specifically, but I might take a crack at an extension for it.
 
  • Like
Reactions: maxsciem

Bruel

Member
Donor
Jan 1, 2018
361
209
153
Thank you for sharing the save files for the game. Unfortunately the same issue persist. Which leads me to believe its something with the game itself. As the autosave save in your files is from a memory, but as soon as the memory ends. It sends the character back to the memory/ga**ery room. And you can only see a few memories.

I've already posted multiple versions of a g*ll*ry unlock. Just search for posts by me.

As for returning back to the memory room, that's correct behavior. Changes aren't persisted when viewing scenes, the game creates a copy of the character, runs the scene and then restores the original character back. It's possible to cheat that system away by editing the code, but you really don't want that, trust me, breaking the game is a given if you do this.
 

Bruel

Member
Donor
Jan 1, 2018
361
209
153
this one still can be use in latest version?
This is just the generic one, I don't believe it'll work for the custom properties the dev has set up for this game. Other than that, yeah, it works fine. Basically everything that's implemented using the normal way of doing things in RPG maker will work.

I mostly use it for teleport and noclip and that works perfectly. You should know that some triggers require you to "walk" the normal way, at least 2 people have used noclip and ended up missing a trigger for the white witch line.

https://f95zone.to/threads/cursed-armor-ii-v5-90-wolfzq.15260/post-16938113
 

Jeykie28

New Member
Jul 27, 2021
13
1
13
Another reason for me to believe you're cheating. The speed I run at is the fastest the game allows naturally afaik. There is a speed cheat in the generic cheat menu which would allow you to run faster.

i some how finish the underground cave using on/off of the chinese text under "switches" when translated, it in english, i believe its "recall start"?

also, the battle movespeed is so fast, its uncontrollable. but whenever i turn on the "recall start", it resolves the movespeed issue.
 

maxsciem

Member
Apr 25, 2020
170
26
190
What exactly do you want to change, what "attribute"? I won't make any promises as I don't know the internals of attributes specifically, but I might take a crack at an extension for it.
ahh forgot to mention, the basic attribute such as sanity, lust and etc xD
 

Bruel

Member
Donor
Jan 1, 2018
361
209
153
i some how finish the underground cave using on/off of the chinese text under "switches" when translated, it in english, i believe its "recall start"?

also, the battle movespeed is so fast, its uncontrollable. but whenever i turn on the "recall start", it resolves the movespeed issue.
I think you read the wrong post. The one I linked to is #4,557, it has a video on it on how to remove the crystal.

I would advise against cheating to fix problems. You'll only end up with your game in an invalid state and end up questioning why it doesn't work later.

Some things you need to cheat around, like that bridge crack trigger or the lake one, but those are there intentionally to bug out on cracked versions. Normal stuff you should probably do it the normal way.
 

Bruel

Member
Donor
Jan 1, 2018
361
209
153
ahh forgot to mention, the basic attribute such as sanity, lust and etc xD
Yeah, I think those are custom. You won't be able to change them using the default cheat menu unless you find a plugin to extend it. I might take a look at it, but no promises.
 

Bruel

Member
Donor
Jan 1, 2018
361
209
153
ahh forgot to mention, the basic attribute such as sanity, lust and etc xD
Here you go. Just unzip inside www\js\plugins AND add {"name":"Cheat_Menu_Cursed_Armor","status":true,"description":"","parameters":{}} to the end of your www\js\plugins.js file. You should do the same with the cheat menu. Don't forget the comma at the end of of previous line when editing the plugins.js file. Also, order is important, make sure the Cheat_Menu plugin is BEFORE the Cheat_Menu_Cursed_Armor plugin in your plugins.js.

Sadly I can't send you my plugins file because I have a bunch of other plugins added to it.
 
  • Like
Reactions: maxsciem

Bruel

Member
Donor
Jan 1, 2018
361
209
153
As always, virus total finds at least one detection.

Here's the reference 2/62

Probably just mad because it's a js file inside a 7z. Or doesn't like the word cheat inside the source.


Either way, use at your own risk. That goes for both the virus detection and the fact you're messing with game internals by cheating these stats, might mess something up.
 
  • Like
Reactions: maxsciem

maxsciem

Member
Apr 25, 2020
170
26
190
Here you go. Just unzip inside www\js\plugins AND add {"name":"Cheat_Menu_Cursed_Armor","status":true,"description":"","parameters":{}} to the end of your www\js\plugins.js file. You should do the same with the cheat menu. Don't forget the comma at the end of of previous line when editing the plugins.js file. Also, order is important, make sure the Cheat_Menu plugin is BEFORE the Cheat_Menu_Cursed_Armor plugin in your plugins.js.

Sadly I can't send you my plugins file because I have a bunch of other plugins added to it.
thanks !!!

one more thing, how to remove our current appearance settings and current costume setting. Coz seems like my char have overlapping costumes on it. coz it will be like this
1746816361587.png
 
Last edited:

Bruel

Member
Donor
Jan 1, 2018
361
209
153
thanks !!!

one more thing, how to remove our current appearance settings and current costume setting. Coz seems like my char have overlapping costumes on it. coz it will be like this
View attachment 4822959
Man, you really messed up your game, huh. I don't think I can help with that one, I have no idea how you even managed to get it to that state.

My best guess would be to remove every piece of clothing and then equip the ones that set those images that are stuck. IE, remove everything and equip the magic circles, scythe and gag. Equipping other things in those slots could also work, it doesn't seem like the code has space for multiple items in the same slot, so it might override what's there.

If that doesn't work, you could try adding the following to the end of the file I sent you previously. It'll add a new tab of cheats to the menu with some attempts at fixing the problem. Obviously, none of this is tested, back up any save you'll be running this on. Also, run them in order - top to bottom - as these get progressively more aggressive.

If that still doesn't work, send me your sa[v]e so I can try some different things.

JavaScript:
Cheat_Menu.menus[Cheat_Menu.menus.length] = function () {
  let cheatKey = 4;
  let cheatNum = 0;
  Cheat_Menu.append_cheat_title("Potential Clothing Fixes");

  Cheat_Menu.append_cheat(`reload actor`, "Activate", cheatKey++, function () {
    $wb.reloadActor();
    SoundManager.playSystemSound(1);
  });

  Cheat_Menu.append_cheat(
    `Load shape file`,
    "Activate",
    cheatKey++,
    function () {
      $wf.loadShapeFile();
      SoundManager.playSystemSound(1);
    }
  );

  Cheat_Menu.append_cheat(
    `Unequip all clothes`,
    "Activate",
    cheatKey++,
    function () {
      $w.mustUnEquipAllClothes();
      SoundManager.playSystemSound(1);
    }
  );

  Cheat_Menu.append_cheat(
    `Unequip all clothes - forced`,
    "Activate",
    cheatKey++,
    function () {
      $w.mustUnEquipAllClothes(true);
      SoundManager.playSystemSound(1);
    }
  );

  Cheat_Menu.append_cheat(
    `Remove body lock`,
    "Activate",
    cheatKey++,
    function () {
      $wb.lockBody(0);
      SoundManager.playSystemSound(1);
    }
  );
};
 
  • Like
Reactions: maxsciem

maxsciem

Member
Apr 25, 2020
170
26
190
Man, you really messed up your game, huh. I don't think I can help with that one, I have no idea how you even managed to get it to that state.

My best guess would be to remove every piece of clothing and then equip the ones that set those images that are stuck. IE, remove everything and equip the magic circles, scythe and gag. Equipping other things in those slots could also work, it doesn't seem like the code has space for multiple items in the same slot, so it might override what's there.

If that doesn't work, you could try adding the following to the end of the file I sent you previously. It'll add a new tab of cheats to the menu with some attempts at fixing the problem. Obviously, none of this is tested, back up any save you'll be running this on. Also, run them in order - top to bottom - as these get progressively more aggressive.

If that still doesn't work, send me your sa[v]e so I can try some different things.

JavaScript:
Cheat_Menu.menus[Cheat_Menu.menus.length] = function () {
  let cheatKey = 4;
  let cheatNum = 0;
  Cheat_Menu.append_cheat_title("Potential Clothing Fixes");

  Cheat_Menu.append_cheat(`reload actor`, "Activate", cheatKey++, function () {
    $wb.reloadActor();
    SoundManager.playSystemSound(1);
  });

  Cheat_Menu.append_cheat(
    `Load shape file`,
    "Activate",
    cheatKey++,
    function () {
      $wf.loadShapeFile();
      SoundManager.playSystemSound(1);
    }
  );

  Cheat_Menu.append_cheat(
    `Unequip all clothes`,
    "Activate",
    cheatKey++,
    function () {
      $w.mustUnEquipAllClothes();
      SoundManager.playSystemSound(1);
    }
  );

  Cheat_Menu.append_cheat(
    `Unequip all clothes - forced`,
    "Activate",
    cheatKey++,
    function () {
      $w.mustUnEquipAllClothes(true);
      SoundManager.playSystemSound(1);
    }
  );

  Cheat_Menu.append_cheat(
    `Remove body lock`,
    "Activate",
    cheatKey++,
    function () {
      $wb.lockBody(0);
      SoundManager.playSystemSound(1);
    }
  );
};
thanks a lot mate xD
here is the save game
use the save game no 5
the option key is V and B
the main problem lies on that :(
 
Last edited:

squishysix

Member
Apr 28, 2020
260
114
111
Does anyone know any other games like this
what do you mean? the gameplay? or the genre? or the niche genre? if you looking up for niche genre like i do. its hard, this game have some place in my heart because some niche genre i have like a long hair and hairjob and hair pulling or something like that
 
  • Like
Reactions: Bruel

Bruel

Member
Donor
Jan 1, 2018
361
209
153
thanks a lot mate xD
here is the save game
use the save game no 5
the option key is V and B
the main problem lies on that :(
Man, don't just go clicking random Chinese options. The game is using those clothes when you remove the equipment because that's what you told it do.

Here's a translation:
1747169838953.png


To disable this "B -> penultimate option (purple) -> last option (white)".

If you want to change current costume quickly it's "B -> first option". No purple Chinese involved.
 
  • Like
Reactions: maxsciem

Bruel

Member
Donor
Jan 1, 2018
361
209
153
Does anyone know any other games like this

Only thing anywhere near this one is the first game in the series I believe, you can find it in the first post under "prequel".

As squishysix said, you'll need to come up with what exactly you enjoy about this one to even attempt to get a good recommendation. This game is just so damn huge in scope and story that you'll find similar things in basically every game here.
 

Boss129

Newbie
Jul 26, 2023
66
43
151
what do you mean? the gameplay? or the genre? or the niche genre? if you looking up for niche genre like i do. its hard, this game have some place in my heart because some niche genre i have like a long hair and hairjob and hair pulling or something like that
niche genre wth hardcore scene and pregnancy , interspecies scene are bonus
 

maxsciem

Member
Apr 25, 2020
170
26
190
Man, don't just go clicking random Chinese options. The game is using those clothes when you remove the equipment because that's what you told it do.

Here's a translation:
View attachment 4836322


To disable this "B -> penultimate option (purple) -> last option (white)".

If you want to change current costume quickly it's "B -> first option". No purple Chinese involved.
thanks !!!
 
  • Like
Reactions: Bruel

Bruel

Member
Donor
Jan 1, 2018
361
209
153
niche genre wth hardcore scene and pregnancy , interspecies scene are bonus
If you care mostly about the scenes and not the game part to consider similar, there are some.

First there's the first game, Cursed Armor. It has not only similar scenes to this one, but has a horse marriage plot line that is just great.

Now, for my suggestions. I would like to point out that I didn't filter these by being similar in terms of game play to CAII, this list is going off of just the themes you requested.

-----------------------

If you want bestiality then you really can't go wrong with:

Slice of Venture Origins - Amazing art and great scenes. The corruption plotline works wonders and there's even some more niches to explore. Only big issue is that it isn't really a game. In terms of interactivity it sits somewhere between a VN and a dating simulator. You interact with it enough that it isn't a VN, but you're also mostly walking around to find where the scenes and story are. The story is pretty decent though.

Syahata's Bad Day - Amazing art. Amazing game play. Only real problem with it is that it ends. Here's my full review if you want to know more. There's also basically no story, if that's a deal breaker to you.

ThornSin - Currently in development, but what is already there is just amazing. More interactive and better produced than CAII, but also shorter and with very little story. It not only features bestiality, but also pregnancy and monster birth. And it's also interactive and sprite animation based, no static CGs here.

Cocoa and Taro - Not in the same level as the others I suggested, but it's my hidden gem. The story is fun, it's short and the scenes are decent. I like and those who play it seem to like it too, but it's not well known or anything.

Tentacular - Basically beastiality all the way down. I don't remember a single scene involving a human in this one. I don't personally like as much as others here, but a lot of people seem to love this one. The reason for my distaste is that I don't think it has enough of a story for a VN. The scenes are great, but the way I see it, if you're making a visual novel, it needs the visual and the novel.


-----------------------------


If you want pregnancy, then I suggest:

Lust Epidemic - as a game it's not great, but the 3dcg is decent and the story is really good. It's also the first game in a trilogy that get A LOT better in the latter installments (though only the first one has any real preg). I say it's not a great game because, similar to SVO, it's a walking simulator. Only this one has a bunch of item based puzzles to block where you can go and has a bunch more spaces you have to check in order to find the thing you need to progress.

It's mainly annoying because you are working on several different threads at the same time and you'll inevitably forget about what you needed to do in each. It's saving grace is that it has an item that basically tells you where you need to go to progress. You'll be using that feature a lot.

There isn't a lot of pregnant content in this one, but it's one of the two games I can think of where you actually get to screw the pregnant girl instead of being the pregnant girl.

Four Elements Trainer - The second game I can think of where you screw pregnant ladies. This one has more preg content, but it's still not the main focus. Plus it's mostly centered around the latter part of the game. It's a VN so basically no interactivity and a lot of reading. Don't be deceived by the beastiality tag, it's just a couple scenes among a hundred. Also don't reject the game based on the first book. It took them years to craft this one so the art and variation gets much, much, better as you progress over the books.

The Agnietta (and it's sequel) - Amazing art and great gameplay. I prefer the first one, but they're both good. One caveat is that pregnancy in this one is a sprite based in game event, meaning you don't get to see CGs around it. There are a couple CGs where you get impregnated and then see the aftermath of the birth, but nothing incredibly complex. Another caveat that I personaly consider a good niche but might not be your thing is that this one is mostly tentacles/huggers/"werewolf" and similar, you shoudln't expect to see human on human action.

Melty's Quest - Amazing anime art, decent (basic RPGM) gameplay, really good story. It also has plenty of clothing options that cater to a lot of diferent tastes. Preg content is fairly limited though. You get fucked when losing and there's a chance you get pregnant. Pregnancy is basically a punishment that forces you go to back to the city to deliver the monster baby. There is a birth scene though, a fairly good one at that.

Hazumi and the Pregnation - Decent story, okayish gameplay. Mostly there for you if you really want pregnancy. It's the sole purpose of this game. At that it excels, but the art isn't for everyone and it's not as much of a game as the others here.

Kunosuba Curse of the Defeated Sow Knight - Same as the previous one, but with more interesting scenes imho. The art might a bit worse though.

----------------------------

Here some more games involving weirdness. They might have preg/best, both or neither. It's mostly suggestions based on what CA offers that I think a connection in taste can be made.

Captivity - COD: zombies with monsters/insects/fnaf-robots. Pregnancy and birth in a couple of the stages. The gameplay is amazing and it's also decntly hard and fun. It's mainly niche because of the insects and stuff. It's also all in game sprite animations, so nothing too detailed. Basically no story.

Mystic Knight Maya - Solid gameplay. Plenty of sprite scenes. Lots of best, some preg, decent ammount of transformation. Caveat is all the vore, lots and lots of vore. It's all sprite based so nothing too graphic, but it is there.

Odyssey of Gianna - THE transformation game. I honestly can't believe this one isn't 10 times more successful. Has a decent story, amazing gameplay (for RPGM at least) and a huge selection of weirdness. There is one pregnancy stat, but it's not a big part of the game. This one is mainly the transformations and mind control. Main issue with it is that the game is so incredibly complex that the engine gets in the way.

Lastly, I would like to point out that both preg and best are categories in the forum, meaning you can search for games containing them here. Just filter by tags on the side and try ordering by score or thumbsup.
 
2.90 star(s) 15 Votes