Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
//Maybe this is easier
var pda = ECT.pda;
//Chapter Level
$.each(pda.chapters,function(){
//Chapter Level
//console.log('Chapter - ' + this.ChapterTitle);
$.each(this.Tasks,function(){
//Task Level
//console.log('Task - ' + this.TaskTitle);
$.each(this.Actions, function(){
if(this.AllowManualCompletion != null)
{
//console.log('Action - ' + this.AllowManualCompletion);
this.AllowManualCompletion = true;
}
else
{
this.AllowManualCompletion = true;
}
});
});
})
tl;dr: INSTRUCTIONS UNCLEAR, CAN'T IMPLEMENT
I would respectfully suggest that if you cant follow this, or understand any of whats being explained, that you shouldn't really be trying to play around with the game files as it could seriously screw stuff up and you could lose your save.