the image of your profile picture is from some game?Links are mine, so I'm the one to blame! Even though honestly, I didn't share that version because.. It's nothing new, only some small lines changed! That being said, it's not fair after all, so here's the link for the version 1.02
I apologize for my behavior! ç_ç
If I had to guess, you're not playing on Japanese locale. Try changing your system to it before extracting and launching. It's the most common problem with Japanese games.It keeps saying "syntax error" with random symbols when I start... I've tried like 3 different links whats going on??
Ah, thanks!If I had to guess, you're not playing on Japanese locale. Try changing your system to it before extracting and launching. It's the most common problem with Japanese games.
This one is broken. Some images were changed from png to jpg. The game expects png.Violated Hero II
Original Size Windows: 2.76GB
Compressed Size Windows: 343MB MEGA
A Compression By LDX REPACKSYou don't have permission to view the spoiler content. Log in or register now.
output.loadLayer = function(filename, _layer_no, _z, _left, _top, _opacity, page, root_layer){
var tmp = [];
try{
tmp.load(filename);
}
catch(e){
var re = new global.RegExp('.png');
filename = filename.replace(re, '.jpg');
}
[endscript]
@bg f=&bg_name
var tmp = [];
try{
tmp.load(bg_name);
}
catch(e){
var re = new global.RegExp('.png');
bg_name = bg_name.replace(re, '.jpg');
}
so when i try to do what you said to in the image.ks it crashes when i load up the gameThis one is broken. Some images were changed from png to jpg. The game expects png.
Can be fixed by adding the code to load jpg if png is not found.
in file
data/scenario/extension/image_list.ks
just after line
insert codeCode:output.loadLayer = function(filename, _layer_no, _z, _left, _top, _opacity, page, root_layer){
Code:var tmp = []; try{ tmp.load(filename); } catch(e){ var re = new global.RegExp('.png'); filename = filename.replace(re, '.jpg'); }
in file
data/scenario/game/03_battle.ks
just before lines
insert codeCode:[endscript] @bg f=&bg_name
Code:var tmp = []; try{ tmp.load(bg_name); } catch(e){ var re = new global.RegExp('.png'); bg_name = bg_name.replace(re, '.jpg'); }
Should be a save up near the top of the screen. Move your mouse cursor up if you need it.So Just want to ask how do you save at this game? Only Autosave is there is there any button that i should press?
once you get her health to a certain point it activates a cuts scene that makes the fight more fair. stock up on heals and specials. also idk if its needed but I tried killing/getting power from the generals and it seemed to do something.how i can kill her?
You must absorb the powers of the three demon generals. To do this after defeating them, choose the "finish her off" option. and first you need to have chosen the correct dialogue options with amu and when you defeat her choose to receive her power. With this, in the second round of the fight against Xueli your hp and status will increasehow i can kill her?
You probably messed up at some point because my explanation is a bit confusing.so when i try to do what you said to in the image.ks it crashes when i load up the game