Create and Fuck your AI Cum Slut –70% OFF
x

Cbum

Newbie
Mar 7, 2018
15
9
139
Did you use the bug fix that I just upload this morning? It should fix it after you replace the Map002 file in the data folder.
I did use the fix. Here's a save right before the crash occurs. Just go to the south of the town and talk to Yellow.
 
  • Like
Reactions: rokrad

Sy

Newbie
Aug 23, 2016
19
57
288
After this scene I got this error

And here is my save
Motherfucking REEEEE.... UGH! It's from when I was translating, these stupid typos keep causing script bugs because I don't put a period of symbol after the \.

I did use the fix. Here's a save right before the crash occurs. Just go to the south of the town and talk to Yellow.
Mega
It's asking for an encryption key. If you could, just compress the save file into a rar and upload it directly here so I could do these stupid bug fixes.
Nvm, I think I found your bug.... another bug again. Wish I had a tool for these typo bug fixes ;_;
Here comes version 3 bug fixes... (Bug fix on post #126)
Tell me the bug and I'll try to fix it.
 
Last edited:
  • Like
Reactions: Rezzerex and rokrad

emerladCoder

Newbie
Jun 29, 2017
22
28
90
I just wondering where is that famous Arms Craftsman I have already finish 3 crystal in the ruins and end up the story about the bandit/orc in the outside of the town . but still no clue from where he can be
After you complete first level, you should get talk with a guard mentioning they need help with town guards or something. Only viable option seems to be to check with the armor craftsman and see if they can provide better weapons. At that point you can go to the arms craftsmen (guy in the right room in the armor shop) to start this set of events.

Each time you get through a level there will be similar thing with town guards need better weapons, go talk to that guy to proceed with events. If you have already done all the levels you should be able to just do all the events.

Motherfucking REEEEE.... UGH! It's from when I was translating, these stupid typos keep causing script bugs because I don't put a period of symbol after the \.


It's asking for an encryption key. If you could, just compress the save file into a rar and upload it directly here so I could do these stupid bug fixes.
Nvm, I think I found your bug.... another bug again. Wish I had a tool for these typo bug fixes ;_;
Here comes version 3 bug fixes... (Bug fix on post #126)
Tell me the bug and I'll try to fix it.
Do you have VS Code or other text\code editor with Find in File that you can use REXGEX to do a find all search?
Could use REGEX like: \\\\[\s\n] to search for any double \\ followed by white space or newline.

Using the Translator++ editor I found these 2 entries which may cause issue? Just single \ without any text or RPG maker lookups/code after. Didn't see anything else, but i'm not sure what to look for.
Translator++_0225.png
 
Last edited:

Sy

Newbie
Aug 23, 2016
19
57
288
After you complete first level, you should get talk with a guard mentioning they need help with town guards or something. Only viable option seems to be to check with the armor craftsman and see if they can provide better weapons. At that point you can go to the arms craftsmen (guy in the right room in the armor shop) to start this set of events.

Each time you get through a level there will be similar thing with town guards need better weapons, go talk to that guy to proceed with events. If you have already done all the levels you should be able to just do all the events.



Do you have VS Code or other text\code editor with Find in File that you can use REXGEX to do a find all search?
Could use REGEX like: \\\\[\s\n] to search for any double \\ followed by white space or newline.

Using the Translator++ editor I found these 2 entries which may cause issue? Just single \ without any text or RPG maker lookups/code after. Didn't see anything else, but i'm not sure what to look for.
View attachment 630065
Thanks, I used the regularly notepad and Notepad++ to compare 1.4 & 2.0 files. I never knew about \\\\[\s\n], basic programming knowledge. It's any \ with a space after that cause the script problems. Putting a period or any character stops it from searching through scripts. I'll update the bug fix with commonevents and Map020 when I find which events they're on.
 

emerladCoder

Newbie
Jun 29, 2017
22
28
90
Thanks, I used the regularly notepad and Notepad++ to compare 1.4 & 2.0 files. I never knew about \\\\[\s\n], basic programming knowledge. It's any \ with a space after that cause the script problems. Putting a period or any character stops it from searching through scripts. I'll update the bug fix with commonevents and Map020 when I find which events they're on.
Hi those lines might be used in few places, the translation tool combines events with same text I think.


As a knight... I am responsible as the head of the \
soldiers of this town.
Commonevents.txt/Commonevents/212/101/Dialogue
Map019/events/122/pages/0/101/Dialogue
Map129/events/98/pages/1/90/Dialogue
Map129/events/98/pages/2/90/Dialogue

【\N[1]】\
Chu... Rero... Rero...
Map020.txt/Map020/events/9/pages/0/22/Dialogue
Map019/events/74/pages/0/20/Dialogue
Map129/events/46/pages/1/10/Dialogue
Map129/events/46/pages/2/10/Dialogue

Above is the context for each with map id, event id, and event page.
 

Sy

Newbie
Aug 23, 2016
19
57
288
Hi those lines might be used in few places, the translation tool combines events with same text I think.


As a knight... I am responsible as the head of the \
soldiers of this town.
Commonevents.txt/Commonevents/212/101/Dialogue
Map019/events/122/pages/0/101/Dialogue
Map129/events/98/pages/1/90/Dialogue
Map129/events/98/pages/2/90/Dialogue

【\N[1]】\
Chu... Rero... Rero...
Map020.txt/Map020/events/9/pages/0/22/Dialogue
Map019/events/74/pages/0/20/Dialogue
Map129/events/46/pages/1/10/Dialogue
Map129/events/46/pages/2/10/Dialogue

Above is the context for each with map id, event id, and event page.
Good point, thanks for the help. I decided to just repatch everything after fixing the txt files. Repatched into v2, it should be the final patch until something breaks.
 
  • Like
Reactions: rokrad

quanbe

Member
Apr 8, 2019
261
565
184
After you complete first level, you should get talk with a guard mentioning they need help with town guards or something. Only viable option seems to be to check with the armor craftsman and see if they can provide better weapons. At that point you can go to the arms craftsmen (guy in the right room in the armor shop) to start this set of events.

Each time you get through a level there will be similar thing with town guards need better weapons, go talk to that guy to proceed with events. If you have already done all the levels you should be able to just do all the events.



Do you have VS Code or other text\code editor with Find in File that you can use REXGEX to do a find all search?
Could use REGEX like: \\\\[\s\n] to search for any double \\ followed by white space or newline.

Using the Translator++ editor I found these 2 entries which may cause issue? Just single \ without any text or RPG maker lookups/code after. Didn't see anything else, but i'm not sure what to look for.
View attachment 630065
I can start the event 4.1 for the Arms Craftsman even thought I already unlock the last crystal + done all the quests from the guild ( about the bandits)
 

Cbum

Newbie
Mar 7, 2018
15
9
139
I think they are a bug with town mayor scene at one point it's said that you have to make the heroine pregnant with mayor child but even when it's done (pregnant by mayor) the heroine start saying she is pregnant with someone else child and that she have to give birth asap in the church LMAO
I'm stuck on a loop with this bug as well.
 

emerladCoder

Newbie
Jun 29, 2017
22
28
90
I'm stuck on a loop with this bug as well.
The Game Event is checking $game_variables[143] == "町長", I guess that needs to be translated to w/e the mayors name is translated else it will not match and it will assume you are pregnant with someone elses kid.

Map 16, Event 8, Page 6

1587825182948.png


In the common event 173 the variable its set to $game_variables[143] = "Town Mayor", so above check should be $game_variables[143] == "Town Mayor" too, then i think that will let you proceed on event line.

You can try attached Map016 where I fixed that or wait for Sy to check.
 

quanbe

Member
Apr 8, 2019
261
565
184
The Game Event is checking $game_variables[143] == "町長", I guess that needs to be translated to w/e the mayors name is translated else it will not match and it will assume you are pregnant with someone elses kid.

Map 16, Event 8, Page 6

View attachment 632450


In the common event 173 the variable its set to $game_variables[143] = "Town Mayor", so above check should be $game_variables[143] == "Town Mayor" too, then i think that will let you proceed on event line.

You can try attached Map016 where I fixed that or wait for Sy to check.
if you have time could you try to look for the events about Arms Craftsman ( event 4-1) I can't start this one at all
 

asasa1234

Newbie
Jan 12, 2018
97
71
110
Minor quibble but later in the game as Saria's lewdness goes up and the status description changes, her status description tends to overflow into the tooltip at the bottom of the page.
 
  • Like
Reactions: rokrad

emerladCoder

Newbie
Jun 29, 2017
22
28
90
if you have time could you try to look for the events about Arms Craftsman ( event 4-1) I can't start this one at all
I was able to proceed through the Arms Craftsman events fine, not sure what the exact trigger for this event is. What was the last event in Arms Craftsman event sequence you had?

Edit.
Event 4-1 should happen a few days after event 3-4. At night Saria will be fulfilling contract to upkeep the equipment (I think this event is suppose to repeat every 7 days) and you should be able to find her in basement of guard brackets. Then the next morning she will be with Arms Craftsmen in her room, if you leave her with him she will proceed with further events for a few days culminating in a gangbang on the plaza thing southeast of the Inn. During the sequence of events you can find them around town, and give them more aphrodisiacs if you have any (might be necessary to see all events in the sequence).
 
Last edited:

Sy

Newbie
Aug 23, 2016
19
57
288
Minor quibble but later in the game as Saria's lewdness goes up and the status description changes, her status description tends to overflow into the tooltip at the bottom of the page.
This is what it looks like trying to translate the status description page. I have NO idea where the window ends both vertically and horizontally so I do my best to wing it. Sorry if I sound snarky. I'm kinda done with this project after looking at it for over a year lol.
 

quanbe

Member
Apr 8, 2019
261
565
184
I was able to proceed through the Arms Craftsman events fine, not sure what the exact trigger for this event is. What was the last event in Arms Craftsman event sequence you had?

Edit.
Event 4-1 should happen a few days after event 3-4. At night Saria will be fulfilling contract to upkeep the equipment (I think this event is suppose to repeat every 7 days) and you should be able to find her in basement of guard brackets. Then the next morning she will be with Arms Craftsmen in her room, if you leave her with him she will proceed with further events for a few days culminating in a gangbang on the plaza thing southeast of the Inn. During the sequence of events you can find them around town, and give them more aphrodisiacs if you have any (might be necessary to see all events in the sequence).
so event 4-1 happen without going to talk to him ? just go to bed (for pass the night) with saria still in her office ?
 
  • Like
Reactions: Eby Detei

quanbe

Member
Apr 8, 2019
261
565
184
the last event I get was the one with black and Arms Craftsman in the room of saria and after that just Arms Craftsman and saria when he finnaly reach the magic level for the new equipment
 

quanbe

Member
Apr 8, 2019
261
565
184
I have restart the game from the begenning and now an other bug is appeared when you ask rodrigo to train sarria the last scene never start even thought she have more than 250-300 in her lewdness stat .... ( and yes I have wait like 2 week) without the last event starting .....
 

emerladCoder

Newbie
Jun 29, 2017
22
28
90
so event 4-1 happen without going to talk to him ? just go to bed (for pass the night) with saria still in her office ?
the last event I get was the one with black and Arms Craftsman in the room of saria and after that just Arms Craftsman and saria when he finnaly reach the magic level for the new equipment
I have restart the game from the begenning and now an other bug is appeared when you ask rodrigo to train sarria the last scene never start even thought she have more than 250-300 in her lewdness stat .... ( and yes I have wait like 2 week) without the last event starting .....
There are a lot of events in the night events map (map 001 is the map you are transferred to and there are 4 events that trigger for all the night event processing). Checking all the logic is a pain, especially with the Japanese Variable/Switch names.

For fourth Rodrigo Event the event is Common Event 91 which is triggered as below. Requirements are
Switch 327 (ロドリゴと性行為中 - Having sex with Rodrigo) On
Variable 321 (ロド調教進行度 - Rod training progress) = 6
Variable 322 (ロド日数計算 - Rod days calculation) >= 3
Switch 56 (サリア微淫乱 - Saria slightly nasty) On
1587915321788.png

For Arms Craftsmen 4-1, it is triggered when you are transferred to Map 09 (guard brackets basement) with Switch 381 (武具職人その後一回目 - Armor craftsman first time) On.
Switch 369 (武具職人その後 - Armor craftsman afterwards ) On
Variable 340 (武具職人その後進行度 - Armor craftsmen then progress ) = 0
Variable 345 (武具職人進行度2 - Armor craftsman progress 2 ) < 1
1587915974160.png

If you check your save through a save editor maybe you can see which flags/variables aren't correct for these events.
 
4.20 star(s) 16 Votes