Others Partial [Translation Request] CauseCurse - Contract with the Evil God - [RJ01315626][FreakilyCharming ]

Chibgy

Newbie
Feb 12, 2021
86
52
+1
And i have a problem with playing the game (V1.4 with translation). When i start the game a log window appeares, which can be closed and the start menu is useable. after set the options and starting the game the log window appears again. closing it is useless, it pops right up after this. any idea how to fix this? Tried the V1.1.0 with translation as well, don't works for me.

Don't work without translation as well. So that's not the Problem, need to be something else..

Edit: I forgot to set System Local to Japan, so answering is not needed anymore.
Sorry for the extremely late response/necroposting
I personally ran into this problem too due to my own carelessness. but I assume it was something like error 134?


There are numerous times in the game where depending on your relationship with Noxia the game will choose between 2 or more different lines of dialogue to play. and they are usually written out like this 99% of the time

Line of Dialogue#1
[else]
Line of Dialogue#2
[endif]

But there are a few instances where they are instead written out like
Line of Dialogue#1[else]Line of Dialogue#2[endif]
and when its written out like this, it is possible that any machine translation would remove the [else],[endif] segments from the line, which would cause the pop-up error.
 
  • Heart
Reactions: homelochino112

DarkMiros

Member
Feb 2, 2018
323
178
Thanks for the info. But i found the main Culprit later. Something must happen between the Game (Engine) and my plugged in PS5 Controller. Without Controller it runs normal. My mistake was i did not read the Description and Troubleshooting completely.
 

Chibgy

Newbie
Feb 12, 2021
86
52
Thanks for the info. But i found the main Culprit later. Something must happen between the Game (Engine) and my plugged in PS5 Controller. Without Controller it runs normal. My mistake was i did not read the Description and Troubleshooting completely.
ooh, that is very strange.
 

Chibgy

Newbie
Feb 12, 2021
86
52
I started working on translating the sex scenes, but I do seem to be having a problem.
where in the middle of dialogue there are pointers that change words based off experience, which those words are in exp.ks, but whenever I translate those words for some reason the game seems to be changing the word used every time I go to check.

like it would be written out like this:
f.HxT呼z=[1,'精液','精子','ザーメン',''],
but if I make it like this for example
f.HxT呼z=[1,'cum','sperm','semen',''],
then the game would start not pulling from that list entirely and pull a different word from elsewhere.
 

Chibgy

Newbie
Feb 12, 2021
86
52
here is a screenshot to show exactly what I mean.
1756495378287.png

even though the text shown in the ingame text box does not exist anymore, it is still appeared. even though the text was replaced with "test2"
 

Anizono

Formerly 'Mardjak'
Jan 1, 2022
2
0
I started working on translating the sex scenes, but I do seem to be having a problem.
where in the middle of dialogue there are pointers that change words based off experience, which those words are in exp.ks, but whenever I translate those words for some reason the game seems to be changing the word used every time I go to check.

like it would be written out like this:
f.HxT呼z=[1,'精液','精子','ザーメン',''],
but if I make it like this for example
f.HxT呼z=[1,'cum','sperm','semen',''],
then the game would start not pulling from that list entirely and pull a different word from elsewhere.
Could be this text be perhaps pulled from the "talk preference" menu defaults ? talk_preferences.png
 
Feb 26, 2018
212
889
The game uses scripts to show certain words in dialogues, these seems to compile from the .ks files into
CauseCurse_sf.sav and get recalled from there instead. So for example even if you change " 精子 " in both macro_bace.ks line 12 and exp.ks line 39 you still need to wipe the old versions by deleting the save file so it can recompile it when you launch the game. You do not need to delete CauseCurse_tyrano_data.sav which is the actual save for progression.
1756566035163.png
 
Last edited:

Chibgy

Newbie
Feb 12, 2021
86
52
The game uses scripts to show certain words in dialogues, these seems to compile from the .ks files into
CauseCurse_sf.sav and get recalled from there instead. So for example even if you change " 精子 " in both macro_bace.ks line 12 and exp.ks line 39 you still need to wipe the old versions by deleting the save file so it can recompile it when you launch the game. You do not need to delete CauseCurse_tyrano_data.sav which is the actual save for progression.
View attachment 5201387
thanks again for your help understanding this earlier. It was a big help.