That error is strange. It says: "Can't open 03_ap_144_31b.png"Seems peperoncino ninjaed in some CGs during one of their updates
thank you!Just write I’ll borne on sukebei and you should see the links
False positive. You can look at the files in the .7z without opening it. The .xp3 can even be unpacked. It's text files and a PDF. If you could send the actual Defender log with what it says is in there that would be helpful.MuninKai
1)
You must be registered to see the linksNO VIRUS
You must be registered to see the linksVIRUS
Antivirus: MICROSOFT DEFENDER
WINDOWS 10 X64 PROFESSIONAL LAST UPDATE
2) Version: JPN.v.210802 / ENG.r.0.6 fix toENG.r.0.7 please, otherwise not everyone can see
Yeah, for other people to see what I updated in the DMs, Madeline got some new CG. I've been getting updated data.xp3 files, but am still running an old image_0.xp3 and image_1.xp3, which is where they are storing the HCG for this game. The scenario files in data.xp3 were updated to reference the new HCG, but for people running a pirated copy and depending on my patches, those HCG don't exist and give that error. I'll have to figure out a way to audit those kind of stealth changes for future patches, but that's quite doable.That error is strange. It says: "Can't open 03_ap_144_31b.png"
I don't have that error, but when I checked the data and I also don't have said file.
My version is the same as the one I sent you.
So do you plan update cg files? or edit data so the new cg don't appear in game?I'll have to figure out a way to audit those kind of stealth changes for future patches, but that's quite doable.
Yes, I will fix it properly in 0.8.So do you plan update cg files? or edit data so the new cg don't appear in game?
Also could you update translation for these lines in future path? I know they are telling something like higher levels better items. Still it would be nice to translate it.
View attachment 1359277
All stats for goblins born in the same brood are randomized (unlike the first game, which only CMD is randomized) The difference is hard to see in normal goblins, but if you have a brood where there is 2 mutant of the same types, it is more obvious. For example, 2 champions born in the same brood can have their ATK varied wildly, up to ~20 ATK difference.Can anyone explain how inheritance stats work in this game? I read reference sheet but still i don't get it.
For test i used Valentina HP:*, Atk: *, Def: **, Mgc: * my target was goblin pld
Gen: 25, CMD:57, HP:111, Atk:111, Def:122, Mgc:62
Gen: 26, CMD:62, HP:111, Atk:103, Def:114, Mgc:62
Gen: 27, CMD:70, HP:106, Atk:95, Def:124, Mgc:61
Gen: 28, CMD:71, HP:113, Atk:104, Def:110, Mgc:63
Gen 24 have been buffed by food and have different seedbed so i don't count him. I didn't use food for gen 25-28. So why my goblins become weaker with next gen not stronger? CMD is growing sure but the goblin stats are becoming weaker.
CMD growing was just a fluke. There is a set minimum and maximum for each goblin type, you just got lucky.Can anyone explain how inheritance stats work in this game? I read reference sheet but still i don't get it.
For test i used Valentina HP:*, Atk: *, Def: **, Mgc: * my target was goblin pld
Gen: 25, CMD:57, HP:111, Atk:111, Def:122, Mgc:62
Gen: 26, CMD:62, HP:111, Atk:103, Def:114, Mgc:62
Gen: 27, CMD:70, HP:106, Atk:95, Def:124, Mgc:61
Gen: 28, CMD:71, HP:113, Atk:104, Def:110, Mgc:63
Gen 24 have been buffed by food and have different seedbed so i don't count him. I didn't use food for gen 25-28. So why my goblins become weaker with next gen not stronger? CMD is growing sure but the goblin stats are becoming weaker.
goblinData.atHeredity = f.game.goblin[parentGoblinNo].atHeredity;
...
goblinData.atHeredity += intrandom(tf.charaData[parentHeroinCid].heredity[PRM_AT] - 1, tf.charaData[parentHeroinCid].heredity[PRM_AT] + 1);
...
heredity[PRM_AT] += goblinData.atHeredity;
...
var maxParentHeredity = goblinData.generation - 1;
if(maxParentHeredity > 10){
maxParentHeredity = 10;
...
heredity[PRM_AT] += intrandom(tf.charaData[parentHeroinCid].heredity[PRM_AT] - 1, tf.charaData[parentHeroinCid].heredity[PRM_AT] + 1) * maxParentHeredity;
...
goblinData.at = tf.unitData[goblinData.unitID].at * (1 + heredity[PRM_AT] * 0.1 * 2 / 6);
goblinData.atHeredity = 20
goblinData.atHeredity = 20 + intrandom(1 - 1, 1 + 1) = (20, 21, 22)
heredity[PRM_AT] = 0 + (20, 21, 22)
heredity[PRM_AT] = (20 : 22) + intrandom(1 - 1, 1 + 1) * 10 = (20, 21, 22) + (0, 10, 20) = (20, 21, 22, 30, 31, 32, 40, 41, 42)
goblinData.at = 4 * (1 + (20 : 42) * 0.1 * 2 / 6) = 4 * (1 + (0.67 : 1.4) = 4 * (1.67 : 2.4) = 6.67, 6.80, 6.92, 8, 8.13, 8.27, 9.33, 9.57, 9.60
goblinData.at = 32 * (1 + (20 : 42) * 0.1 * 2 / 6) = 32 * (1 + (0.67 : 1.4)) = 32 * (1.67 : 2.4) = 53.33, 54.40, 55.36, 64.00, 65.07, 66.13, 74.67, 75.73, 76.8
What operational system do you use and antivirus?I downloaded it without any problem and my antywirus didn't detect anything.