justaplayer69

Newbie
Nov 29, 2023
61
92
Hi folks,

I've added new features to the Gallery viewer.
- as requested, arrow keys UP and DOWN are now working
- by pressing F4 you can toggle between Animation gallery and Map gallery. Hopefully this will help you guys finding the missing skills in secret areas.

Quick note: maps consist of multiple layers. Some of those are handled dynamically by the PGMM engine to provide the parallax effect, those cannot be generated statically (see the blue buildings in the background on this map for example: https://attachments.f95zone.to/2024/05/3697139_map051.gif). Also some objects are not part of the actual map instead placed dynamically in run-time depending on the game's current state (for example the treasure chests unfortunately), so those won't show up either. But still, it is good to get the overall level and see where the hidden areas might be.

Binary: https://attachments.f95zone.to/2024/05/3697135_gallery_bin.zip
Source: https://attachments.f95zone.to/2024/05/3697137_gallery_src.zip
Preview: https://attachments.f95zone.to/2024/05/3697138_gallery.png
 

justaplayer69

Newbie
Nov 29, 2023
61
92

poopcorn

New Member
Dec 27, 2017
7
14
yeah i'm supporting the dev on this. fun beat em gameplay, great H animations, actual unique setting even amongst non-ero games. this is something special and definitely deserving of my money.
 
  • Like
Reactions: Nicorondo

justaplayer69

Newbie
Nov 29, 2023
61
92
I hope someone makes a God mode cheat, cause I ain't tryna try hard to beat the future bosses
God mode cheat:

1. make a backup copy of Resources\data\project.json (just to be safe)
2. look into the file. If it starts with the three bytes "enc" (version 2024_03 and up), then run the decrypter first: https://f95zone.to/threads/pixel-game-maker-mv-extractor.105950/page-4#post-13822428
3. open Resources\data\project.json with a text editor and replace all occurrences of

"assignVariableObjectId": 1,
"assignVariableQualifierId": -1,
"assignVariableId": 2,

with

"assignVariableObjectId": 1,
"assignVariableQualifierId": -1,
"assignVariableId": 3,

IMPORTANT: lots of objects have a variable with id 2, so only do this in blocks where "assignVariableObjectId" being 1 !!! What this patch does, is replacing your "current HP" with your "maximum HP" in calculations as if you had full HP all the time, so effectively you won't take any damage at all.

Also note that certain objectCommands in the json suggests that some enemies have an "instant kill" action (which does not involve your current HP in any way, kills you no matter), so you still must avoid those special attacks (not sure which enemies and what attacks, but my guess is bosses have such special moves). I haven't figured out yet how to nullify those.
 
  • Like
Reactions: AjquWUo13

Tsugumi

Well-Known Member
Oct 16, 2018
1,202
989
AjquWUo13 Go around it. That gate is not meant to help you advance, but to make backtracking easier. Forget about it until you find the path around and to that lever, which will open the gate...and make it useless as you already are beyond it at that point.
 

AjquWUo13

Newbie
Nov 16, 2021
53
58
AjquWUo13 Go around it. That gate is not meant to help you advance, but to make backtracking easier. Forget about it until you find the path around and to that lever, which will open the gate...and make it useless as you already are beyond it at that point.
Alright, thanks
 

AjquWUo13

Newbie
Nov 16, 2021
53
58
God mode cheat:

1. make a backup copy of Resources\data\project.json (just to be safe)
2. look into the file. If it starts with the three bytes "enc" (version 2024_03 and up), then run the decrypter first: https://f95zone.to/threads/pixel-game-maker-mv-extractor.105950/page-4#post-13822428
3. open Resources\data\project.json with a text editor and replace all occurrences of

"assignVariableObjectId": 1,
"assignVariableQualifierId": -1,
"assignVariableId": 2,

with

"assignVariableObjectId": 1,
"assignVariableQualifierId": -1,
"assignVariableId": 3,

IMPORTANT: lots of objects have a variable with id 2, so only do this in blocks where "assignVariableObjectId" being 1 !!! What this patch does, is replacing your "current HP" with your "maximum HP" in calculations as if you had full HP all the time, so effectively you won't take any damage at all.

Also note that certain objectCommands in the json suggests that some enemies have an "instant kill" action (which does not involve your current HP in any way, kills you no matter), so you still must avoid those special attacks (not sure which enemies and what attacks, but my guess is bosses have such special moves). I haven't figured out yet how to nullify those.
Thanks that works
 

itthatbetrays

Newbie
Dec 13, 2018
35
28
I played the demo (the one that end by defeating the priest) and I think it's pretty cute. I hope the full game will be out soon.
On one side I like the sex positivity of the protagonist, but on the other I'd totally want a corruption route for her (or at least her assistant, who is super cute and would need all the scenes imo).
 
Oct 27, 2023
1
0
I can't seem to play the game. I keep getting the error about the drivers MSVCR120 and MSVCP120 missing. Tried downloading the drivers and still didn't work. Reinstalled the game? Same issue.
 

justaplayer69

Newbie
Nov 29, 2023
61
92
v0.4

Untranslated though.
Not true, I've uploaded the translation here: https://attachments.f95zone.to/2024/05/3692261_reconquista_English_MTL_good.zip

Contains two project.json files, one for 2024_02 (also known as v0.3.7), and one for 2024_04 (the version that your pixeldrain link points to). As other have pointed out, that's not v0.4. If your file is the same as (seems to be), then my translation will work with it (for both Japanese and English locale).
I can't seem to play the game. I keep getting the error about the drivers MSVCR120 and MSVCP120 missing. Tried downloading the drivers and still didn't work. Reinstalled the game? Same issue.
Go a few pages back, someone has already attached those DLLs in this thread.
 
Last edited:
  • Like
Reactions: MrLightningStyle
4.70 star(s) 33 Votes